Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.01 KB

File metadata and controls

17 lines (14 loc) · 1.01 KB

Flipdish.Model.HydraStatus

Properties

Name Type Description Notes
AppId string
StoreIds List<int?> Store to assign the hydra [optional]
PropertyIds List<string> AuthZ Property ids for assigned stores [optional]
IsRegistered bool? The device has been already registered
PinCode int? 6 digit PIN code (not starting with zero). [optional]
Images List<string> Hydra images (covers) [optional]
UserType string Hydra User Type as integer. Prefer {Flipdish.PublicModels.V1.Hydra.HydraStatus.DeviceType}. [optional]
DeviceType string Hydra device type (Kiosk / Terminal), serialized as string. [optional]
HydraUserId int? Zeus Hydra user id [optional]

[Back to Model list] [Back to API list] [Back to README]