%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/admin1/vendor/square/square/doc/models/ |
Upload File : |
# Create Device Code Response
## Structure
`CreateDeviceCodeResponse`
## Fields
| Name | Type | Tags | Description | Getter | Setter |
| --- | --- | --- | --- | --- | --- |
| `errors` | [`?(Error[])`](/doc/models/error.md) | Optional | Any errors that occurred during the request. | getErrors(): ?array | setErrors(?array errors): void |
| `deviceCode` | [`?DeviceCode`](/doc/models/device-code.md) | Optional | - | getDeviceCode(): ?DeviceCode | setDeviceCode(?DeviceCode deviceCode): void |
## Example (as JSON)
```json
{
"device_code": {
"code": "EBCARJ",
"created_at": "2020-02-06T18:44:33.000Z",
"id": "B3Z6NAMYQSMTM",
"location_id": "B5E4484SHHNYH",
"name": "Counter 1",
"pair_by": "2020-02-06T18:49:33.000Z",
"product_type": "TERMINAL_API",
"status": "UNPAIRED",
"status_changed_at": "2020-02-06T18:44:33.000Z"
}
}
```