Table of Contents
Uses the Component:CreditDecisionType
CreditDecision defines the Credit Decision process for Lenders to provide decision information to Dealers for individual consumers applying for vehicle financing. For each Credit Decision represented in the DataArea of the CreditDecision BOD, there must be one occurrence of the CreditDecision component.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
CreditDecisionHeader |
For each CreditDecision represented in the DataArea of the Credit Decision BOD, there must be one occurrence of the Header Component. | 1..1 | Component | CreditDecisionHeaderType | |
CreditDecisionDetail |
The Detail component represents the detail information of the Credit Decision. One Detail is required for each Header. | 0..1 | Component | CreditDecisionDetailType |
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. CreditDecision
<CreditDecision> <CreditDecisionHeader>......</CreditDecisionHeader> [1..1] <CreditDecisionDetail>......</CreditDecisionDetail> [0..1] </CreditDecision>