FuelPriceResponse

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

Response of the FuelPriceProvider.

Constructors

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

Properties

Link copied to clipboard

The fuel prices information ID of the intended fuel station, echoing the provided ID in the request.

Link copied to clipboard

The list of fuel prices and their information.