OrderType

Order Types that are configured for the Venue

  • is_table_supported
    Type: boolean

    Is table service supported

  • state
    Type: integer · CommonStateenum

    Current status of Area - refer to States reference

    values
    • 1
    • 2
    • 3
  • tip_default
    Type: number

    Default tip percentage

  • tip_max
    Type: number

    Max tip percentage

  • type_id
    Type: integer · OrderTypeenum

    Type of Order Types - see Order Types reference

    values
    • 1
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
Examples
{
  "type_id": 1,
  "state": 1,
  "is_table_supported": true,
  "tip_default": 10,
  "tip_max": 30
}