Package-level declarations

Includes interfaces for the Fuel Price API implementation: the associated options, response data classes, and the callback interface related to it.

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)

Defines the parameters of a request from the FuelPriceProvider.

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

Response of the FuelPriceProvider.