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

Version Path
square_connect-2.20181212.0.267 docs/Order.md
square_connect-2.20181205.0.263 docs/Order.md
square_connect-2.20180918.1.251 docs/Order.md
square_connect-2.20180918.0.244 docs/Order.md
square_connect-2.20180712.2.237 docs/Order.md
square_connect-2.20180712.1.234 docs/Order.md
square_connect-2.20180712.1.228 docs/Order.md
square_connect-2.20180712.0.224 docs/Order.md
square_connect-2.9.0.220 docs/Order.md
square_connect-2.8.0.215 docs/Order.md
square_connect-2.8.0.208 docs/Order.md
square_connect-2.7.0.202 docs/Order.md
square_connect-2.6.1.197 docs/Order.md
square_connect-2.6.0.192 docs/Order.md