Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/finch_api/models/account_update_event.rb

Overview

See Also:

  • AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields#employment

Defined Under Namespace

Classes: Department, Employment, Income, Location, Manager

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(city: nil, country: nil, line1: nil, line2: nil, postal_code: nil, state: nil) ⇒ Object

Parameters:

  • city (Boolean) (defaults to: nil)
  • country (Boolean) (defaults to: nil)
  • line1 (Boolean) (defaults to: nil)
  • line2 (Boolean) (defaults to: nil)
  • postal_code (Boolean) (defaults to: nil)
  • state (Boolean) (defaults to: nil)


# File 'lib/finch_api/models/account_update_event.rb', line 531

Instance Attribute Details

#class_codeBoolean?

Returns:

  • (Boolean, nil)


439
# File 'lib/finch_api/models/account_update_event.rb', line 439

optional :class_code, FinchAPI::Internal::Type::Boolean

#custom_fieldsBoolean?

Returns:

  • (Boolean, nil)


444
# File 'lib/finch_api/models/account_update_event.rb', line 444

optional :custom_fields, FinchAPI::Internal::Type::Boolean

#departmentFinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Department?

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Department, nil)


449
450
451
452
# File 'lib/finch_api/models/account_update_event.rb', line 449

optional :department,
-> {
  FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Department
}

#employmentFinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Employment?

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Employment, nil)


457
458
459
460
# File 'lib/finch_api/models/account_update_event.rb', line 457

optional :employment,
-> {
  FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Employment
}

#employment_statusBoolean?

Returns:

  • (Boolean, nil)


465
# File 'lib/finch_api/models/account_update_event.rb', line 465

optional :employment_status, FinchAPI::Internal::Type::Boolean

#end_dateBoolean?

Returns:

  • (Boolean, nil)


470
# File 'lib/finch_api/models/account_update_event.rb', line 470

optional :end_date, FinchAPI::Internal::Type::Boolean

#first_nameBoolean?

Returns:

  • (Boolean, nil)


475
# File 'lib/finch_api/models/account_update_event.rb', line 475

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

#idBoolean?

Returns:

  • (Boolean, nil)


434
# File 'lib/finch_api/models/account_update_event.rb', line 434

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

#incomeFinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Income?

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Income, nil)


480
481
482
483
# File 'lib/finch_api/models/account_update_event.rb', line 480

optional :income,
-> {
  FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Income
}

#income_historyBoolean?

Returns:

  • (Boolean, nil)


488
# File 'lib/finch_api/models/account_update_event.rb', line 488

optional :income_history, FinchAPI::Internal::Type::Boolean

#is_activeBoolean?

Returns:

  • (Boolean, nil)


493
# File 'lib/finch_api/models/account_update_event.rb', line 493

optional :is_active, FinchAPI::Internal::Type::Boolean

#last_nameBoolean?

Returns:

  • (Boolean, nil)


498
# File 'lib/finch_api/models/account_update_event.rb', line 498

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

#locationFinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Location?

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Location, nil)


503
504
505
506
# File 'lib/finch_api/models/account_update_event.rb', line 503

optional :location,
-> {
  FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Location
}

#managerFinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Manager?

Returns:

  • (FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Manager, nil)


511
512
513
514
# File 'lib/finch_api/models/account_update_event.rb', line 511

optional :manager,
-> {
  FinchAPI::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Manager
}

#middle_nameBoolean?

Returns:

  • (Boolean, nil)


519
# File 'lib/finch_api/models/account_update_event.rb', line 519

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

#start_dateBoolean?

Returns:

  • (Boolean, nil)


524
# File 'lib/finch_api/models/account_update_event.rb', line 524

optional :start_date, FinchAPI::Internal::Type::Boolean

#titleBoolean?

Returns:

  • (Boolean, nil)


529
# File 'lib/finch_api/models/account_update_event.rb', line 529

optional :title, FinchAPI::Internal::Type::Boolean