/tripkit/CommonCoreLegacy/com.skedgo.tripkit.common.model.booking.confirmation/BookingConfirmationPurchasedTicket

BookingConfirmationPurchasedTicket

\ @Gson.TypeAdapters

@Value.Immutable

abstract class BookingConfirmationPurchasedTicket : Parcelable

Constructors

BookingConfirmationPurchasedTicket constructor()

Properties

Name Summary
CONTENTS_FILE_DESCRIPTOR val CONTENTS_FILE_DESCRIPTOR: Int = 1
CREATOR val CREATOR: Parcelable.Creator<BookingConfirmationPurchasedTicket>
PARCELABLE_WRITE_RETURN_VALUE val PARCELABLE_WRITE_RETURN_VALUE: Int = 1

Functions

Name Summary
activateURL @Nullable
abstract fun activateURL(): String
describeContents open fun describeContents(): Int
fare @Nullable
abstract fun fare(): BookingConfirmationPurchasedTicketFare
id abstract fun id(): String
status @Nullable
abstract fun status(): String
ticketURL @Nullable
abstract fun ticketURL(): String
writeToParcel open fun writeToParcel(dest: Parcel, flags: Int)