Service Item Cost
Represents the cost of a Service Item for a specific vehicle variant or package. A service item may have different costs depending on the vehicle's variant, Katashiki, or package code.
| Property | Summary |
|---|---|
ID long |
The unique identifier for this service item cost entry. |
ServiceItemID long? |
The ID of the Service Item this cost applies to. |
Variant string |
The vehicle variant code this cost applies to. |
Katashiki string |
The Katashiki (model-specific identifier) this cost applies to. |
PackageCode string |
The package code this cost applies to. |
Cost decimal? |
Cost in dollars. |