Class: Mercadopago::PaymentMethods

Inherits:
MPBase
  • Object
show all
Defined in:
lib/mercadopago/resources/payment_methods.rb

Overview

Access to Payment Methods

Instance Method Summary collapse

Methods inherited from MPBase

#_check_headers, #_check_request_options, #_delete, #_get, #_post, #_put, #initialize

Constructor Details

This class inherits a constructor from Mercadopago::MPBase

Instance Method Details

#get(request_options: nil) ⇒ Object



9
10
11
# File 'lib/mercadopago/resources/payment_methods.rb', line 9

def get(request_options: nil)
  _get(uri: '/v1/payment_methods', request_options: request_options)
end