Sha256: 61dce8ef6e2f39a110802335b2132785c839dc8837b363589537e141311589c7
Contents?: true
Size: 1.21 KB
Versions: 8
Compression:
Stored size: 1.21 KB
Contents
# SquareConnect::Order ### Description Contains all information related to a single order to process with Square, including line items that specify the products to purchase ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | The order's unique ID. This value is only present for Order objects created by the Orders API through the [CreateOrder](#endpoint-createorder) endpoint. | [optional] **location_id** | **String** | The ID of the merchant location this order is associated with. | [optional] **reference_id** | **String** | A client specified identifier to associate an entity in another system with this order. | [optional] **line_items** | [**Array<OrderLineItem>**](OrderLineItem.md) | The line items included in the order. Every order has at least one line item. | [optional] **total_money** | [**Money**](Money.md) | The total amount of money to collect for the order. | [optional] **total_tax_money** | [**Money**](Money.md) | The total tax amount of money to collect for the order. | [optional] **total_discount_money** | [**Money**](Money.md) | The total discount amount of money to collect for the order. | [optional]
Version data entries
8 entries across 8 versions & 1 rubygems