| Name | Description | Type | Additional information |
|---|---|---|---|
| MenuId |
The id of the menu, this is used in the CalculateTaxAndTotal method |
integer |
None. |
| Name |
The name of the menu |
string |
None. |
| Description |
A short description of the menu |
string |
None. |
| MenuType |
How the menu is supposed to be used |
MenuType |
None. |
| ExternalId |
Third party identifier of the menu |
string |
None. |
| SupportedOrderModes |
The different order modes that this menu supports Flags |
OrderModeType |
None. |
| IsVisible |
Should the customer be able to view this menu |
boolean |
None. |
| MenuAttribute |
The different menu attributes for the menu Flags |
MenuAttribute |
None. |
| DisplayName |
The display name of the menu |
string |
None. |
| SubMenus |
The list of valid sub menu ids for this menu, SubMenu |
Collection of integer |
None. |