Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 753 Bytes

CreateOrderRequest.md

File metadata and controls

13 lines (7 loc) · 753 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]
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]