CreatePaymentMethodCreditCardService

interface CreatePaymentMethodCreditCardService

Functions

createPaymentMethodCreditCard
Link copied to clipboard
@POST(value = "payment-methods/creditcard")
abstract fun createPaymentMethodCreditCard(@Body body: CreatePaymentMethodCreditCardAPI.Body): Call<PaymentMethod>