Module: Increase::Models::Entity::Trust::Grantor::Identification::Method

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/entity.rb

Overview

A method that can be used to verify the individual’s identity.

See Also:

Constant Summary collapse

SOCIAL_SECURITY_NUMBER =

A social security number.

:social_security_number
INDIVIDUAL_TAXPAYER_IDENTIFICATION_NUMBER =

An individual taxpayer identification number (ITIN).

:individual_taxpayer_identification_number
PASSPORT =

A passport number.

:passport
DRIVERS_LICENSE =

A driver’s license number.

:drivers_license
OTHER =

Another identifying document.

:other

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info