docs/V1Order.md in square_connect-2.20190213.0.274 vs docs/V1Order.md in square_connect-2.20190313.0.278

- old
+ new

@@ -1,17 +1,19 @@ # SquareConnect::V1Order ### Description +V1Order + ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **errors** | [**Array<Error>**](Error.md) | Any errors that occurred during the request. | [optional] **id** | **String** | The order's unique identifier. | [optional] **buyer_email** | **String** | The email address of the order's buyer. | [optional] **recipient_name** | **String** | The name of the order's buyer. | [optional] **recipient_phone_number** | **String** | The phone number to use for the order's delivery. | [optional] -**state** | **String** | Whether the tax is an ADDITIVE tax or an INCLUSIVE tax. | [optional] +**state** | **String** | Whether the tax is an ADDITIVE tax or an INCLUSIVE tax. See [V1OrderState](#type-v1orderstate) for possible values | [optional] **shipping_address** | [**Address**](Address.md) | The address to ship the order to. | [optional] **subtotal_money** | [**V1Money**](V1Money.md) | The amount of all items purchased in the order, before taxes and shipping. | [optional] **total_shipping_money** | [**V1Money**](V1Money.md) | The shipping cost for the order. | [optional] **total_tax_money** | [**V1Money**](V1Money.md) | The total of all taxes applied to the order. | [optional] **total_price_money** | [**V1Money**](V1Money.md) | The total cost of the order. | [optional]