| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of Menu, only shown in portal | [optional] |
| imageUrl | String | Image url | [optional] |
| menuSections | List<CreateFullMenuSection> | Menu sections (starters, main etc) | [optional] |
| taxRates | List<CreateMenuTaxRate> | Menu tax rates | [optional] |
| displaySectionLinks | Boolean | Display menu section link on UI | [optional] |
| menuSectionBehaviour | MenuSectionBehaviourEnum | Menu section behaviour | [optional] |
| taxType | TaxTypeEnum | Tax type | [optional] |
| isIntegrated | Boolean | Flag to indicate if the menu is integrated (contains metadata) | [optional] |
| Name | Value |
|---|---|
| EXPANDSINGLE | "ExpandSingle" |
| EXPANDMULTIPLE | "ExpandMultiple" |
| Name | Value |
|---|---|
| INCLUDEDINBASEPRICE | "IncludedInBasePrice" |
| EXCLUDEDFROMBASEPRICE | "ExcludedFromBasePrice" |