CreateTerminalCheckoutRequest
April 22, 2020 ยท View on GitHub
Description
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| idempotency_key | getIdempotencyKey() | setIdempotencyKey($value) | string | A unique string that identifies this CreateCheckout request. Keys can be any valid string but must be unique for every CreateCheckout request. See Idempotency keys for more information. | |
| checkout | getCheckout() | setCheckout($value) | \SquareConnect\Model\TerminalCheckout | The checkout to create. |
Note: All properties are protected and only accessed via getters and setters.