CreateOrderRequest

February 26, 2020 ยท View on GitHub

Description

Properties

NameGetterSetterTypeDescriptionNotes
ordergetOrder()setOrder($value)\SquareConnect\Model\OrderThe 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_keygetIdempotencyKey()setIdempotencyKey($value)stringA 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]

Note: All properties are protected and only accessed via getters and setters.

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