OrderReturnTax

June 12, 2019 ยท View on GitHub

squareconnect.models.order_return_tax

Description

The line item tax being returned.

Properties

NameTypeDescriptionNotes
uidstrUnique ID that identifies the return tax only within this order. This field is read-only.[optional]
source_tax_uidstr`uid` of the Tax from the Order which contains the original charge of this tax.[optional]
catalog_object_idstrThe catalog object id referencing CatalogTax.[optional]
namestrThe tax's name.[optional]
typestrIndicates the calculation method used to apply the tax. See OrderLineItemTaxType for possible values[optional]
percentagestrThe 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]
scopestrIndicates 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]