FuelingProcess

enum FuelingProcess : Enum<PumpResponse.FuelingProcess>

Entries

PREAUTHWITHFUELTYPE
Link copied to clipboard
@SerializedName(value = "preAuthWithFuelType")
@Json(name = "preAuthWithFuelType")
PREAUTHWITHFUELTYPE("preAuthWithFuelType")
PREAUTH
Link copied to clipboard
@SerializedName(value = "preAuth")
@Json(name = "preAuth")
PREAUTH("preAuth")
POSTPAY
Link copied to clipboard
@SerializedName(value = "postPay")
@Json(name = "postPay")
POSTPAY("postPay")

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