Package-level declarations

This package includes Fuel Prices related models, applicable in the implementation of the fuel price provider.

This package 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.