Information about a pre-modifier configured for this restaurant.
displayMode | string A string that indicates how the pre-modifier is displayed on tickets and receipts:
|
fixedPrice | number or null <double> An optional fixed price for this pre-modifier. The fixed price is added to the cost of the modifier option that the pre-modifier is applied to. A PreModifier object has two optional values, |
guid | string A unique identifier for this pre-modifier group, assigned by the Toast POS system. |
multiLocationId | string (MultiLocationId) An identifier that is used to identify and consolidate menu entities that are versions of each other.
Menu entities can be versioned. Those versions can be assigned to specific restaurant locations, or groups of locations, in a management group. For example, you could have two versions of a burger, one for a Boston location and another for a New York City location. Versioned menu entities share the majority of, but not all of, their data. For example, the Boston version is called the Minuteman Burger and has pickles, while the New York City version is called the Empire Burger and does not. You use the The Toast POS system ensures that once a See Toast identifiers in the Toast Developer Guide for more information on the See Enterprise module overview in the Toast Platform Guide for more information on the enterprise module and versioning. |
multiplicationFactor | number or null <double> An optional number that specifies how much the cost of a modifier option is multiplied by when this pre-modifier is applied to it. For example, an EXTRA pre-modifier option could specify a A PreModifier object has two optional values, |
name | string A descriptive name for this pre-modifier, for example, "NO" or "EXTRA". |
posButtonColorDark | string (PosButtonColorDark) The color of the menu entity's button on the Toast POS app, when the app is running in dark mode. When an employee configures a POS button's color, they select a color pairing that consists of two colors, one for light mode and one for dark mode.
The following list shows the possible HEX codes for
|
posButtonColorLight | string (PosButtonColorLight) The color of the menu entity's button on the Toast POS app, when the app is running in light mode. When an employee configures a POS button's color, they select a color pairing that consists of two colors, one for light mode and one for dark mode.
The following list shows the possible HEX codes for
|
posName | string (PosName) The button label name that appears for this menu entity in the Toast POS app. |
{- "name": "string",
- "guid": "string",
- "multiLocationId": "string",
- "fixedPrice": 0,
- "multiplicationFactor": 0,
- "displayMode": "PREFIX",
- "posName": "string",
- "posButtonColorLight": "string",
- "posButtonColorDark": "string"
}