An object to encapsulate information about a promotion.
| appliedBusinessDate | integer The YYYYMMDD integer for the business date that the promotion was applied at the given restaurant. |
| appliedDate | string <date-time> The date when this promotion was applied. If not specified, set to the current system time. Use ISO 8601 date and time format for all Toast APIs. |
| discountAmount | number <double> The dollar amount of the discount that was applied. Please note that this amount should not include tax. Toast handles all tax calculations for discounts. |
| name | string The name of the applied discount. The name must be supplied by vendor and be guest-friendly, as it will appear on both the POS and the receipt. |
| promoCode | string The promotion code that was applied for this discount. |
| referenceId | string A string field that can be used by partners to store some id. Can only be filled on the VERIFY request; the response value will be included on the promotion for future requests. |
{- "appliedDate": "2019-08-24T14:15:22Z",
- "appliedBusinessDate": 0,
- "promoCode": "string",
- "name": "string",
- "discountAmount": 0,
- "referenceId": "string"
}