A tax in the Catalog object model.
Name | Type | Description | Notes |
---|---|---|---|
name | String | The tax's name. Searchable. | |
calculation_phase | String | Whether the tax is calculated based on a payment's subtotal or total. See TaxCalculationPhase for all possible values. | [optional] |
inclusion_type | String | Whether the tax is `ADDITIVE` or `INCLUSIVE`. See TaxInclusionType for all possible values. | [optional] |
percentage | String | The percentage of the tax in decimal form, using a `'.'` as the decimal separator and without a `'%'` sign. A value of `7.5` corresponds to 7.5%. | [optional] |
applies_to_custom_amounts | BOOLEAN | If `true`, the fee applies to custom amounts entered into the Square Point of Sale app that are not associated with a particular CatalogItem. | [optional] |
enabled | BOOLEAN | If `true`, the tax will be shown as enabled in the Square Point of Sale app. | [optional] |