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, dump, fields, hash, #hash, inspect, #inspect, known_fields, optional, required, #to_h, #to_json, #to_s, #to_yaml, walk
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
Constructor Details
#initialize(data: nil, type: nil) ⇒ Object
|
|
# File 'lib/finch_api/models/account_update_event.rb', line 690
|
Instance Attribute Details
#dob ⇒ Boolean?
630 |
# File 'lib/finch_api/models/account_update_event.rb', line 630 optional :dob, FinchAPI::Internal::Type::Boolean |
#emails ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::Emails?
635 636 |
# File 'lib/finch_api/models/account_update_event.rb', line 635 optional :emails, -> { FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::Emails } |
#encrypted_ssn ⇒ Boolean?
641 |
# File 'lib/finch_api/models/account_update_event.rb', line 641 optional :encrypted_ssn, FinchAPI::Internal::Type::Boolean |
#ethnicity ⇒ Boolean?
646 |
# File 'lib/finch_api/models/account_update_event.rb', line 646 optional :ethnicity, FinchAPI::Internal::Type::Boolean |
#first_name ⇒ Boolean?
651 |
# File 'lib/finch_api/models/account_update_event.rb', line 651 optional :first_name, FinchAPI::Internal::Type::Boolean |
#gender ⇒ Boolean?
656 |
# File 'lib/finch_api/models/account_update_event.rb', line 656 optional :gender, FinchAPI::Internal::Type::Boolean |
#id ⇒ Boolean?
625 |
# File 'lib/finch_api/models/account_update_event.rb', line 625 optional :id, FinchAPI::Internal::Type::Boolean |
#last_name ⇒ Boolean?
661 |
# File 'lib/finch_api/models/account_update_event.rb', line 661 optional :last_name, FinchAPI::Internal::Type::Boolean |
#middle_name ⇒ Boolean?
666 |
# File 'lib/finch_api/models/account_update_event.rb', line 666 optional :middle_name, FinchAPI::Internal::Type::Boolean |
#phone_numbers ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::PhoneNumbers?
671 672 |
# File 'lib/finch_api/models/account_update_event.rb', line 671 optional :phone_numbers, -> { FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::PhoneNumbers } |
#preferred_name ⇒ Boolean?
677 |
# File 'lib/finch_api/models/account_update_event.rb', line 677 optional :preferred_name, FinchAPI::Internal::Type::Boolean |
#residence ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::Residence?
682 683 |
# File 'lib/finch_api/models/account_update_event.rb', line 682 optional :residence, -> { FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::Residence } |