tripkit-android / com.skedgo.tripkit.data.database.locations.carparks / PricingTable
PricingTable
@Immutable @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 |