ChargeHubChargingStationViewState
data class ChargeHubChargingStationViewState( val networkName: String, val adapters: Map<ChargingAdapterLevel, ChargeHubAdapterAvailability>, val costDescription: String?, val isPaymentEnabled: Boolean, val alwaysOpen: Boolean? = null, val accessHoursObj: Map<Int, AccessHours>? = null) : ChargingStationViewState
Constructors
Link copied to clipboard
constructor( networkName: String, adapters: Map<ChargingAdapterLevel, ChargeHubAdapterAvailability>, costDescription: String?, isPaymentEnabled: Boolean, alwaysOpen: Boolean? = null, accessHoursObj: Map<Int, AccessHours>? = null)