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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val alwaysOpen: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val networkName: String