/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())
Constructors
Client | constructor(clientID: String, clientName: String, polygon: Polygon? = null, appColors: AppColors? = null, isBeta: Boolean = false, features: List<String>? = emptyList()) |
Properties
Name | Summary |
---|---|
appColors | val appColors: AppColors? = null |
clientID | val clientID: String |
clientName | var clientName: String |
features | val features: List<String>? |
isBeta | var isBeta: Boolean |
polygon | val polygon: Polygon? = null |
Functions
Name | Summary |
---|---|
hasWalletFeature | fun hasWalletFeature(): Boolean |