Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 516 Bytes

File metadata and controls

11 lines (8 loc) · 516 Bytes

Flipdish.Model.TaxItem

Properties

Name Type Description Notes
Name string The name of the tax item. [optional]
Rate double? The tax rate applied to the item. [optional]
Amount double? The amount of tax applied to the item. [optional]

[Back to Model list] [Back to API list] [Back to README]