class Mercadopago::PaymentMethods
Access to Payment
Methods
Public Instance Methods
get(request_options: nil)
click to toggle source
# File lib/mercadopago/resources/payment_methods.rb, line 9 def get(request_options: nil) _get(uri: '/v1/payment_methods', request_options: request_options) end