Class EVChargingTariffRequest

java.lang.Object
com.here.sdk.search.EVChargingTariffRequest

public final class EVChargingTariffRequest extends Object

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.

  • Field Details

    • partnerID

      @NonNull public String partnerID

      The eMSP or CPO partner ID.

    • tariffNames

      @NonNull public List<String> tariffNames

      List of tariff names.

  • Constructor Details

    • EVChargingTariffRequest

      public EVChargingTariffRequest()

      Creates an EVTariffSearchOption object.

  • Method Details