EVChargingTariffRequest

public struct EVChargingTariffRequest : Hashable

Represents a search option to choose the eMSP or CPO whose tariff should be included in the response. 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.

  • The eMSP or CPO partner ID.

    Declaration

    Swift

    public var partnerID: String
  • List of tariff names.

    Declaration

    Swift

    public var tariffNames: [String]
  • Creates an EVTariffSearchOption object.

    Declaration

    Swift

    public init(partnerID: String = "", tariffNames: [String] = [])