Toast · JSON Structure

Orders Applied Discount Trigger Structure

The Selection that triggered the application of this discount

Type: object Properties: 2
Food ServicePoint of SaleRestaurantsHospitality

AppliedDiscountTrigger is a JSON Structure definition published by Toast, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

selection quantity

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/toast/refs/heads/main/json-structure/orders-applied-discount-trigger-structure.json",
  "name": "AppliedDiscountTrigger",
  "description": "The Selection that triggered the application of this discount",
  "type": "object",
  "properties": {
    "selection": {
      "$ref": "#/definitions/ExternalReference"
    },
    "quantity": {
      "type": "double",
      "description": "The amount of the selection used to trigger the applied discount."
    }
  }
}