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

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

Overview

See Also:

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_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

Parameters:

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


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

Instance Attribute Details

#dobBoolean?

Returns:

  • (Boolean, nil)


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

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

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



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

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

#encrypted_ssnBoolean?

Returns:

  • (Boolean, nil)


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

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

#ethnicityBoolean?

Returns:

  • (Boolean, nil)


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

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

#first_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

#genderBoolean?

Returns:

  • (Boolean, nil)


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

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

#idBoolean?

Returns:

  • (Boolean, nil)


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

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

#last_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

#middle_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

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



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

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

#preferred_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

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



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

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

#ssnBoolean?

Returns:

  • (Boolean, nil)


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

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