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

Version Path
square_connect-2.5.2.188 docs/Order.md
square_connect-2.5.1.183 docs/Order.md
square_connect-2.5.0.180 docs/Order.md
square_connect-2.4.0.175 docs/Order.md
square_connect-2.4.0.170 docs/Order.md
square_connect-2.3.1.161 docs/Order.md
square_connect-2.3.0.154 docs/Order.md
square_connect-2.3.0.153 docs/Order.md