Maps and Navigation SDK
androidJvm
com.tomtom.sdk.search:dynamic-data
/
com.tomtom.sdk.search.dynamicdata.model.fuelprice
Package-level
declarations
Types
Types
Fuel
Price
Details
Link copied to clipboard
data
class
FuelPriceDetails
(
val
fuelType
:
FuelType
,
@
Size
(
min
=
1
)
val
prices
:
List
<
Price
>
,
val
updatedAt
:
Date
)
The price for a specific fuel type.
Price
Link copied to clipboard
data
class
Price
(
val
amount
:
BigDecimal
,
val
currency
:
Currency
,
val
volumeUnit
:
Volume.Unit
)
The fuel price.