/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.booking.apiv2/BookingV2ListResponse/Booking/Confirmation/Status
Status
\ data class Status(val title: String? = null, val subtitle: String? = null, val imageURL: String? = null, val value: String? = null)
Constructors
Status | constructor(title: String? = null, subtitle: String? = null, imageURL: String? = null, value: String? = null) |
Properties
Name | Summary |
---|---|
imageURL | @SerializedName(value = "imageURL") val imageURL: String? = null |
subtitle | @SerializedName(value = "subtitle") val subtitle: String? = null |
title | @SerializedName(value = "title") val title: String? = null |
value | @SerializedName(value = "value") val value: String? = null |
Functions
Name | Summary |
---|---|
getBackgroundColor | fun getBackgroundColor(): Int |