| Name | Type | Description | Notes |
|---|---|---|---|
| serialNumber | String | Serial Number | [optional] |
| softwareVersion | String | Software Version | [optional] |
| deviceType | DeviceTypeEnum | Device Type | [optional] |
| status | StatusEnum | Device Status | [optional] |
| batteryLevel | Float | Indication of the battery level from 0 to 1 | [optional] |
| updateTime | OffsetDateTime | Last time the status was updated | [optional] |
| readerId | String | ReaderId for Stripe Terminal | [optional] |
| Name | Value |
|---|---|
| CHIPPER_2X | "CHIPPER_2X" |
| COTS_DEVICE | "COTS_DEVICE" |
| VERIFONE_P400 | "VERIFONE_P400" |
| WISEPAD_3 | "WISEPAD_3" |
| WISEPOS_E | "WISEPOS_E" |
| Name | Value |
|---|---|
| NOT_CONNECTED | "Not_Connected" |
| CONNECTING | "Connecting" |
| CONNECTED | "Connected" |
| ONLINE | "Online" |
| OFFLINE | "Offline" |