A wrapper object that contains information about a discount that you can apply to an order, and which checks or menu item selections you can apply it to.
Array of objects (ExternalReference) If the discount is applicable to a check, this value holds an
array of | |
Array of objects (ExternalReference) If the discount is applicable to a menu item selection, this
value holds an array of | |
required | object (ToastReference) A wrapper object with fields that allow reference to a Toast entity by Toast GUID. |
{- "discount": {
- "guid": "string",
- "entityType": "string"
}, - "applicableChecks": [
- {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
], - "applicableSelections": [
- {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
]
}