@Beta(2020, 12) data class ChargingConnection : Serializable
Represents information about the charging connection.
facilityType
- The facility type which is compatible with the vehicle.
plugType
- The plug type which is compatible with the vehicle.
ChargingConnection(facilityType: FacilityType, plugType: PlugType)
Represents information about the charging connection. |
val facilityType: FacilityType
The facility type which is compatible with the vehicle. |
|
val plugType: PlugType
The plug type which is compatible with the vehicle. |