GetPaymentMethodVendorsService

interface GetPaymentMethodVendorsService

Functions

getPaymentMethodVendors
Link copied to clipboard
@GET(value = "cms/payment-method-vendors")
abstract fun getPaymentMethodVendors(): Call<List<PaymentMethodVendor>>