EVAccessRestrictionReason

public enum EVAccessRestrictionReason : UInt32, CaseIterable, Codable

Represents the restriction reason of an EVChargingPool.

  • Charging for customers of a hotel, restaurant, store etc.

    Declaration

    Swift

    case customersOnly
  • Vehicle brand-restriction, e.g. Tesla, BMW.

    Declaration

    Swift

    case brandOnly
  • Charging for car sharing.

    Declaration

    Swift

    case carSharingOnly
  • Charging for taxis

    Declaration

    Swift

    case taxisOnly
  • Charging is restricted due to other reasons

    Declaration

    Swift

    case other