EffectivePricesResponse
Example Usage
typescript
import { EffectivePricesResponse } from "@meetkai/mka1/models/components";
let value: EffectivePricesResponse = {
object: "list",
currency: "Turkish Lira",
data: [],
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
object | "list" | ✔️ | N/A |
currency | string | ✔️ | N/A |
data | components.EffectivePriceRow[] | ✔️ | N/A |