Information about a promotion, associated with a discount.
| code | string The identifier of the promotion. Guests enter the code to apply the discount. |
| entityType required | string The type of object this is. |
| guid required | string The GUID maintained by the Toast POS. |
| name | string The human-readable name of the promotion. |
| usageType | string Indicates how the promo code can be used.
|
{- "guid": "string",
- "entityType": "string",
- "code": "string",
- "name": "string",
- "usageType": "SINGLE_USE_PHONE"
}