Package-level declarations

Includes Fuel Prices related models, applicable in the implementation of the fuel price provider.

Includes the Fuel Prices related models, applicable in the implementation of the fuel price provider.

Types

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.

Link copied to clipboard
data class Price(val amount: BigDecimal, val currency: Currency, val volumeUnit: Volume.Unit)

The fuel price.