Package com.tomtom.sdk.search.client.model.fuel

Types

Link copied to clipboard
data class Price(    val value: Double,     val currency: Currency? = null,     val volumeUnit: VolumeUnit? = null)

Represents the fuel price at a gas station.

Link copied to clipboard
value class VolumeUnit

Represents the unit of volume for fuel at a gas station (e.g. Liter).