ConfirmPaymentMethodService

interface ConfirmPaymentMethodService

Functions

confirmPaymentMethod
Link copied to clipboard
@GET(value = "payment-methods/confirm/{token}")
abstract fun confirmPaymentMethod(@Path(value = "token"token: String): Call<Void>