Discounts

Any discounts which ought to be applied to the order

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants
View JSON Schema on GitHub

JSON Schema

channel-discounts-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Discounts",
  "description": "Any discounts which ought to be applied to the order",
  "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-schema/channel-discounts-schema.json",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/Discount"
  }
}