Package-level declarations

Types

Link copied to clipboard

Callback that reports that a FuelPriceResponse or SearchFailure has been received.

Link copied to clipboard
data class FuelPriceOptions(val fuelPriceId: FuelPriceId)

The parameters for the Fuel Price request.

Link copied to clipboard
data class FuelPriceResponse(val prices: List<FuelPriceDetails>, val fuelPriceId: FuelPriceId)

Response of the fuel price API.