| Name | Type | Description | Notes |
|---|---|---|---|
| hydraConfigId | Integer | Flipdish internal device identifier | [optional] |
| deviceId | String | Device Id | [optional] |
| serialNumber | String | Serial Number | [optional] |
| deviceType | DeviceTypeEnum | Type of the device | [optional] |
| status | StatusEnum | Status of the device | [optional] |
| deviceName | String | Device Name | [optional] |
| storeNames | List<HydraStoreData> | Store Names | [optional] |
| lastPollUtc | OffsetDateTime | Last poll time in UTC | [optional] |
| version | String | Version of the device | [optional] |
| buildNumber | String | Build number of the device | [optional] |
| gitSha | String | SHA of the commit | [optional] |
| gitBranch | String | Build branch | [optional] |
| Name | Value |
|---|---|
| KIOSK | "Kiosk" |
| TERMINAL | "Terminal" |
| LEGACYPRINTER | "LegacyPrinter" |
| Name | Value |
|---|---|
| ONLINE | "Online" |
| POSSIBLYOFFLINE | "PossiblyOffline" |
| OFFLINE | "Offline" |