Uses the Component:CreditApplicationDetailType
The Detail component represents the detail information of the Credit Application. One Detail is required for each Header.
Table 6.25. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| CreditVehicle |
The vehicle that the Applicant is interested in purchasing | 0..1 | Component | CreditVehicleABIEType | |
| Applicants |
Business party who is applying for vehicle financing | 0..* | Component | ApplicantsType | |
| CreditPrimaryDriver |
Primary driver of the vehicle | 0..1 | Component | PrimaryDriverType | |
| ApplicationFinance |
The Financing component represents finance information for the vehicle in which the applicant is interested. | 1..1 | Component | ApplicationFinanceType |
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.25. CreditApplicationDetail
<CreditApplicationDetail>
<CreditVehicle>......</CreditVehicle> [0..1]
<Applicants>......</Applicants> [0..*]
<CreditPrimaryDriver>......</CreditPrimaryDriver> [0..1]
<ApplicationFinance>......</ApplicationFinance> [1..1]
</CreditApplicationDetail>