QualifyingItem
Represents an item that is discounted by or is required for a discount.
- entryType: string
_id The unique
entry_idof this item on the transaction. - lineType: string
_number The
line_numberof this item on the transaction. - qualificationenum
_type An enum representing the type of qualification. "1" signifies the referenced item is being redeemed/discounted. "2" signifies that the referenced item is required for the discount, but is not itself being discounted.
values- 1
- 2