class Mercadopago::IdentificationType

Access to Identification Types

Public Instance Methods

get(request_options: nil) click to toggle source
# File lib/mercadopago/resources/identification_type.rb, line 9
def get(request_options: nil)
  _get(uri: '/v1/identification_types', request_options: request_options)
end