ProcessPaymentService

interface ProcessPaymentService

Functions

processPayment
Link copied to clipboard
@POST(value = "gas-stations/{gasStationId}/transactions")
abstract fun processPayment(@Path(value = "gasStationId"gasStationId: String, @Body body: TransactionRequest): Call<ProcessPaymentResponse>