Sha256: 8ca15165024271ade96cad770ae832715c219d020e1e2c309d50903f65e6a635
Contents?: true
Size: 1.33 KB
Versions: 8
Compression:
Stored size: 1.33 KB
Contents
# SquareConnect::OrderReturnTax ### Description The line item tax being returned. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **uid** | **String** | Unique ID that identifies the return tax only within this order. This field is read-only. | [optional] **source_tax_uid** | **String** | `uid` of the Tax from the Order which contains the original charge of this tax. | [optional] **catalog_object_id** | **String** | The catalog object id referencing [CatalogTax](#type-catalogtax). | [optional] **name** | **String** | The tax's name. | [optional] **type** | **String** | Indicates the calculation method used to apply the tax. See [OrderLineItemTaxType](#type-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] **applied_money** | [**Money**](Money.md) | The amount of the money applied by the tax in an order. | [optional] **scope** | **String** | Indicates 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](#type-orderlineitemtaxscope) for possible values | [optional]
Version data entries
8 entries across 8 versions & 1 rubygems