CreateOrderRequest
February 26, 2020 ยท View on GitHub
Description
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| order | getOrder() | setOrder($value) | \SquareConnect\Model\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 | getIdempotencyKey() | setIdempotencyKey($value) | 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] |
Note: All properties are protected and only accessed via getters and setters.