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

Latest commit

 

History

History
17 lines (12 loc) · 1.35 KB

CatalogTax.md

File metadata and controls

17 lines (12 loc) · 1.35 KB

SquareConnect.CatalogTax

Description

A tax applicable to an item.

Properties

Name Type Description Notes
name String The tax's name. This is a searchable attribute for use in applicable query filters, and its value length is of Unicode code points. [optional]
calculation_phase String Whether the tax is calculated based on a payment's subtotal or total. See TaxCalculationPhase for possible values [optional]
inclusion_type String Whether the tax is `ADDITIVE` or `INCLUSIVE`. See TaxInclusionType for 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 A Boolean flag to indicate whether the tax is displayed as enabled (`true`) in the Square Point of Sale app or not (`false`). [optional]