A wrapper object with fields that allow reference to a Toast entity by Toast GUID.
Array of objects (AppliedPackagingItem) non-empty | |
entityType required | string The type of object this is. Response only. |
guid required | string The GUID maintained by the Toast platform. |
{- "guid": "string",
- "entityType": "string",
- "appliedPackagingItems": [
- {
- "guid": "string",
- "entityType": "string",
- "itemConfigId": "string",
- "inclusion": "YES",
- "itemTypes": [
- "string"
], - "guestDisplayName": "string"
}
]
}