ChargingConnection

@objc
public class ChargingConnection : NSObject

BETA Represents information about the charging connection.

Experiment

THIS API IS IN BETA VERSION

Properties

  • The facility type which is compatible with the vehicle.

    Declaration

    Swift

    @objc
    public let facilityType: FacilityType
  • The plug type which is compatible with the vehicle.

    Declaration

    Swift

    @objc
    public let plugType: PlugType