PutModelPriceBody
Example Usage
typescript
import { PutModelPriceBody } from "@meetkai/mka1/models/components";
let value: PutModelPriceBody = {
model: "Land Cruiser",
rates: {},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
model | string | ✔️ | N/A |
rates | components.PutModelPriceBodyRates | ✔️ | N/A |