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. |
guestDisplayName | string The guest-facing name, configured by the restaurant in Toast Web, for this packaging item. Response only. |
guid required | string The GUID maintained by the Toast platform. |
inclusion required | string The packaging preference choice that the guest selected in your ordering interface. |
itemConfigId required | string The identifier GUID of the packaging preference option. |
itemTypes | Array of strings The packaging item types relevant for this packaging item as configured by the restaurant in Toast Web. Response only. |
{- "guid": "string",
- "entityType": "string",
- "itemConfigId": "string",
- "inclusion": "YES",
- "itemTypes": [
- "string"
], - "guestDisplayName": "string"
}