Sha256: 12b6c743645ed98a62f1e74e9a555f3c87b68aa308e812c889968c838e84c2d9
Contents?: true
Size: 762 Bytes
Versions: 2
Compression:
Stored size: 762 Bytes
Contents
# SquareConnect::OrderLineItemTax ### Description Represents a tax that applies to one or more line items in an order. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
square_connect-2.2.1.145 | docs/OrderLineItemTax.md |
square_connect-2.2.0.110 | docs/OrderLineItemTax.md |