Sha256: 08965599ffe696fc8c4c365384dc44a0d770ed49d584c395aa41340c7b752841
Contents?: true
Size: 974 Bytes
Versions: 7
Compression:
Stored size: 974 Bytes
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 not present if the order was not created with 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]
Version data entries
7 entries across 7 versions & 1 rubygems