CreditDecisionDetail

Uses the Component:CreditDecisionDetailType

The Detail component represents the detail information of the Credit Decision. One Detail is required for each Header.

Fields and Components

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..1ComponentCreditVehicleABIEType 
Applicants

Business party who is applying for vehicle financing

0..*ComponentApplicantsType 
CreditPrimaryDriver

Primary driver of the vehicle

0..1ComponentPrimaryDriverType 
ApplicationFinance

0..1ComponentApplicationFinanceType 
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..1ComponentDecisionType 

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.25. CreditDecisionDetail

<CreditDecisionDetail>
     <CreditVehicle>......</CreditVehicle>     [0..1]
     <Applicants>......</Applicants>     [0..*]
     <CreditPrimaryDriver>......</CreditPrimaryDriver>     [0..1]
     <ApplicationFinance>......</ApplicationFinance>     [0..1]
     <Decision>......</Decision>     [1..1]
</CreditDecisionDetail>