/tripkit/CommonCoreLegacy/com.skedgo.tripkit.common.model/PurchaseBrand
PurchaseBrand
\ @Gson.TypeAdapters
@Value.Immutable
abstract class PurchaseBrand : Parcelable
Constructors
| PurchaseBrand | constructor() |
Types
| Name | Summary |
|---|---|
| Companion | object Companion |
Functions
| Name | Summary |
|---|---|
| color | abstract fun color(): ServiceColor? |
| describeContents | open override fun describeContents(): Int |
| name | abstract fun name(): String? |
| remoteIcon | abstract fun remoteIcon(): String? |
| writeToParcel | open override fun writeToParcel(dest: Parcel, flags: Int) |