ApplicableDiscount

A wrapper object that contains information about a discount that you can apply to an order, and which checks or menu item selections you can apply it to.

Array of objects (ExternalReference)

If the discount is applicable to a check, this value holds an array of ExternalReference objects containing the identifiers of the checks.

Array of objects (ExternalReference)

If the discount is applicable to a menu item selection, this value holds an array of ExternalReference objects containing the identifiers of the menu items.

required
object (ToastReference)

A wrapper object with fields that allow reference to a Toast entity by Toast GUID.

{
  • "discount": {
    },
  • "applicableChecks": [
    ],
  • "applicableSelections": [
    ]
}