GetPump
public enum GetPump
Return current pump information
Returns the current pump status (free, inUse, readyToPay, outOfOrder) 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 static var service: FuelingAPIService<FuelingAPI.Fueling.GetPump.Response>
-
Undocumented
See moreDeclaration
Swift
public final class Request : FuelingAPIRequest<Response>
-
Undocumented
See moreDeclaration
Swift
public enum Response : APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible