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

BookingConfirmationActionConfirmation

\ @Gson.TypeAdapters

@Value.Immutable

abstract class BookingConfirmationActionConfirmation : Parcelable

Constructors

BookingConfirmationActionConfirmation constructor()

Properties

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

Functions

Name Summary
abortActionTitle abstract fun abortActionTitle(): String
confirmActionTitle abstract fun confirmActionTitle(): String
describeContents open fun describeContents(): Int
message abstract fun message(): String
writeToParcel open fun writeToParcel(dest: Parcel, flags: Int)