A wrapper object with fields that allow reference to a Toast entity by Toast GUID or a partner's identifier.
| entityType required | string The type of object this is. |
| externalId | string External identifier string, prefixed by the naming authority. |
| guid required | string The GUID maintained by the Toast POS. |
| maxSelections | number <integer> The maximum number of selections that can be made from this option group. |
| minSelections | number <integer> The minimum number of selections that must be made from this option group. |
| name | string The name of the |
Array of objects (ExternalReference) >= 0 items An array of |
{- "guid": "string",
- "entityType": "string",
- "externalId": "string",
- "name": "string",
- "options": [
- {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
], - "minSelections": 0,
- "maxSelections": 0
}