FuelPrice

fun FuelPrice(name: FuelName, @Size(min = 1) prices: List<Price>, updatedAt: Date)

Parameters

name

The fuel name.

prices

The list of available prices for the fuel. Multiple prices can be provided if there are different currencies and/or different volume units.

updatedAt

The date and time when the fuel price was updated (in UTC).