CreditApplicationDetail

Uses the Component:CreditApplicationDetailType

The Detail component represents the detail information of the Credit Application. 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

The Financing component represents finance information for the vehicle in which the applicant is interested.

1..1ComponentApplicationFinanceType 

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

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