ModifierGroupIntegrationAttributes

與用於下游整合的修飾符群組相關聯的中繼資料。

JSON 表示法
{
  "customIntegrationAttributes": {
    object
  },
  "toastAttributes": {
    object (ToastModifierGroupIntegrationAttributes)
  }
}
欄位
customIntegrationAttributes

object (Struct format)

選用。要與實體建立關聯的任意中繼資料,用於建構下游整合,也就是用於建構訂單的 ID 或結構定義資訊,以便提交至第三方銷售點 API。

toastAttributes

object (ToastModifierGroupIntegrationAttributes)

選用。代表與這個修飾元群組相關聯的中繼資料,用於 Toast 整合。如果商店未啟用 Toast 整合服務,系統會忽略這個欄位。

ToastModifierGroupIntegrationAttributes

代表 Toast 菜單中 ModifierGroup 的屬性。

JSON 表示法
{
  "guid": string,
  "isPreModifierGroup": boolean
}
欄位
guid

string

選用。代表 Toast 菜單中項目的菜單群組 GUID。

isPreModifierGroup

boolean

選用。如果是 true,這個修飾符群組代表 Toast PreModifierGroup。