CreditVehicle

Uses the Component:CreditVehicleABIEType

Defines the vehicle, options, and pricing that is being applied for on a credit application.

Fields and Components

Table 6.26. Fields and Components

Name Description Occurrence Type Data Type User Notes
DeliveryDistanceMeasure

Odometer reading of vehicle at time of delivery

0..1Field sqdt:LengthMeasureType  
LicenseNumberString

State License plate number of vehicle

0..1Field qdt:StringType  
Vehicle

Common vehicle component

0..1ComponentVehicleABIEType 
Option

The Option represents information about a vehicle's options.

0..*ComponentOptionABIEType 
Pricing

Provides pricing infomation.

0..*ComponentPricingABIEType 
EquipmentType

Type of equipment on the vehicle

0..1Field udt:TextType  
PriorVehicleUseCode

The prior use of a particular vehicle.

0..1Field 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..*ComponentDealerProductsType 

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.26. 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>