PriceHistoryFuelType

data class PriceHistoryFuelType(time: Date, price: Double, currency: String)

Properties

currency
Link copied to clipboard
val currency: String
price
Link copied to clipboard
val price: Double
time
Link copied to clipboard
val time: Date