QualifyingItem

Represents an item that is discounted by or is required for a discount.

  • entry_id
    Type: string

    The unique entry_id of this item on the transaction.

  • line_number
    Type: string

    The line_number of this item on the transaction.

  • qualification_type
    enum

    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