Skip to content

Files

Latest commit

 

History

History
23 lines (15 loc) · 981 Bytes

OrderLineItemTax.md

File metadata and controls

23 lines (15 loc) · 981 Bytes

Square.Connect.Model.OrderLineItemTax

Properties

Name Type Description Notes
Name string The tax's name. [optional]
Type TypeEnum Indicates the calculation method used to apply the tax. See OrderLineItemTaxType for possible values. [optional]
Percentage string 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]
AppliedMoney Money The amount of the money applied by the tax in an order. [optional]

TypeEnum

Name Value
UNKNOWN "UNKNOWN"
ADDITIVE "ADDITIVE"
INCLUSIVE "INCLUSIVE"

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