Uses the Component:IncentiveFilterNumericType
Table 6.29. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
IncentivefilterNumericType |
An incentive program can include multiple different types of numeric eligibility criteria; however it will only contain one of each fiterNumericType. | 1..1 | Field | udt:TextType | |
IncentivefilterLowerBound |
The lowest value (inclusive) that the incentive is eligible for the specified numeric type. | 1..1 | Field | udt:NumericType | |
IncentivefilterUpperBound |
The highest value (inclusive) that the incentive is eligible for the specified numeric type. | 1..1 | Field | udt:NumericType | |
IncentivefilterNumericControl |
R (Required) – The eligibility criteria for this Numeric Filter Type must be satisfied when determining eligibility. O (Optional) – For all of the Numeric Filter Types within an incentive program that are tagged as Optional, only one must be satisfied to meet the eligibility criteria. | 1..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.29. IncentiveFilterNumeric
<IncentiveFilterNumeric> <IncentivefilterNumericType>......</IncentivefilterNumericType> [1..1] <IncentivefilterLowerBound>......</IncentivefilterLowerBound> [1..1] <IncentivefilterUpperBound>......</IncentivefilterUpperBound> [1..1] <IncentivefilterNumericControl>......</IncentivefilterNumericControl> [1..1] </IncentiveFilterNumeric>