Uses the Component:VDRequestSamplePaymentType
A sample payment is a monthly finance payment for a Finance (loan) or Lease type deal.
Table 6.16. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
mSRPAmount |
This is the Manufacturer’s Suggested Retail Price for the vehicle (MSRP). | 1..1 | Field | udt:AmountType | |
destinationFreightChargeAmount |
This filter group specifies numeric parameters with lower and upper bounds. Each group is composed of a numeric type, upper and lower bound values, a numeric control and a change indicator. | 1..1 | Field | udt:AmountType | |
pegDiscountAmount |
The PEG Discount is a price reduction that applies to a Preferred Equipment Group option package. | 1..1 | Field | udt:AmountType | |
surveyedPricePercent |
When the negotiated amount is lower than MSRP (as it usually is), then it is desirable to advertise a sample payment that reflects this lower vehicle cost | 1..1 | Field | udt:AmountType | |
acquisitionCostAmountOverride |
This is the amount that the buyer of the vehicle pays the dealership to reduce the amount financed. | 1..1 | Field | udt:AmountType | |
downPaymentAmount |
This is the amount that the buyer of the vehicle pays the dealership to reduce the amount financed. | 1..1 | Field | udt:AmountType |
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.16. VDRequestSamplePayment
<VDRequestSamplePayment> <mSRPAmount>......</mSRPAmount> [1..1] <destinationFreightChargeAmount>......</destinationFreightChargeAmount> [1..1] <pegDiscountAmount>......</pegDiscountAmount> [1..1] <surveyedPricePercent>......</surveyedPricePercent> [1..1] <acquisitionCostAmountOverride>......</acquisitionCostAmountOverride> [1..1] <downPaymentAmount>......</downPaymentAmount> [1..1] </VDRequestSamplePayment>