Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.28 KB

File metadata and controls

20 lines (14 loc) · 1.28 KB

OrderLineItemTax

squareconnect.models.order_line_item_tax

Description

Represents a tax that applies to one or more line items in an order.

Properties

Name Type Description Notes
catalog_object_id str The catalog object id referencing CatalogTax. [optional]
name str The tax's name. [optional]
type str Indicates the calculation method used to apply the tax. See OrderLineItemTaxType for possible values [optional]
percentage str 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%. [optional]
applied_money Money The amount of the money applied by the tax in an order. [optional]
scope str Indicates the level at which the tax applies. This field is set by the server. If set in a CreateOrder request, it will be ignored on write. See OrderLineItemTaxScope for possible values [optional]

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