Receipt

@IviExperimental(reasons = [])
data class Receipt(val consumedEnergy: Energy, val sessionCost: Cost) : Parcelable

Contains information about the completed session.

Parameters

consumedEnergy

Energy consumed during the charging process.

sessionCost

Completed charging session cost.

Constructors

Link copied to clipboard
constructor(consumedEnergy: Energy, sessionCost: Cost)

Properties

Link copied to clipboard
Link copied to clipboard

Inherited functions

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