| Name | Type | Description | Notes |
|---|---|---|---|
| user | UserEventInfo | Optional user who triggered creation (may be null for device self-create). | [optional] |
| deviceId | String | Device id | [optional] |
| hydraUserId | Integer | Zeus Hydra user id | [optional] |
| userType | UserTypeEnum | Hydra user type (Kiosk / Terminal) as integer. Prefer {Flipdish.PublicModels.V1.Events.Hydra.HydraCreatedEvent.DeviceType}. | [optional] |
| deviceType | DeviceTypeEnum | Hydra device type (Kiosk / Terminal), serialized as string. | [optional] |
| eventName | String | The event name | [optional] |
| flipdishEventId | UUID | The identitfier of the event | [optional] |
| createTime | OffsetDateTime | The time of creation of the event | [optional] |
| position | Integer | Position | [optional] |
| appId | String | App id | [optional] |
| orgId | String | Org id | [optional] |
| ipAddress | String | Ip Address | [optional] |
| activityId | String | Activity Id | [optional] |
| activityType | String | Activity Type | [optional] |
| Name | Value |
|---|---|
| KIOSK | "Kiosk" |
| TERMINAL | "Terminal" |
| LEGACYPRINTER | "LegacyPrinter" |
| Name | Value |
|---|---|
| KIOSK | "Kiosk" |
| TERMINAL | "Terminal" |
| LEGACYPRINTER | "LegacyPrinter" |