/tripkit/TripKitData/com.skedgo.tripkit.data.database.locations.carparks/PricingTable
PricingTable
\ @Value.Immutable
@Gson.TypeAdapters
interface PricingTable
Functions
| Name | Summary |
|---|---|
| currency | abstract fun currency(): String |
| currencySymbol | abstract fun currencySymbol(): String |
| entries | abstract fun entries(): List<PricingEntry> |
| subtitle | abstract fun subtitle(): String? |
| title | abstract fun title(): String |