Uses the Component:SoldFinanceType
Detail information regarding financing of the sold vehicle.
Table 6.32. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
Financing | 0..1 | Component | FinancingABIEType | ||
ProgramsAndRates |
Programs And Rates associated with Financing | 0..* | Component | ProgramsAndRatesType | |
LienholderParty |
An individual or organizational party that holds the lien. | 0..* | Component | PartyABIEType |
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.32. SoldFinance
<SoldFinance> <Financing>......</Financing> [0..1] <ProgramsAndRates>......</ProgramsAndRates> [0..*] <LienholderParty>......</LienholderParty> [0..*] </SoldFinance>