Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Individual

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/finch_api/models/provider.rb

Overview

See Also:

  • Provider::AuthenticationMethod::SupportedFields#individual

Defined Under Namespace

Classes: Emails, PhoneNumbers, Residence

Instance Attribute Summary collapse

Instance Method Summary collapse

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_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!

Constructor Details

#initialize(data: nil, type: nil) ⇒ Object

Parameters:

  • data (Boolean) (defaults to: nil)
  • type (Boolean) (defaults to: nil)


# File 'lib/finch_api/models/provider.rb', line 766

Instance Attribute Details

#dobBoolean?

Returns:

  • (Boolean, nil)


702
# File 'lib/finch_api/models/provider.rb', line 702

optional :dob, FinchAPI::Internal::Type::Boolean

#emailsFinchAPI::Provider::AuthenticationMethod::SupportedFields::Individual::Emails?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Individual::Emails, nil)


707
708
709
710
# File 'lib/finch_api/models/provider.rb', line 707

optional :emails,
-> {
  FinchAPI::Provider::AuthenticationMethod::SupportedFields::Individual::Emails
}

#encrypted_ssnBoolean?

Returns:

  • (Boolean, nil)


715
# File 'lib/finch_api/models/provider.rb', line 715

optional :encrypted_ssn, FinchAPI::Internal::Type::Boolean

#ethnicityBoolean?

Returns:

  • (Boolean, nil)


720
# File 'lib/finch_api/models/provider.rb', line 720

optional :ethnicity, FinchAPI::Internal::Type::Boolean

#first_nameBoolean?

Returns:

  • (Boolean, nil)


725
# File 'lib/finch_api/models/provider.rb', line 725

optional :first_name, FinchAPI::Internal::Type::Boolean

#genderBoolean?

Returns:

  • (Boolean, nil)


730
# File 'lib/finch_api/models/provider.rb', line 730

optional :gender, FinchAPI::Internal::Type::Boolean

#idBoolean?

Returns:

  • (Boolean, nil)


697
# File 'lib/finch_api/models/provider.rb', line 697

optional :id, FinchAPI::Internal::Type::Boolean

#last_nameBoolean?

Returns:

  • (Boolean, nil)


735
# File 'lib/finch_api/models/provider.rb', line 735

optional :last_name, FinchAPI::Internal::Type::Boolean

#middle_nameBoolean?

Returns:

  • (Boolean, nil)


740
# File 'lib/finch_api/models/provider.rb', line 740

optional :middle_name, FinchAPI::Internal::Type::Boolean

#phone_numbersFinchAPI::Provider::AuthenticationMethod::SupportedFields::Individual::PhoneNumbers?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Individual::PhoneNumbers, nil)


745
746
747
748
# File 'lib/finch_api/models/provider.rb', line 745

optional :phone_numbers,
-> {
  FinchAPI::Provider::AuthenticationMethod::SupportedFields::Individual::PhoneNumbers
}

#preferred_nameBoolean?

Returns:

  • (Boolean, nil)


753
# File 'lib/finch_api/models/provider.rb', line 753

optional :preferred_name, FinchAPI::Internal::Type::Boolean

#residenceFinchAPI::Provider::AuthenticationMethod::SupportedFields::Individual::Residence?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Individual::Residence, nil)


758
759
# File 'lib/finch_api/models/provider.rb', line 758

optional :residence,
-> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Individual::Residence }

#ssnBoolean?

Returns:

  • (Boolean, nil)


764
# File 'lib/finch_api/models/provider.rb', line 764

optional :ssn, FinchAPI::Internal::Type::Boolean