Brand
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
@type |
|
string |
true |
|
|
true |
BrandName |
The brand name for the group of restaurants (i.e. McDonalds, Panera, etc.). |
string |
false |
|
|
false |
BrandID |
An identifer for the brand. |
string |
true |
|
|
false |
PreferredBrandDescription |
Describes the context of the preferred brand, such as for work, or for multibrand conglomerates, or aggregators. |
string |
false |
|
|
false |
Location |
|
array |
false |
LocationID |
--- |
false |
Privacy |
Assigned Type: ms-0200:Privacy |
Privacy |
false |
|
|
false |
CommunicationMethod |
Assigned Type: ms-0200:CommunicationMethod |
CommunicationMethod |
false |
|
|
false |
TermsAndConditions |
|
array |
false |
TermsAndConditions |
--- |
false |
PreferredOrderChannel |
|
array |
false |
OrderChannel_Enum |
--- |
false |
BrandDescription |
Provides descriptive information about the brand. |
string |
false |
|
|
false |
preferredBrandInd |
When true, this is a favorite brand. |
boolean |
false |
|
|
false |
ExtensionPoint |
|
ExtensionPoint |
false |
|
|
true |
{
"@type" : "string",
"brandName" : "string",
"brandID" : "string",
"preferredBrandDescription" : "string",
"location" : [ {
"@type" : "string",
"locationID" : "string"
} ],
"privacy" : {
"@type" : "string",
"shareMarketIndicator" : "string",
"shareSyncIndicator" : "string",
"extensionPoint" : { }
},
"communicationMethod" : {
"@type" : "string",
"communicationMethod" : { },
"preferredLanguage" : "string",
"primaryInd" : "boolean",
"extensionPoint" : { }
},
"termsAndConditions" : [ {
"@type" : "string",
"issuerID" : "string",
"issuerDescription" : "string",
"description" : "string",
"dateTime" : "string",
"acceptanceInd" : "boolean",
"extensionPoint" : { }
} ],
"preferredOrderChannel" : [ {
"value" : { },
"extension" : "string"
} ],
"brandDescription" : "string",
"preferredBrandInd" : "boolean",
"extensionPoint" : { }
}