Package-level declarations
Includes 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
The fuel price.