RemoteOrderServiceMode Model

Represents a service mode in an outlet that has been enabled for use with RemoteOrders for specific RemoteOrderType flow.

If assigned to a particular RemoteOrderType in a menu then it's expected that providers will include the service mode details
in RemoteOrder's for that particular RemoteOrderType

Required
serviceModeID : string (GUID)

Unique identifier (across the organisation) for this ServiceMode.

When creating a RemoteOrder with the RemoteOrderType represented by this instance this value should be assigned to the RemoteOrder.ServiceModeID property.

Required MaxLength(32)
name : string

The human readable name of this ServiceMode

Example
{
  "serviceModeID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "name": "string value"
}