EffectivePriceRow
Example Usage
typescript
import { EffectivePriceRow } from "@meetkai/mka1/models/components";
let value: EffectivePriceRow = {
model: "Aventador",
rates: {},
source: "cluster_default",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
model | string | ✔️ | N/A |
rates | components.EffectivePriceRowRates | ✔️ | N/A |
source | components.EffectivePriceRowSource | ✔️ | N/A |