CreatePaymentMethodPayPalService

interface CreatePaymentMethodPayPalService

Functions

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