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

BusinessEntityBrand

Properties

Name Description Type Required Generic Enum Ignore
@type string false ${prop.ignore}
Description A description for the business entitiy. string false ${prop.ignore}
ExtensionPoint ExtensionPoint false ${prop.ignore}
Brand Assigned Type: ms-0200:Brand Brand false ${prop.ignore}
ExtensionPoint_Choice ExtensionPoint_Choice false ${prop.ignore}
{
  "@type" : "string",
  "description" : "string",
  "extensionPoint" : { },
  "brand" : {
    "@type" : "string",
    "brandName" : "string",
    "brandID" : "string",
    "preferredBrandDescription" : "string",
    "location" : [ { } ],
    "privacy" : { },
    "communicationMethod" : { },
    "termsAndConditions" : [ { } ],
    "preferredOrderChannel" : [ { } ],
    "brandDescription" : "string",
    "preferredBrandInd" : "boolean",
    "extensionPoint" : { }
  },
  "extensionPointChoice" : { }
}