Manager

public enum Manager : RawRepresentable

A society managing parking

  • cts

    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)