ChargingStationData

Represents the data related to an EV charging station.

Parameters

stationId

The unique identifier for the EV station.

cost

The cost information for using the EV chargers at this station, if available.

networkName

The name of the network that operates the EV station, if available.

chargerGroups

A list of EvChargerGroup objects representing different groups of chargers available at the station.

tariffs

A list of EvTariff objects representing the pricing tariffs for using the chargers at the station.

facilities

A list of OCPI facility strings representing amenities available at the charging location.

Properties

Link copied to clipboard
Link copied to clipboard
val cost: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int