Uses the Component:CreditDecisionDetailType
The Detail component represents the detail information of the Credit Decision. 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 | 0..1 | Component | ApplicationFinanceType | ||
Decision |
The Decision component describes the response to the credit application. This component provides complete information about the lenderâs terms and conditions regarding the credit request. | 1..1 | Component | DecisionType |
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. CreditDecisionDetail
<CreditDecisionDetail> <CreditVehicle>......</CreditVehicle> [0..1] <Applicants>......</Applicants> [0..*] <CreditPrimaryDriver>......</CreditPrimaryDriver> [0..1] <ApplicationFinance>......</ApplicationFinance> [0..1] <Decision>......</Decision> [1..1] </CreditDecisionDetail>