/tripkit/CommonCoreLegacy/com.skedgo.tripkit.common.model.booking.confirmation/BookingConfirmationStatus
BookingConfirmationStatus
\ @Gson.TypeAdapters
@Value.Immutable
abstract class BookingConfirmationStatus : Parcelable
Constructors
| BookingConfirmationStatus | constructor() |
Properties
| Name | Summary |
|---|---|
| CONTENTS_FILE_DESCRIPTOR | val CONTENTS_FILE_DESCRIPTOR: Int = 1 |
| CREATOR | val CREATOR: Parcelable.Creator<BookingConfirmationStatus> |
| PARCELABLE_WRITE_RETURN_VALUE | val PARCELABLE_WRITE_RETURN_VALUE: Int = 1 |
Functions
| Name | Summary |
|---|---|
| describeContents | open fun describeContents(): Int |
| imageURL | @Nullable abstract fun imageURL(): String |
| subtitle | @Nullable abstract fun subtitle(): String |
| title | abstract fun title(): String |
| value | @Nullable abstract fun value(): String |
| writeToParcel | open fun writeToParcel(dest: Parcel, flags: Int) |