SquareConnect::OrderLineItemTax

June 12, 2019 ยท View on GitHub

Description

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

Properties

NameTypeDescriptionNotes
uidStringUnique ID that identifies the tax only within this order. This field is read-only.[optional]
catalog_object_idStringThe catalog object id referencing CatalogTax.[optional]
nameStringThe tax's name.[optional]
typeStringIndicates the calculation method used to apply the tax. See OrderLineItemTaxType for possible values[optional]
percentageStringThe 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_moneyMoneyThe amount of the money applied by the tax in an order.[optional]
scopeStringIndicates 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]