/tripkit/CommonCoreLegacy/com.skedgo.tripkit.common.model.booking.confirmation/BookingConfirmationTickets
BookingConfirmationTickets
\ @Gson.TypeAdapters
@Value.Immutable
abstract class BookingConfirmationTickets : Parcelable
Constructors
BookingConfirmationTickets | constructor() |
Properties
Name | Summary |
---|---|
CONTENTS_FILE_DESCRIPTOR | val CONTENTS_FILE_DESCRIPTOR: Int = 1 |
CREATOR | val CREATOR: Parcelable.Creator<BookingConfirmationTickets> |
PARCELABLE_WRITE_RETURN_VALUE | val PARCELABLE_WRITE_RETURN_VALUE: Int = 1 |
Functions
Name | Summary |
---|---|
currency | abstract fun currency(): String |
describeContents | open fun describeContents(): Int |
description | @Nullable abstract fun description(): String |
id | abstract fun id(): String |
name | abstract fun name(): String |
price | abstract fun price(): Double |
purchasedTickets | @Nullable abstract fun purchasedTickets(): List<BookingConfirmationPurchasedTicket> |
value | abstract fun value(): Long |
writeToParcel | open fun writeToParcel(dest: Parcel, flags: Int) |