ModifierGroupIntegrationAttributes

Metadata associated with a modifier group used for downstream integrations.

JSON representation
{
  "customIntegrationAttributes": {
    object
  },
  "toastAttributes": {
    object (ToastModifierGroupIntegrationAttributes)
  }
}
Fields
customIntegrationAttributes

object (Struct format)

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

object (ToastModifierGroupIntegrationAttributes)

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

string

Optional. Represents the menu group guid of the item in Toast's menu.

isPreModifierGroup

boolean

Optional. If true, this modifier group represents a Toast PreModifierGroup.