Represents a tax being returned that applies to one or more return line items in an order.
<- Object
Object
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.
The tax uid
from the order that contains the original tax charge.
The catalog object ID referencing CatalogTax.
The version of the catalog object that this tax references.
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%.
Indicates the level at which the OrderReturnTax
applies. For ORDER
scoped taxes, Square generates references in applied_taxes
on all OrderReturnLineItem
s. For LINE_ITEM
scoped taxes, the tax is only applied to OrderReturnLineItem
s with references in their applied_discounts
field.