| Name | Type | Description | Notes |
|---|---|---|---|
| MenuSectionId | int? | Menu section identifier | [optional] |
| MenuItems | List<MenuSectionItem> | Menu items | [optional] |
| MenuSectionAvailability | MenuSectionAvailability | Menu section availability | [optional] |
| PublicId | Guid? | Permanent reference to the item. | [optional] |
| ImageName | string | Image Name | [optional] |
| Name | string | Name | [optional] |
| Description | string | Description | [optional] |
| DisplayOrder | int? | Display order | [optional] |
| IsAvailable | bool? | Is available | [optional] |
| IsHiddenFromCustomers | bool? | Is hidden from customer. Perhaps when the item is out of stock. | [optional] |
| ImageUrl | string | Image url | [optional] |