Uses the Component:CreditVehicleABIEType
Defines the vehicle, options, and pricing that is being applied for on a credit application.
Table 6.44. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| DeliveryDistanceMeasure |
Odometer reading of vehicle at time of delivery | 0..1 | Field | sqdt:LengthMeasureType | |
| LicenseNumberString |
State License plate number of vehicle | 0..1 | Field | qdt:StringType | |
| Vehicle |
Common vehicle component | 0..1 | Component | VehicleABIEType | |
| Option |
The Option represents information about a vehicle's options. | 0..* | Component | OptionABIEType | |
| Pricing |
Provides pricing infomation. | 0..* | Component | PricingABIEType | |
| EquipmentType |
Type of equipment on the vehicle | 0..1 | Field | udt:TextType | |
| PriorVehicleUseCode |
The prior use of a particular vehicle. | 0..1 | Field | sqdt:VehicleUseCodeType | |
| DealerProducts |
Additional products and/or agreements added and/or sold by the dealer. Non-Residualized items that are included in either total cash price, gross capitalized cost, or paid up front. | 0..* | Component | DealerProductsType |
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.44. CreditVehicle
<CreditVehicle>
<DeliveryDistanceMeasure>......</DeliveryDistanceMeasure> [0..1]
<LicenseNumberString>......</LicenseNumberString> [0..1]
<Vehicle>......</Vehicle> [0..1]
<Option>......</Option> [0..*]
<Pricing>......</Pricing> [0..*]
<EquipmentType>......</EquipmentType> [0..1]
<PriorVehicleUseCode>......</PriorVehicleUseCode> [0..1]
<DealerProducts>......</DealerProducts> [0..*]
</CreditVehicle>