Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual
Overview
Defined Under Namespace
Classes: Emails, PhoneNumbers, Residence
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#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 689
|
Instance Attribute Details
#dob ⇒ Boolean?
629
|
# File 'lib/finch_api/models/account_update_event.rb', line 629
optional :dob, FinchAPI::Internal::Type::Boolean
|
634
635
|
# File 'lib/finch_api/models/account_update_event.rb', line 634
optional :emails,
-> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::Emails }
|
#encrypted_ssn ⇒ Boolean?
640
|
# File 'lib/finch_api/models/account_update_event.rb', line 640
optional :encrypted_ssn, FinchAPI::Internal::Type::Boolean
|
#ethnicity ⇒ Boolean?
645
|
# File 'lib/finch_api/models/account_update_event.rb', line 645
optional :ethnicity, FinchAPI::Internal::Type::Boolean
|
#first_name ⇒ Boolean?
650
|
# File 'lib/finch_api/models/account_update_event.rb', line 650
optional :first_name, FinchAPI::Internal::Type::Boolean
|
#gender ⇒ Boolean?
655
|
# File 'lib/finch_api/models/account_update_event.rb', line 655
optional :gender, FinchAPI::Internal::Type::Boolean
|
#id ⇒ Boolean?
624
|
# File 'lib/finch_api/models/account_update_event.rb', line 624
optional :id, FinchAPI::Internal::Type::Boolean
|
#last_name ⇒ Boolean?
660
|
# File 'lib/finch_api/models/account_update_event.rb', line 660
optional :last_name, FinchAPI::Internal::Type::Boolean
|
#middle_name ⇒ Boolean?
665
|
# File 'lib/finch_api/models/account_update_event.rb', line 665
optional :middle_name, FinchAPI::Internal::Type::Boolean
|
670
671
|
# File 'lib/finch_api/models/account_update_event.rb', line 670
optional :phone_numbers,
-> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::PhoneNumbers }
|
#preferred_name ⇒ Boolean?
676
|
# File 'lib/finch_api/models/account_update_event.rb', line 676
optional :preferred_name, FinchAPI::Internal::Type::Boolean
|
681
682
|
# File 'lib/finch_api/models/account_update_event.rb', line 681
optional :residence,
-> { FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::Residence }
|
#ssn ⇒ Boolean?
687
|
# File 'lib/finch_api/models/account_update_event.rb', line 687
optional :ssn, FinchAPI::Internal::Type::Boolean
|
Instance Method Details
#to_hash ⇒ {
869
|
# File 'sig/finch_api/models/account_update_event.rbs', line 869
def to_hash: -> {
|