PreModifierGroup

A wrapper object with fields that allow reference to a Toast entity by Toast GUID.

entityType
required
string

The type of object this is.

guid
required
string

The GUID maintained by the Toast POS.

isDefault
boolean

True if this PreModifierGroup is set as the default Group. Only a single PreModifierGroup can be set as default at one time.

name
string

The name of the pre modifier that appears in the Toast POS.

{
  • "guid": "string",
  • "entityType": "string",
  • "name": "string",
  • "isDefault": true
}