Uses the Component:CompatibilityOptionDetailType
Identifies whether an incentive is stackable or combinable
Table 6.71. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
CompatibilityType |
Compatibility Type | 0..1 | Field | udt:TextType | |
OptionID |
Unique ID of the incentive type linked to a specific program | 0..1 | Field | udt:TextType | |
OptionName |
The name of a specific option | 0..1 | Field | udt:TextType | |
OptionTypeID |
An attribute that Uniquely identifies an Incentive Type. | 0..1 | Field | udt:TextType |
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.71. CompatibilityOptionDetail
<CompatibilityOptionDetail> <CompatibilityType>......</CompatibilityType> [0..1] <OptionID>......</OptionID> [0..1] <OptionName>......</OptionName> [0..1] <OptionTypeID>......</OptionTypeID> [0..1] </CompatibilityOptionDetail>