Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 859 Bytes

CreateOrderRequest.md

File metadata and controls

14 lines (8 loc) · 859 Bytes

SquareConnect.CreateOrderRequest

Description

Properties

Name Type Description Notes
order Order 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]
location_id String The ID of the business location to associate the order with. [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 for more information. [optional]