ChargingPoint
constructor(accessibility: AccessibilityType, authentication: Array<AuthenticationType>, booking: BookingType, payment: Array<PaymentType>, identification: String, connectors: Array<ChargingConnector>)
Parameters
accessibility
Mean of accessibility (see AccessibilityType).
authentication
Mask of means of authentication (see AuthenticationType).
booking
Mask of means of reservation (see BookingType).
payment
Mask of means of payment (see PaymentType).
identification
Identification of the charging point.
connectors
Array of the connectors of this charging point (see ChargingConnector).