Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 712 Bytes

File metadata and controls

22 lines (15 loc) · 712 Bytes

MenuTaxDetails

Properties

Name Type Description Notes
taxRates List<MenuTaxRate> Tax Rates [optional]
displayTax Boolean Display tax for Menu [optional]
taxType TaxTypeEnum TaxType [optional]
itemTaxes Map<String, Integer> ItemIds and TaxIds [optional]
setItemTaxes Map<String, Integer> SetItemIds and TaxIds [optional]

Enum: TaxTypeEnum

Name Value
INCLUDEDINBASEPRICE "IncludedInBasePrice"
EXCLUDEDFROMBASEPRICE "ExcludedFromBasePrice"