ContractVehiclePricing

Uses the Component:ContractVehiclePricingType

The pricing for a vehicle on a Contract.

Fields and Components

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..1Field udt:IndicatorType  
Vehicle

Common vehicle component

1..1ComponentVehicleABIEType 
Pricing

Provides pricing infomation.

0..*ComponentPricingABIEType 
Option

The Option represents information about a vehicle's options.

0..*ComponentOptionABIEType 

Sample XML

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>