getPaymentMethods

@GET(value = "payment-methods")
abstract fun getPaymentMethods(): Call<PaymentMethods>