IncentiveApplicationOptionDetail

Uses the Component:IncentiveApplicationOptionDetailType

Option Detail

Fields and Components

Table 6.59. Fields and Components

Name Description Occurrence Type Data Type User Notes
OptionDetailID

A list of all IDs that corresponds to the option detail IDs for the customer incentives applied on sale of this VIN. This will be blank or zero when no incentives are applied

0..1Field udt:TextType  
SourceID

To filter the incentive offerings based on the finance source

0..1Field udt:TextType  
CustomerPaymentOption

Identifier value to see if the payment will be made to Customer or Dealer.

0..*Field udt:TextType  

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.59. IncentiveApplicationOptionDetail

<IncentiveApplicationOptionDetail>
     <OptionDetailID>......</OptionDetailID>     [0..1]
     <SourceID>......</SourceID>     [0..1]
     <CustomerPaymentOption>......</CustomerPaymentOption>     [0..*]
</IncentiveApplicationOptionDetail>