PriceHistory

data class PriceHistory(@Json(name = "fuel_type"fuelType: String, prices: List<Price>)

Properties

fuelType
Link copied to clipboard
val fuelType: String
prices
Link copied to clipboard
val prices: List<Price>