/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.booking.apiv2/BookingV2ListResponse/Booking/Confirmation/Purchase
Purchase
\ data class Purchase(val budgetPoints: Int? = null, val currency: String? = null, val date: String? = null, val id: String? = null, val price: Double? = null, val productName: String? = null, val productType: String? = null, val validFrom: String? = null, val pickupWindowDuration: Long? = null)
Constructors
Purchase | constructor(budgetPoints: Int? = null, currency: String? = null, date: String? = null, id: String? = null, price: Double? = null, productName: String? = null, productType: String? = null, validFrom: String? = null, pickupWindowDuration: Long? = null) |
Properties
Name | Summary |
---|---|
budgetPoints | @SerializedName(value = "budgetPoints") val budgetPoints: Int? = null |
currency | @SerializedName(value = "currency") val currency: String? = null |
date | @SerializedName(value = "date") val date: String? = null |
id | @SerializedName(value = "id") val id: String? = null |
pickupWindowDuration | @SerializedName(value = "pickupWindowDuration") val pickupWindowDuration: Long? = null |
price | @SerializedName(value = "price") val price: Double? = null |
productName | @SerializedName(value = "productName") val productName: String? = null |
productType | @SerializedName(value = "productType") val productType: String? = null |
validFrom | @SerializedName(value = "validFromTimestamp") val validFrom: String? = null |