FuelType

enum FuelType : Enum<FuelPrice.FuelType>

Entries

HEATINGOIL
Link copied to clipboard
@SerializedName(value = "heatingOil")
@Json(name = "heatingOil")
HEATINGOIL("heatingOil")
TRUCKLPG
Link copied to clipboard
@SerializedName(value = "truckLpg")
@Json(name = "truckLpg")
TRUCKLPG("truckLpg")
TRUCKDIESELPREMIUM
Link copied to clipboard
@SerializedName(value = "truckDieselPremium")
@Json(name = "truckDieselPremium")
TRUCKDIESELPREMIUM("truckDieselPremium")
TRUCKADBLUE
Link copied to clipboard
@SerializedName(value = "truckAdBlue")
@Json(name = "truckAdBlue")
TRUCKADBLUE("truckAdBlue")
ADBLUE
Link copied to clipboard
@SerializedName(value = "adBlue")
@Json(name = "adBlue")
ADBLUE("adBlue")
TRUCKDIESEL
Link copied to clipboard
@SerializedName(value = "truckDiesel")
@Json(name = "truckDiesel")
TRUCKDIESEL("truckDiesel")
H2
Link copied to clipboard
@SerializedName(value = "h2")
@Json(name = "h2")
H2("h2")
LNG
Link copied to clipboard
@SerializedName(value = "lng")
@Json(name = "lng")
LNG("lng")
CNG
Link copied to clipboard
@SerializedName(value = "cng")
@Json(name = "cng")
CNG("cng")
LPG
Link copied to clipboard
@SerializedName(value = "lpg")
@Json(name = "lpg")
LPG("lpg")
DIESELPREMIUM
Link copied to clipboard
@SerializedName(value = "dieselPremium")
@Json(name = "dieselPremium")
DIESELPREMIUM("dieselPremium")
DIESELB15
Link copied to clipboard
@SerializedName(value = "dieselB15")
@Json(name = "dieselB15")
DIESELB15("dieselB15")
DIESELB7
Link copied to clipboard
@SerializedName(value = "dieselB7")
@Json(name = "dieselB7")
DIESELB7("dieselB7")
DIESELGTL
Link copied to clipboard
@SerializedName(value = "dieselGtl")
@Json(name = "dieselGtl")
DIESELGTL("dieselGtl")
RON100
Link copied to clipboard
@SerializedName(value = "ron100")
@Json(name = "ron100")
RON100("ron100")
RON95E5
Link copied to clipboard
@SerializedName(value = "ron95e5")
@Json(name = "ron95e5")
RON95E5("ron95e5")
RON91
Link copied to clipboard
@SerializedName(value = "ron91")
@Json(name = "ron91")
RON91("ron91")
E85
Link copied to clipboard
@SerializedName(value = "e85")
@Json(name = "e85")
E85("e85")
DIESEL
Link copied to clipboard
@SerializedName(value = "diesel")
@Json(name = "diesel")
DIESEL("diesel")
RON95E10
Link copied to clipboard
@SerializedName(value = "ron95e10")
@Json(name = "ron95e10")
RON95E10("ron95e10")
RON98E5
Link copied to clipboard
@SerializedName(value = "ron98e5")
@Json(name = "ron98e5")
RON98E5("ron98e5")
RON98
Link copied to clipboard
@SerializedName(value = "ron98")
@Json(name = "ron98")
RON98("ron98")

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: String