FuelDynamicDataResponse

data class FuelDynamicDataResponse(val type: FuelType, val price: Price? = null)

Response of the fuel station dynamic data search.

Parameters

type

Fuel type.

price

Fuel price.

Constructors

Link copied to clipboard
fun FuelDynamicDataResponse(type: FuelType, price: Price? = null)

Properties

Link copied to clipboard
val price: Price? = null
Link copied to clipboard
val type: FuelType