# Flipdish.MenuTaxDetails

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**TaxRates** | [**[MenuTaxRate]**](MenuTaxRate.md) | Tax Rates | [optional] 
**DisplayTax** | **Boolean** | Display tax for Menu | [optional] 
**TaxType** | **String** | TaxType | [optional] 
**ItemTaxes** | **{String: Number}** | ItemIds and TaxIds | [optional] 
**SetItemTaxes** | **{String: Number}** | SetItemIds and TaxIds | [optional] 


<a name="TaxTypeEnum"></a>
## Enum: TaxTypeEnum


* `IncludedInBasePrice` (value: `"IncludedInBasePrice"`)

* `ExcludedFromBasePrice` (value: `"ExcludedFromBasePrice"`)




