Status200
public class Status200 : APIModel
Returns the current pump status (free, inUse, readyToPay, outOfOrder, locked) and identifier. If the status is readyToPay, the result also contains fuelType, productName, fuelAmount, VAT (amount & rate), priceWithoutVAT, priceIncludingVAT, currency.
Only use after approaching, otherwise returns 403 Forbidden
.
-
Undocumented
Declaration
Swift
public var data: PCFuelingGetPumpsResponse?
-
Undocumented
Declaration
Swift
public var included: [PCFuelingPump]?
-
Undocumented
Declaration
Swift
public init(data: PCFuelingGetPumpsResponse? = nil, included: [PCFuelingPump]? = nil)
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool
-
Declaration
Swift
public static func == (lhs: Status200, rhs: Status200) -> Bool