TransactionInformationReverse

Information needed to complete a reverse transaction. Included if the toastTransactionType is LOYALTY_REVERSE, absent otherwise.

loyaltyIdentifier
string

Unique identifier of the loyalty account. Format will vary by provider.

Array of objects (Redemption)

If the transaction to be reversed was a LOYALTY_REDEEM transaction, this array optional includes the list of redemptions from that transaction to reverse. If this field is absent, all redemptions from the transaction should be reversed.

transactionId
string

Id of a previous transaction to reverse.

{
  • "loyaltyIdentifier": "string",
  • "transactionId": "string",
  • "redemptions": [
    ]
}