SessionInfo

data class SessionInfo(    val activeChargingPoint: ChargingPoint,     val activeSessionId: String?,     val sessionReceipt: Receipt?) : Parcelable

Contains information about the active session once the charging process has started.

Constructors

Link copied to clipboard
fun SessionInfo(    activeChargingPoint: ChargingPoint,     activeSessionId: String?,     sessionReceipt: Receipt?)

Properties

Link copied to clipboard
val activeChargingPoint: ChargingPoint

ChargingPoint connected to the Electric Vehicle during charging process.

Link copied to clipboard
val activeSessionId: String?

Unique Session Id for a charging session.

Link copied to clipboard
val sessionReceipt: Receipt?

Final Receipt for a charging session.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)