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

Parameters:

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


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

Instance Attribute Details

#dobBoolean?

Returns:

  • (Boolean, nil)


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

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

#encrypted_ssnBoolean?

Returns:

  • (Boolean, nil)


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

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

#ethnicityBoolean?

Returns:

  • (Boolean, nil)


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

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

#first_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

#genderBoolean?

Returns:

  • (Boolean, nil)


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

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

#idBoolean?

Returns:

  • (Boolean, nil)


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

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

#last_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

#middle_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

#preferred_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

#ssnBoolean?

Returns:

  • (Boolean, nil)


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

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