Sha256: 06bbce46bd4e09a2cd7cf7e48282f1243f49699358ea66f02f95f81ee440e9b1
Contents?: true
Size: 1.11 KB
Versions: 3
Compression:
Stored size: 1.11 KB
Contents
# SquareConnect::OrderLineItemTax ### Description Represents a tax that applies to one or more line items in an order. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
square_connect-2.20190313.1.282 | docs/OrderLineItemTax.md |
square_connect-2.20190313.0.278 | docs/OrderLineItemTax.md |
square_connect-2.20190213.0.274 | docs/OrderLineItemTax.md |