Fueling API
class FuelingAPI
Content copied to clipboard
Extensions
approaching At The Forecourt
Link copied to clipboard
fun FuelingAPI.FuelingAPI.approachingAtTheForecourt(gasStationId: String, compileopeningHours: Boolean? = null, readTimeout: Long? = null): Call<ApproachingResponse>
Content copied to clipboard
cancel Pre Auth
Link copied to clipboard
fun FuelingAPI.FuelingAPI.cancelPreAuth(gasStationId: String, transactionId: String, readTimeout: Long? = null): Call<Void>
Content copied to clipboard
get Pump
Link copied to clipboard
fun FuelingAPI.FuelingAPI.getPump(gasStationId: String, pumpId: String, readTimeout: Long? = null): Call<PumpResponse>
Content copied to clipboard
get Pumps
Link copied to clipboard
fun FuelingAPI.FuelingAPI.getPumps(gasStationId: String, readTimeout: Long? = null): Call<GetPumpsResponse>
Content copied to clipboard
process Payment
Link copied to clipboard
fun FuelingAPI.FuelingAPI.processPayment(gasStationId: String, body: TransactionRequest, readTimeout: Long? = null): Call<ProcessPaymentResponse>
Content copied to clipboard
wait On Pump Status Change
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>
Content copied to clipboard