A wrapper object with fields that allow reference to a Toast entity by Toast GUID.
accrualFamilyGuid | string Response only. An internal Toast platform identifier for loyalty program transactions. This is not returned from the initial
|
accrualText | string Response only. A description of the loyalty program transaction to print on the customer's receipt. For example, "Earned 27 points." The maximum length of the description string is 255 characters. This is not returned from the initial
|
entityType required | string The type of object this is. Response only. |
guid required | string The GUID maintained by the Toast platform. |
loyaltyIdentifier required | string An identifier for the loyalty program account. For |
maskedLoyaltyIdentifier | string A representation of the identifier of the loyalty program
account that can be displayed securely. For example:
You can optionally include this
value when you If you do not provide a The Toast POS app displays a masked representation of the
|
vendor required | string The specific loyalty program service provider that supports the loyalty account. |
{- "guid": "string",
- "entityType": "string",
- "loyaltyIdentifier": "string",
- "maskedLoyaltyIdentifier": "string",
- "vendor": "TOAST",
- "accrualFamilyGuid": "string",
- "accrualText": "string"
}