| Name | Type | Description | Notes |
|---|---|---|---|
| OrderItemOptions | List<OrderItemOption> | Option list | [optional] |
| Metadata | Dictionary<string, string> | Metadata | [optional] |
| MenuItemPublicId | Guid? | Public id of the Menu Item | [optional] |
| MenuSectionName | string | Menu section name | [optional] |
| MenuSectionDisplayOrder | int? | Menu section display order | [optional] |
| Name | string | Name | [optional] |
| Description | string | Description | [optional] |
| Price | double? | Price | [optional] |
| TaxAmount | double? | Tax currency amount | [optional] |
| PriceIncludingOptionSetItems | double? | Price including option set items | [optional] |
| MenuItemId | int? | Menu item identifier | [optional] |
| MenuItemDisplayOrder | int? | Menu item display order | [optional] |
| IsAvailable | bool? | Is available | [optional] |
| DepositReturnFee | double? | Deposit return fee | [optional] |