TransactionInformationTransfer

Information needed to complete a transfer transaction. Included if the toastTransactionType is LOYALTY_TRANSFER, absent otherwise.

fromLoyaltyIdentifier
string

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

toLoyaltyIdentifier
string

Unique identifier of the loyalty account that the user wants to transfer to. Format will vary by provider.

{
  • "fromLoyaltyIdentifier": "string",
  • "toLoyaltyIdentifier": "string"
}