Information about an offer to be redeemed (or that was redeemed) to a check.
amount | number The dollar (or other currency) amount that this offer actually discounts. |
appliedDiscountGuid | string The GUID of the |
identifier | string Identifier of the |
Array of objects (ItemRedemptionInfo) If this offer this object is redeeming is of type MULTI_ITEM, this array includes the selections
to which the offer has been applied, along with the amounts applied to each selection and the identifier
of the discounts applied to each selection. If this field is present, the | |
multiItemDiscountGuid | string The GUID of a Multi Item Redemption. A Multi Item Redemption is a single loyalty redemption that applied to
multiple items on the check. For instance, a "$3 off burgers, $2 off fries, and $1 off a drink" would be a
single loyalty redemption that applies to 3 separate items. This field is an identifier for a Multi Item
redemption, but does not correspond to any one object on the |
quantity | number The number of times the offer has been applied to the item or check. For example, if an offer is a stackable "$5 off check" discount, this field could indicate that multiple copies of that offer have been applied. |
selectionGuid | string If this is an item level discount, the guid of the selection that this redemption is attached to. If this redemption has not been added to a specific selection yet, this field will be absent. |
{- "identifier": "string",
- "selectionGuid": "string",
- "appliedDiscountGuid": "string",
- "multiItemDiscountGuid": "string",
- "amount": 0,
- "itemApplication": [
- {
- "selectionIdentifier": "string",
- "amount": 0,
- "appliedDiscountIdentifier": null
}
], - "quantity": 0
}