Manager
public enum Manager : RawRepresentable
A society managing parking
-
Managed by the CTS
Declaration
Swift
case cts -
Managed by Vinci
Declaration
Swift
case vinci -
Managed by Parcus
Declaration
Swift
case parcus -
Managed by unknown provider
Declaration
Swift
case unknown(String)
View on GitHub
Manager Enumeration Reference