Connector

fun Connector(    connectorType: ConnectorType,     currentType: CurrentType? = null,     ratedPowerKW: Double? = null,     voltageV: Int? = null,     currentA: Double? = null)

Parameters

connectorType

The charging connector type.

currentType

Current type.

ratedPowerKW

Rated charging power in kilowatts.

voltageV

Voltage in volts.

currentA

Amperage in amperes.