Table of Contents
Uses the Component:CreditApplicationType
CreditApplication defines the Credit Application process for individual consumers who apply for vehicle financing through their Dealer.
Table 6.1. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| CreditApplicationHeader |
For each CreditApplication represented in the DataArea of the Credit Application Business Object Document, there must be one occurrence of the Header component. | 1..1 | Component | CreditApplicationHeaderType | |
| CreditApplicationDetail |
The Detail component represents the detail information of the Credit Application. One Detail is required for each Header. | 1..1 | Component | CreditApplicationDetailType |
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.1. CreditApplication
<CreditApplication>
<CreditApplicationHeader>......</CreditApplicationHeader> [1..1]
<CreditApplicationDetail>......</CreditApplicationDetail> [1..1]
</CreditApplication>