Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual
- Defined in:
- lib/finch_api/models/account_update_event.rb
Overview
Defined Under Namespace
Classes: Emails, PhoneNumbers, Residence
Instance Attribute Summary collapse
- #dob ⇒ Boolean?
- #emails ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::Emails?
- #encrypted_ssn ⇒ Boolean?
- #ethnicity ⇒ Boolean?
- #first_name ⇒ Boolean?
- #gender ⇒ Boolean?
- #id ⇒ Boolean?
- #last_name ⇒ Boolean?
- #middle_name ⇒ Boolean?
- #phone_numbers ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::PhoneNumbers?
- #preferred_name ⇒ Boolean?
- #residence ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::Residence?
- #ssn ⇒ Boolean?
Instance Method Summary collapse
- #initialize(data: nil, type: nil) ⇒ Object constructor
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(data: nil, type: nil) ⇒ Object
|
|
# File 'lib/finch_api/models/account_update_event.rb', line 731
|
Instance Attribute Details
#dob ⇒ Boolean?
665 |
# File 'lib/finch_api/models/account_update_event.rb', line 665 optional :dob, FinchAPI::Internal::Type::Boolean |
#emails ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::Emails?
670 671 672 673 |
# File 'lib/finch_api/models/account_update_event.rb', line 670 optional :emails, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::Emails } |
#encrypted_ssn ⇒ Boolean?
678 |
# File 'lib/finch_api/models/account_update_event.rb', line 678 optional :encrypted_ssn, FinchAPI::Internal::Type::Boolean |
#ethnicity ⇒ Boolean?
683 |
# File 'lib/finch_api/models/account_update_event.rb', line 683 optional :ethnicity, FinchAPI::Internal::Type::Boolean |
#first_name ⇒ Boolean?
688 |
# File 'lib/finch_api/models/account_update_event.rb', line 688 optional :first_name, FinchAPI::Internal::Type::Boolean |
#gender ⇒ Boolean?
693 |
# File 'lib/finch_api/models/account_update_event.rb', line 693 optional :gender, FinchAPI::Internal::Type::Boolean |
#id ⇒ Boolean?
660 |
# File 'lib/finch_api/models/account_update_event.rb', line 660 optional :id, FinchAPI::Internal::Type::Boolean |
#last_name ⇒ Boolean?
698 |
# File 'lib/finch_api/models/account_update_event.rb', line 698 optional :last_name, FinchAPI::Internal::Type::Boolean |
#middle_name ⇒ Boolean?
703 |
# File 'lib/finch_api/models/account_update_event.rb', line 703 optional :middle_name, FinchAPI::Internal::Type::Boolean |
#phone_numbers ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::PhoneNumbers?
708 709 710 711 |
# File 'lib/finch_api/models/account_update_event.rb', line 708 optional :phone_numbers, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::PhoneNumbers } |
#preferred_name ⇒ Boolean?
716 |
# File 'lib/finch_api/models/account_update_event.rb', line 716 optional :preferred_name, FinchAPI::Internal::Type::Boolean |
#residence ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::Residence?
721 722 723 724 |
# File 'lib/finch_api/models/account_update_event.rb', line 721 optional :residence, -> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::Residence } |