/tripkit/TripKitData/com.skedgo.tripkit.account.data/Client

Client

\ data class Client(val clientID: String, var clientName: String, val polygon: Polygon? = null, val appColors: AppColors? = null, var isBeta: Boolean = false, val features: List<String>? = emptyList(), val profile: ClientProfile? = null, val uiConfig: ClientUiConfig? = null)

Constructors

Client constructor(clientID: String, clientName: String, polygon: Polygon? = null, appColors: AppColors? = null, isBeta: Boolean = false, features: List<String>? = emptyList(), profile: ClientProfile? = null, uiConfig: ClientUiConfig? = null)

Properties

Name Summary
appColors val appColors: AppColors? = null
categoryDescription val categoryDescription: TranslatableMessage?
clientID val clientID: String
clientName var clientName: String
features val features: List<String>?
isBeta var isBeta: Boolean
polygon val polygon: Polygon? = null
profile val profile: ClientProfile? = null
riderCategories val riderCategories: List<RiderCategory>
smsDisclaimer val smsDisclaimer: TranslatableMessage?
uiConfig val uiConfig: ClientUiConfig? = null

Functions

Name Summary
hasWalletFeature fun hasWalletFeature(): Boolean