Sha256: aa032978bec176a7be5aa0266d822b21f5e4e721e0ba7c198e09489b3b066f07
Contents?: true
Size: 1.18 KB
Versions: 14
Compression:
Stored size: 1.18 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. | **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. | **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
14 entries across 14 versions & 1 rubygems