FuelPriceResponse

data class FuelPriceResponse(val prices: List<FuelPriceDetails>, val fuelPriceId: FuelPriceId)

Response of the fuel price API.

Constructors

Link copied to clipboard
constructor(prices: List<FuelPriceDetails>, fuelPriceId: FuelPriceId)

Properties

Link copied to clipboard

Fuel prices information identifier received from the search.

Link copied to clipboard

The list of fuel names with the prices.