A discount configured in Toast Web. Discounts are always applied before taxes, but after service charges are calculated.
| active | boolean Indicates whether the discount is available and can be applied by restaurant employees. |
| amount | number <double> The currency amount of the discount when the
|
| entityType required | string The type of object this is. |
| fixedTotal | number <double> The total price of items discounted by a combo
discount. This value is |
| guid required | string The GUID maintained by the Toast POS. |
| itemPickingPriority | string Indicates which menu item selections are discounted when you apply a BOGO discount. An item that is discounted by a BOGO discount is a "get" item.
|
| name | string The human-readable name of the discount. |
| nonExclusive | boolean Indicates whether you can apply the discount with other
discounts. This value is always |
| percentage | number <double> Percent discount applied when the |
Array of objects (PromoCode) A list of promotion identifiers associated with this discount. | |
| selectionType | string
|
| type | string
|
{- "guid": "string",
- "entityType": "string",
- "name": "string",
- "active": true,
- "type": "PERCENT",
- "percentage": 0,
- "amount": 0,
- "selectionType": "CHECK",
- "nonExclusive": true,
- "itemPickingPriority": "FIRST",
- "fixedTotal": 0,
- "promoCodes": [
- {
- "guid": "string",
- "entityType": "string",
- "code": "string",
- "name": "string",
- "usageType": "SINGLE_USE_PHONE"
}
]
}