Sha256: 89476c19169f4357fd0eaeaf6827a5cf5cce149ea23800b065ef352144a2a202
Contents?: true
Size: 272 Bytes
Versions: 6
Compression:
Stored size: 272 Bytes
Contents
# typed: true # frozen_string_literal: true module Mercadopago ### # Access to Identification Types class IdentificationType < MPBase def get(request_options: nil) _get(uri: '/v1/identification_types', request_options: request_options) end end end
Version data entries
6 entries across 6 versions & 1 rubygems