IncentiveSamplePayment

Uses the Component:IncentiveSamplePaymentType

It provides the specific data that was used to calculate the sample payment amount.

Fields and Components

Table 6.22. Fields and Components

Name Description Occurrence Type Data Type User Notes
SamplePaymentAmount

This indiactes the monthly sample payment amount for this deal.

1..1Field udt:AmountType  
DueAtSigningAmount

The total monetary amount that a buyer needs to pay at the time of signing the contract and receives the vehicle.

1..1Field udt:AmountType  
CostPerThousandAmount

This indicates the monthly payment associated with each $1,000 of borrowing on finance program.

0..1Field udt:AmountType  

Sample XML

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.22. IncentiveSamplePayment

<IncentiveSamplePayment>
     <SamplePaymentAmount>......</SamplePaymentAmount>     [1..1]
     <DueAtSigningAmount>......</DueAtSigningAmount>     [1..1]
     <CostPerThousandAmount>......</CostPerThousandAmount>     [0..1]
</IncentiveSamplePayment>