VDDealResponse

Uses the Component:VDDealResponseType

This represents the purchase type of the Top of Deal Incentive.

Fields and Components

Table 6.10. Fields and Components

Name Description Occurrence Type Data Type User Notes
VDSharedDealsTerm

Indicates the values shared with all the incentives within the deal.

0..1ComponentVDSharedDealTermsType 
VDIncentiveInDeal

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

0..*ComponentVDIncentiveInDealType 
IncentiveSamplePayment

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

0..1ComponentIncentiveSamplePaymentType 

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.10. VDDealResponse

<VDDealResponse>
     <VDSharedDealsTerm>......</VDSharedDealsTerm>     [0..1]
     <VDIncentiveInDeal>......</VDIncentiveInDeal>     [0..*]
     <IncentiveSamplePayment>......</IncentiveSamplePayment>     [0..1]
</VDDealResponse>