EVPorts

constructor(locID: String, portID: String, latitude: Double? = null, longitude: Double? = null, displayName: String? = null, netStationID: String? = null, netPortID: String? = null, level: Int? = null, phase: String? = null, cable: String? = null, networkName: String? = null, network: Int? = null, roamingFee: Double? = null, chargingCost: Double? = null, chargingCostUnit: Int? = null, chargingCostInfo: String? = null, chargingCostDisplay: String? = null, parkingCost: String? = null, parkingCostInfo: String? = null, parkingInfo: String? = null, connectors: List<String> = emptyList(), connector: List<Int> = emptyList(), paymentMethod: List<Int> = emptyList(), kw: Double? = null, volt: Int? = null, amp: Int? = null, restriction: Int? = null, statusCode: Int? = null, availability: Int? = null, totalPort: Int? = null)