Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Individual
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Individual
- Defined in:
- lib/finch_api/models/provider.rb
Overview
Defined Under Namespace
Classes: Emails, PhoneNumbers, Residence
Instance Attribute Summary collapse
- #dob ⇒ Boolean?
- #emails ⇒ FinchAPI::Models::Provider::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::Provider::AuthenticationMethod::SupportedFields::Individual::PhoneNumbers?
- #preferred_name ⇒ Boolean?
- #residence ⇒ FinchAPI::Models::Provider::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/provider.rb', line 742
|
Instance Attribute Details
#dob ⇒ Boolean?
682 |
# File 'lib/finch_api/models/provider.rb', line 682 optional :dob, FinchAPI::Internal::Type::Boolean |
#emails ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Individual::Emails?
687 688 |
# File 'lib/finch_api/models/provider.rb', line 687 optional :emails, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Individual::Emails } |
#encrypted_ssn ⇒ Boolean?
693 |
# File 'lib/finch_api/models/provider.rb', line 693 optional :encrypted_ssn, FinchAPI::Internal::Type::Boolean |
#ethnicity ⇒ Boolean?
698 |
# File 'lib/finch_api/models/provider.rb', line 698 optional :ethnicity, FinchAPI::Internal::Type::Boolean |
#first_name ⇒ Boolean?
703 |
# File 'lib/finch_api/models/provider.rb', line 703 optional :first_name, FinchAPI::Internal::Type::Boolean |
#gender ⇒ Boolean?
708 |
# File 'lib/finch_api/models/provider.rb', line 708 optional :gender, FinchAPI::Internal::Type::Boolean |
#id ⇒ Boolean?
677 |
# File 'lib/finch_api/models/provider.rb', line 677 optional :id, FinchAPI::Internal::Type::Boolean |
#last_name ⇒ Boolean?
713 |
# File 'lib/finch_api/models/provider.rb', line 713 optional :last_name, FinchAPI::Internal::Type::Boolean |
#middle_name ⇒ Boolean?
718 |
# File 'lib/finch_api/models/provider.rb', line 718 optional :middle_name, FinchAPI::Internal::Type::Boolean |
#phone_numbers ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Individual::PhoneNumbers?
723 724 |
# File 'lib/finch_api/models/provider.rb', line 723 optional :phone_numbers, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Individual::PhoneNumbers } |
#preferred_name ⇒ Boolean?
729 |
# File 'lib/finch_api/models/provider.rb', line 729 optional :preferred_name, FinchAPI::Internal::Type::Boolean |
#residence ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Individual::Residence?
734 735 |
# File 'lib/finch_api/models/provider.rb', line 734 optional :residence, -> { FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Individual::Residence } |