Class: Mercadopago::IdentificationType

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

Overview

Access to Identification Types

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/identification_type.rb', line 9

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