tariffs property

List<EVChargingTariff> tariffs

List of tariffs or price plans for the connectors of the charging station. Tariffs are typically connector-type specific. Hence, they are always linked with connectors and/or connector groups, by indexes to this list.

This property is set only when data is available and when EVSearchOptions.additional_features include either EVChargingLocationFeature.EVSES or EVChargingLocationFeature.CONNECTOR_GROUPS.

By default, the list includes tariffs for ad-hoc charging, per connector type, for EVSEs that accept payment without registering. Gets the list of tariffs or price plans for the connectors of the charging station.

Implementation

List<EVChargingTariff> get tariffs;