/tripkit/CommonCoreLegacy/com.skedgo.tripkit.common.model.booking.confirmation/BookingConfirmationInputNew
BookingConfirmationInputNew
\ @Gson.TypeAdapters
@Value.Immutable
abstract class BookingConfirmationInputNew : Parcelable
Constructors
BookingConfirmationInputNew | constructor() |
Properties
Name | Summary |
---|---|
CONTENTS_FILE_DESCRIPTOR | val CONTENTS_FILE_DESCRIPTOR: Int = 1 |
CREATOR | val CREATOR: Parcelable.Creator<BookingConfirmationInputNew> |
PARCELABLE_WRITE_RETURN_VALUE | val PARCELABLE_WRITE_RETURN_VALUE: Int = 1 |
Functions
Name | Summary |
---|---|
describeContents | open fun describeContents(): Int |
id | abstract fun id(): String |
notes | abstract fun notes(): List<BookingConfirmationNotes> |
obtainValue | open fun obtainValue(): List<String> |
options | abstract fun options(): List<BookingConfirmationInputOptions> |
required | abstract fun required(): Boolean |
title | abstract fun title(): String |
type | abstract fun type(): String |
value | @Nullable abstract fun value(): String |
values | @Nullable abstract fun values(): List<String> |
writeToParcel | open fun writeToParcel(dest: Parcel, flags: Int) |