DealStackability

Uses the Component:DealStackabilityType

This section indicates the stackability of the deals.

Fields and Components

Table 6.32. Fields and Components

Name Description Occurrence Type Data Type User Notes
AlwaysStackableInd

Indicates if a program ID is stackable for an incentive or not, it also depends on See Contract Indicator.

1..1Field udt:IndicatorType  
notStackableProgramId

Each of the programIDs for each incentive that is non stackable with this incentive is indicated in this field.

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.32. DealStackability

<DealStackability>
     <AlwaysStackableInd>......</AlwaysStackableInd>     [1..1]
     <notStackableProgramId>......</notStackableProgramId>     [0..*]
</DealStackability>