VDIncentiveInDeal

Uses the Component:VDIncentiveInDealType

This section links the incentive program to the individual incentive value.

Fields and Components

Table 6.12. Fields and Components

Name Description Occurrence Type Data Type User Notes
VDProgramIdentification

1..1ComponentVDProgramIdentificationType 
IncentiveValue

This field provides the actual values associated with the incentive.

1..1ComponentIncentiveValueType 
DealStackability

This section indicates the stackability of the deals.

0..1ComponentDealStackabilityType 

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.12. VDIncentiveInDeal

<VDIncentiveInDeal>
     <VDProgramIdentification>......</VDProgramIdentification>     [1..1]
     <IncentiveValue>......</IncentiveValue>     [1..1]
     <DealStackability>......</DealStackability>     [0..1]
</VDIncentiveInDeal>