Uses the Component:OtherDownPaymentsType
The purpose of the OtherDownPayments component is to represent other downpayment information such as Manufacturer Rebate, Deferred Downpayment, Millitary Rebates, College Rebates, Loyalty Cash, etc.
Table 6.49. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
OtherDownPaymentDescription |
Free form text description of Other Down Payments. | 0..1 | Field | oag:TextType | |
OtherDownPaymentAmount |
Amount of other downpayment (i.e., Manufacturer Rebate, Deferred Downpayment). | 1..1 | Field | oag:AmountType | |
CapReductionOtherDownPaymentAmount |
Amount of other down payment applied to capitalized cost reduction (for lease. | 0..1 | Field | oag:AmountType | |
UpfrontOtherDownPaymentAmount |
Amount of other down payment applied to upfront costs (for lease). | 0..1 | Field | oag:AmountType | |
OtherDownPaymentPoints |
For rewards points points programs, the number of points redeemed for use as downpayment. | 0..1 | Field | oag:NumberType |
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.56. OtherDownPayments
<OtherDownPayments> <OtherDownPaymentDescription>......</OtherDownPaymentDescription> [0..1] <OtherDownPaymentAmount>......</OtherDownPaymentAmount> [1..1] <CapReductionOtherDownPaymentAmount>......</CapReductionOtherDownPaymentAmount> [0..1] <UpfrontOtherDownPaymentAmount>......</UpfrontOtherDownPaymentAmount> [0..1] <OtherDownPaymentPoints>......</OtherDownPaymentPoints> [0..1] </OtherDownPayments>