FuelPriceResponse

data class FuelPriceResponse(val prices: List<FuelPrice>)

Response of the fuel price API.

Parameters

prices

The list of fuel names with the prices.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard