docs/OrderLineItemTax.md in square_connect-2.20190410.1.300 vs docs/OrderLineItemTax.md in square_connect-2.20190508.0.304
- old
+ new
@@ -5,9 +5,10 @@
Represents a tax that applies to one or more line items in an order.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
+**uid** | **String** | The tax's Unique identifier, unique only within this order. This field is read-only. | [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]