ItemRedemptionInfo

Information about the application of a Redemption to a specific item.

amount
number

The currency amount of the discount applied to this item. This value can be updated in future calls. This field is optional in response to LOYALTY_INQUIRE requests and required in response to LOYALTY_REDEEM requests.

appliedDiscountIdentifier
any

If this redemption has been applied, this is the identifier of the applied discount created for this offer on this selection. It will correspond to the guid field of the AppliedDiscount object on the Selection. Response only.

selectionIdentifier
string

The identifier of the selection that discount is applied to. This will correspond to the guid field on the Selection object that is included with the Check. Toast uses these values to determine which item(s) will have the offer applied.

{
  • "selectionIdentifier": "string",
  • "amount": 0,
  • "appliedDiscountIdentifier": null
}