GiftCardInfo

A wrapper object with fields that allow reference to a Toast entity by Toast GUID.

entityType
required
string

The type of object this is. Response only.

first5CardDigits
string

The first 5 digits of the gift card that was used. Response only.

guid
required
string

The GUID maintained by the Toast platform.

last4CardDigits
required
string

The last 4 digits of the gift card that was used.

{
  • "guid": "string",
  • "entityType": "string",
  • "last4CardDigits": "string",
  • "first5CardDigits": "string"
}