/tripkit/CommonCoreLegacy/com.skedgo.tripkit.common.model.booking/BookingProvider

BookingProvider

\ @Gson.TypeAdapters

@Value.Immutable

abstract class BookingProvider : Parcelable

Constructors

BookingProvider constructor()

Properties

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

Functions

Name Summary
color @Nullable
abstract fun color(): ServiceColor
describeContents open fun describeContents(): Int
name @Nullable
abstract fun name(): String
phone @Nullable
abstract fun phone(): String
remoteDarkIcon @Nullable
abstract fun remoteDarkIcon(): String
remoteIcon @Nullable
abstract fun remoteIcon(): String
website @Nullable
abstract fun website(): String
writeToParcel open fun writeToParcel(dest: Parcel, flags: Int)