A container for the modifier groups that can be applied to a portion of a menu item.
| guid | string A unique identifier for this portion, assigned by the Toast POS system. |
| modifierGroupReferences | Array of integers >= 0 items An array of |
| name | string A descriptive name for this portion, for example, "1st Half" or "2nd Half". |
| priceScaleFactor | number or null <double> A multiplier that adjusts the cost of modifiers in this portion. |
{- "name": "string",
- "guid": "string",
- "modifierGroupReferences": [
- 0
], - "priceScaleFactor": 0
}