EVChargingTariffType

public enum EVChargingTariffType : UInt32, CaseIterable, Codable

Represents the tariff pricing model (adhoc, emsp, or cpo). Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Ad-hoc tariff (pay as you go), no subscription required.

    Declaration

    Swift

    case adHoc
  • Tariff provided by an eMSP.

    Declaration

    Swift

    case emsp
  • cpo

    Tariff provided by a CPO.

    Declaration

    Swift

    case cpo