Uses the Component:ContractVehiclePricingType
The pricing for a vehicle on a Contract.
Table 6.55. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
AirConditionIndicator |
Indicates whether or not the vehicle has air conditioning. | 0..1 | Field | udt:IndicatorType | |
Vehicle |
Common vehicle component | 1..1 | Component | VehicleABIEType | |
Pricing |
Provides pricing infomation. | 0..* | Component | PricingABIEType | |
Option |
The Option represents information about a vehicle's options. | 0..* | Component | OptionABIEType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.55. ContractVehiclePricing
<ContractVehiclePricing> <AirConditionIndicator>......</AirConditionIndicator> [0..1] <Vehicle>......</Vehicle> [1..1] <Pricing>......</Pricing> [0..*] <Option>......</Option> [0..*] </ContractVehiclePricing>