Uses the Component:IncentiveDetailProductType
Incentive Detail Product
Table 6.58. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| ProductName |
Name of the product | 0..1 | Field | udt:TextType | |
| OptionID |
Unique ID of the incentive type linked to a specific program | 0..1 | Field | udt:TextType | |
| ProgramID |
A field that captures if any incentives were applied to the deal. | 0..1 | Field | udt:TextType | |
| SourceID |
Determines the data provider for a given incentive when data is dual OR multi-sourced | 0..1 | Field | udt:TextType | |
| PaymentMethod |
Party receiving the incentive payment: Dealer = Rebate Applied to the Deal Customer = Rebate Paid by Check DealerORCustomer = Rebate Applied to the Deal OR Rebate Paid by Check | 0..1 | Field | udt:TextType | |
| ProductType |
Type of incentive for the product under reference | 0..1 | Field | udt:TextType | |
| TypeSalesCodes |
Type of the sales codes. | 0..1 | Component | TypeSalesCodesType | |
| Rates |
Describe the rate for different term/tier combination | 0..1 | Component | RatesType | |
| Rebates |
List of CASH rebates that are linked to Products | 0..1 | Component | RebatesType | |
| OptionTypeID |
Unique identifier code for an Incentive option type. | 0..1 | Field | udt:TextType | |
| Disclosure |
Describe the rules related to incentives at a global level. | 0..1 | Field | udt:TextType | |
| ProductCostShare |
An indicator that provides additional information regarding the financing of the incentive. | 0..1 | Field | udt:IndicatorType | |
| CompatibilityOption |
dentifies whether an incentive is stackable or combinable with another incentive or not | 0..1 | Component | CompatibilityOptionType |
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.58. IncentiveDetailProduct
<IncentiveDetailProduct>
<ProductName>......</ProductName> [0..1]
<OptionID>......</OptionID> [0..1]
<ProgramID>......</ProgramID> [0..1]
<SourceID>......</SourceID> [0..1]
<PaymentMethod>......</PaymentMethod> [0..1]
<ProductType>......</ProductType> [0..1]
<TypeSalesCodes>......</TypeSalesCodes> [0..1]
<Rates>......</Rates> [0..1]
<Rebates>......</Rebates> [0..1]
<OptionTypeID>......</OptionTypeID> [0..1]
<Disclosure>......</Disclosure> [0..1]
<ProductCostShare>......</ProductCostShare> [0..1]
<CompatibilityOption>......</CompatibilityOption> [0..1]
</IncentiveDetailProduct>