ConfirmationState

data class ConfirmationState(val status: ScreenContentStatus = ScreenContentStatus.Idle, val ryderId: String, val fare: FareModel, val ticketCount: Int, val totalPrice: Float) : Parcelable

Constructors

Link copied to clipboard
constructor(status: ScreenContentStatus = ScreenContentStatus.Idle, ryderId: String, fare: FareModel, ticketCount: Int, totalPrice: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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