Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 922 Bytes

CreateOrderRequest.md

File metadata and controls

11 lines (8 loc) · 922 Bytes

CreateOrderRequest

Properties

Name Type Description Notes
Order *Order [optional] [default to null]
LocationId string The ID of the business location to associate the order with. [optional] [default to null]
IdempotencyKey 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] [default to null]

[Back to Model list] [Back to API list] [Back to README]