Sha256: 2630cfe27e9cc22f2ce6e5b35a307cbf51911a675db0dcff3a262b13722dff51

Contents?: true

Size: 1.78 KB

Versions: 13

Compression:

Stored size: 1.78 KB

Contents

# SquareConnect::CreateOrderRequest

### Description



## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**order** | [**Order**](Order.md) | The order to create. If this field is set, then the only other top-level field that can be set is the idempotency_key. | [optional] 
**idempotency_key** | **String** | A value you specify that uniquely identifies this order among orders you've created.  If you're unsure whether a particular order was created successfully, you can reattempt it with the same idempotency key without worrying about creating duplicate orders.  See [Idempotency](/basics/api101/idempotency) for more information. | [optional] 
**reference_id** | **String** | __Deprecated__: Please set the reference_id on the nested [order](#type-order) field instead.  An optional ID you can associate with the order for your own purposes (such as to associate the order with an entity ID in your own database).  This value cannot exceed 40 characters. | [optional] 
**line_items** | [**Array<CreateOrderRequestLineItem>**](CreateOrderRequestLineItem.md) | __Deprecated__: Please set the line_items on the nested [order](#type-order) field instead.  The line items to associate with this order.  Each line item represents a different product to include in a purchase. | [optional] 
**taxes** | [**Array<CreateOrderRequestTax>**](CreateOrderRequestTax.md) | __Deprecated__: Please set the taxes on the nested [order](#type-order) field instead.  The taxes to include on the order. | [optional] 
**discounts** | [**Array<CreateOrderRequestDiscount>**](CreateOrderRequestDiscount.md) | __Deprecated__: Please set the discounts on the nested [order](#type-order) field instead.  The discounts to include on the order. | [optional] 


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
square_connect-2.20190724.1.334 docs/CreateOrderRequest.md
square_connect-2.20190724.0.331 docs/CreateOrderRequest.md
square_connect-2.20190724.0.330 docs/CreateOrderRequest.md
square_connect-2.20190724.0.325 docs/CreateOrderRequest.md
square_connect-2.20190710.0.321 docs/CreateOrderRequest.md
square_connect-2.20190612.1.314 docs/CreateOrderRequest.md
square_connect-2.20190612.0.311 docs/CreateOrderRequest.md
square_connect-2.20190612.0.309 docs/CreateOrderRequest.md
square_connect-2.20190410.1.300 docs/CreateOrderRequest.md
square_connect-2.20190410.0.296 docs/CreateOrderRequest.md
square_connect-2.20190327.1.292 docs/CreateOrderRequest.md
square_connect-2.20190313.1.282 docs/CreateOrderRequest.md
square_connect-2.20190313.0.278 docs/CreateOrderRequest.md