Broker Vehicle
Represents vehicle details as stored in the broker stock context. Contains the vehicle specifications and color information relevant to broker inventory.
| Property | Summary |
|---|---|
VIN string |
The Vehicle Identification Number (VIN). |
Model string |
The vehicle model description. |
ModelYear string |
The model year of the vehicle. |
Engine string |
The engine description. |
VariantDescription string |
A description of the vehicle variant. |
VariantCode string |
The variant code within the model range. |
Katashiki string |
The Katashiki (manufacturer-specific model identifier). |
Cylinders string |
The number of cylinders in the engine. |
StockRegionID long? |
The region ID where this vehicle is stocked. |
ExteriorColor VehicleColorModel |
The exterior color of the vehicle. |
InteriorColor VehicleColorModel |
The interior color of the vehicle. |