tripkit-android / com.skedgo.tripkit.common.model / BookingConfirmationStatus
BookingConfirmationStatus
@TypeAdapters @Immutable abstract class BookingConfirmationStatus : Parcelable
Constructors
Name | Summary |
---|---|
<init> | BookingConfirmationStatus() |
Properties
Name | Summary |
---|---|
CREATOR | static val CREATOR: Creator< BookingConfirmationStatus !>! |
Functions
Name | Summary |
---|---|
describeContents | open fun describeContents(): Int |
subtitle | abstract fun subtitle(): String ? |
title | abstract fun title(): String ! |
value | abstract fun value(): String ? |
writeToParcel | open fun writeToParcel(dest: Parcel!, flags: Int ): Unit |