Metadata associated with a modifier group used for downstream integrations.
| JSON representation |
|---|
{
"customIntegrationAttributes": {
object
},
"toastAttributes": {
object ( |
| Fields | |
|---|---|
customIntegrationAttributes |
Optional. Arbitrary metadata to be associated with an entity, used to build downstream integrations, i.e. identifiers or schema information for constructing an order for submission to a third-party point of sale API. |
toastAttributes |
Optional. Represents metadata associated with this modifier group used for Toast integration. If Toast integration isn't enabled for the store, this field is ignored. |
ToastModifierGroupIntegrationAttributes
Represents attributes for a ModifierGroup from a Toast menu.
| JSON representation |
|---|
{ "guid": string, "isPreModifierGroup": boolean } |
| Fields | |
|---|---|
guid |
Optional. Represents the menu group guid of the item in Toast's menu. |
isPreModifierGroup |
Optional. If true, this modifier group represents a Toast PreModifierGroup. |