Source: https://restauranttechnologynetwork.com/technical-documents

Discount

Referenced By

Pricing
Total

Properties

Name Description Type Required Generic Enum Ignore
@type string true true
valueType Specifies if the discount is expressed as an amount or a percent. string false false
value The discount amount or percentage. The value type defines whether the value is an amount or a percent. number false false
Application array false string false
Description A description of the discount. string false false
beforeTaxInd When true, the discount is applied before tax. When false, the discount applies after tax. boolean false false
ExtensionPoint ExtensionPoint false true
{
  "@type" : "string",
  "valueType" : "string",
  "value" : "number",
  "application" : [ "string" ],
  "description" : "string",
  "beforeTaxInd" : "boolean",
  "extensionPoint" : { }
}