SessionInfo

@IviExperimental(reasons = [])
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
constructor(activeChargingPoint: ChargingPoint, activeSessionId: String?, sessionReceipt: Receipt?)

Properties

Link copied to clipboard

ChargingPoint connected to the Electric Vehicle during charging process.

Link copied to clipboard

Unique Session Id for a charging session.

Link copied to clipboard

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)