• Example searches: “transaction”, “CreateOrder”, “/v2/locations”, “inventory”, “delete customer”

Object Index

You are viewing an old version of the API
OrderReturnTax BETA

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

Fixed-amount, order-scoped taxes are distributed across all non-zero return line item totals. The amount distributed to each return line item is relative to that item’s contribution to the order subtotal.

Properties

Name Description
uid
string

A unique ID that identifies the returned tax only within this order.

Max Length 60
source_tax_uid
string

The tax uid from the order that contains the original tax charge.

Max Length 60
catalog_object_id
string

The catalog object ID referencing CatalogTax.

Max Length 192
catalog_version
integer (64-bit)

The version of the catalog object that this tax references.

name
string

The tax's name.

Max Length 255
type
string

Indicates the calculation method used to apply the tax.

percentage
string

The percentage of the tax, as a string representation of a decimal number. For example, a value of "7.25" corresponds to a percentage of 7.25%.

Max Length 10
applied_money
Money

The amount of money applied by the tax in an order.

scope
string

Indicates the level at which the OrderReturnTax applies. For ORDER scoped taxes, Square generates references in applied_taxes on all OrderReturnLineItems. For LINE_ITEM scoped taxes, the tax is only applied to OrderReturnLineItems with references in their applied_discounts field.