OrderType
Order Types that are configured for the Venue
- isType: boolean
_table _supported Is table service supported
- stateType: integer · CommonStateenum
Current status of Area - refer to States reference
values- 1
- 2
- 3
- tipType: number
_default Default tip percentage
- tipType: number
_max Max tip percentage
- typeType: integer · OrderTypeenum
_id 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
}