/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.payment/PaymentSummaryDetails
PaymentSummaryDetails
\ data class PaymentSummaryDetails(val id: String, val icon: Int, val description: String, val breakdown: Long? = null, val price: Double? = null, val currency: String? = null)
Constructors
PaymentSummaryDetails | constructor(id: String, icon: Int, description: String, breakdown: Long? = null, price: Double? = null, currency: String? = null) |
Types
Name | Summary |
---|---|
Companion | object Companion |
Properties
Name | Summary |
---|---|
breakdown | val breakdown: Long? = null |
currency | val currency: String? = null |
description | val description: String |
icon | val icon: Int |
id | val id: String |
price | val price: Double? = null |
Functions
Name | Summary |
---|---|
getConvertedPrice | fun getConvertedPrice(): Double |
getDetailedDescription | fun getDetailedDescription(): String |
getTotal | fun getTotal(): String |