PaymentInfoService

Functions

Link copied to clipboard
@DELETE(value = ".")
abstract suspend fun delete(@Query(value = "session") session: String)
Link copied to clipboard
@POST(value = ".")
abstract suspend fun sendPaymentData(@Query(value = "session") session: String, @Body body: PaymentRegisterRequest)