Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 1.42 KB

File metadata and controls

20 lines (14 loc) · 1.42 KB

CatalogTax

squareconnect.models.catalog_tax

Description

A tax in the Catalog object model.

Properties

Name Type Description Notes
name str The tax's name. Searchable. This field has max length of 255 Unicode code points. [optional]
calculation_phase str Whether the tax is calculated based on a payment's subtotal or total. See TaxCalculationPhase for possible values [optional]
inclusion_type str Whether the tax is `ADDITIVE` or `INCLUSIVE`. See TaxInclusionType for possible values [optional]
percentage str 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 bool 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 bool If `true`, the tax will be shown as enabled in the Square Point of Sale app. [optional]

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