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 (12 loc) · 1.53 KB

CreateOrderRequestTax.md

File metadata and controls

20 lines (12 loc) · 1.53 KB

Square.Connect.Model.CreateOrderRequestTax

Description

Deprecated: Please use the OrderLineItemTax type in the order field of CreateOrderRequest instead. Represents a tax that can apply to either a single line item or an entire order. Note: This model is deprecated.

Properties

Name Type Description Notes
CatalogObjectId string Only used for catalog taxes. The catalog object ID of an existing `CatalogTax`. Do not provide a value for this field if you provide values in other fields for an ad hoc tax. [optional]
Name string Only used for ad hoc taxes. The tax's name. Do not provide a value for this field if you set `catalog_object_id`. [optional]
Type string Only used for ad hoc taxes. Indicates the calculation method used to apply the line item tax. Default: `ADDITIVE`; See `OrderLineItemTaxType` for possible values. See OrderLineItemTaxType for possible values [optional]
Percentage string Only used for ad hoc taxes. The percentage of the tax, as a string representation of a decimal number. A value of `7.25` corresponds to a percentage of 7.25%. This value range between 0.0 up to 100.0 [optional]

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