Uses the Component:VDIncentiveInDealType
This section links the incentive program to the individual incentive value.
Table 6.12. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| VDProgramIdentification | 1..1 | Component | VDProgramIdentificationType | ||
| IncentiveValue |
This field provides the actual values associated with the incentive. | 1..1 | Component | IncentiveValueType | |
| DealStackability |
This section indicates the stackability of the deals. | 0..1 | Component | DealStackabilityType |
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.12. VDIncentiveInDeal
<VDIncentiveInDeal>
<VDProgramIdentification>......</VDProgramIdentification> [1..1]
<IncentiveValue>......</IncentiveValue> [1..1]
<DealStackability>......</DealStackability> [0..1]
</VDIncentiveInDeal>