CreateDeviceCodeRequest
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. | |
| device_code | getDeviceCode() | setDeviceCode($value) | \SquareConnect\Model\DeviceCode | The device code to create. |
Note: All properties are protected and only accessed via getters and setters.