tripkit-android / com.skedgo.tripkit.common.model / BookingConfirmationPurchase
BookingConfirmationPurchase
@TypeAdapters @Immutable abstract class BookingConfirmationPurchase : Parcelable
Constructors
Name | Summary |
---|---|
<init> | BookingConfirmationPurchase() |
Properties
Name | Summary |
---|---|
CREATOR | static val CREATOR: Creator< BookingConfirmationPurchase !>! |
Functions
Name | Summary |
---|---|
brand | abstract fun brand(): PurchaseBrand ? |
currency | abstract fun currency(): String ! |
describeContents | open fun describeContents(): Int |
id | abstract fun id(): String ! |
price | abstract fun price(): Float |
productName | abstract fun productName(): String ! |
productType | abstract fun productType(): String ! |
source | abstract fun source(): BookingSource ? |
timezone | abstract fun timezone(): String ? |
valid | open fun valid(): Boolean |
validFor | open fun validFor(): Long |
validFrom | open fun validFrom(): Long |
writeToParcel | open fun writeToParcel(dest: Parcel!, flags: Int ): Unit |