FuelingAPI

class FuelingAPI

Extensions

approachingAtTheForecourt
Link copied to clipboard
fun FuelingAPI.FuelingAPI.approachingAtTheForecourt(gasStationId: String, compileopeningHours: Boolean? = null, readTimeout: Long? = null): Call<ApproachingResponse>
cancelPreAuth
Link copied to clipboard
fun FuelingAPI.FuelingAPI.cancelPreAuth(gasStationId: String, transactionId: String, readTimeout: Long? = null): Call<Void>
getPump
Link copied to clipboard
fun FuelingAPI.FuelingAPI.getPump(gasStationId: String, pumpId: String, readTimeout: Long? = null): Call<PumpResponse>
getPumps
Link copied to clipboard
fun FuelingAPI.FuelingAPI.getPumps(gasStationId: String, readTimeout: Long? = null): Call<GetPumpsResponse>
processPayment
Link copied to clipboard
fun FuelingAPI.FuelingAPI.processPayment(gasStationId: String, body: TransactionRequest, readTimeout: Long? = null): Call<ProcessPaymentResponse>
waitOnPumpStatusChange
Link copied to clipboard
fun FuelingAPI.FuelingAPI.waitOnPumpStatusChange(gasStationId: String, pumpId: String, update: WaitOnPumpStatusChangeAPI.Update? = null, lastStatus: WaitOnPumpStatusChangeAPI.LastStatus? = null, timeout: Int? = null, readTimeout: Long? = null): Call<PumpResponse>