CreatePaymentMethodZGMService

interface CreatePaymentMethodZGMService

Functions

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