getPaymentMethodVendors

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