CurbsidePickupInfo

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.

guid
required
string

The GUID maintained by the Toast platform.

notes
string <= 100 characters

Extra notes.

transportColor
string <= 20 characters

The color of the guest's vehicle if they will arrive at the restaurant in a vehicle to pick up their order.

transportDescription
string <= 100 characters

Information about how the guest will arrive at the restaurant to pick up their order.

For example, the make and model of the vehicle the guest will arrive in.

{
  • "guid": "string",
  • "entityType": "string",
  • "transportColor": "string",
  • "transportDescription": "string",
  • "notes": "string"
}