Sha256: 39f938a32ad26e5f299dd331aef344cdfe5f8a15ea589d5212e98779ddcfcd17

Contents?: true

Size: 879 Bytes

Versions: 22

Compression:

Stored size: 879 Bytes

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] 


Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
square_connect-2.3.0.154 docs/OrderLineItemTax.md
square_connect-2.3.0.153 docs/OrderLineItemTax.md