/tripkit/CommonCoreLegacy/com.skedgo.tripkit.common.model.booking.confirmation/BookingConfirmation
BookingConfirmation
\ @Gson.TypeAdapters
@Value.Immutable
abstract class BookingConfirmation : Parcelable
Constructors
BookingConfirmation | constructor() |
Properties
Name | Summary |
---|---|
CONTENTS_FILE_DESCRIPTOR | val CONTENTS_FILE_DESCRIPTOR: Int = 1 |
CREATOR | val CREATOR: Parcelable.Creator<BookingConfirmation> |
PARCELABLE_WRITE_RETURN_VALUE | val PARCELABLE_WRITE_RETURN_VALUE: Int = 1 |
Functions
Name | Summary |
---|---|
actions | abstract fun actions(): List<BookingConfirmationAction> |
describeContents | open fun describeContents(): Int |
input | abstract fun input(): List<BookingConfirmationInputNew> |
notes | abstract fun notes(): List<BookingConfirmationNotes> |
provider | @Nullable abstract fun provider(): BookingConfirmationImage |
purchase | @Nullable abstract fun purchase(): BookingConfirmationPurchase |
purchasedTickets | @Nullable abstract fun purchasedTickets(): List<BookingConfirmationPurchasedTicket> |
status | abstract fun status(): BookingConfirmationStatus |
tickets | abstract fun tickets(): List<BookingConfirmationTickets> |
vehicle | @Nullable abstract fun vehicle(): BookingConfirmationImage |
writeToParcel | open fun writeToParcel(dest: Parcel, flags: Int) |