tripkit-android / com.skedgo.tripkit.common.model / PurchaseBrand

PurchaseBrand

@TypeAdapters @Immutable abstract class PurchaseBrand : Parcelable

Constructors

Name Summary
<init> PurchaseBrand()

Properties

Name Summary
CREATOR static val CREATOR: Creator<PurchaseBrand!>!

Functions

Name Summary
color abstract fun color():ServiceColor!
describeContents open fun describeContents():Int
name abstract fun name():String!
remoteIcon abstract fun remoteIcon():String?
writeToParcel open fun writeToParcel(dest: Parcel!, flags:Int):Unit