Table of Contents
Uses the Component:CreditContractResponseType
CreditContractResponse defines the Credit Contract Response process for lenders responding to individual dealers that have submitted credit contracts. For each Credit Contract Response represented in the Data Area of the CreditContractResponse BOD, there must be one occurrence of the CreditContractResponse component.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
CreditContractResponseHeader |
For each CreditContractResponse represented in the Data Area of the Credit Contract Response BOD, there must be one occurrence of the Header component. | 1..1 | Component | CreditContractResponseHeaderType | |
FinanceParty | 1..1 | Component | PartyABIEType | ||
DealerParty | 1..1 | Component | PartyABIEType | ||
Applicants |
The applicants on a contract. This can be either individuals or organizations. | 0..1 | Component | ApplicantsType | |
ContractResponseFinancing |
The Financing component represents finance information for the credit contract. | 1..1 | Component | ContractResponseFinancingType | |
ContractVehiclePricing | 0..1 | Component | ContractVehiclePricingType |
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. CreditContractResponse
<CreditContractResponse> <CreditContractResponseHeader>......</CreditContractResponseHeader> [1..1] <FinanceParty>......</FinanceParty> [1..1] <DealerParty>......</DealerParty> [1..1] <Applicants>......</Applicants> [0..1] <ContractResponseFinancing>......</ContractResponseFinancing> [1..1] <ContractVehiclePricing>......</ContractVehiclePricing> [0..1] </CreditContractResponse>