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:

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

Instance Attribute Details

#class_codeBoolean?

Returns:

  • (Boolean, nil)


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

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

#custom_fieldsBoolean?

Returns:

  • (Boolean, nil)


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

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

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



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

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

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



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

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

#employment_statusBoolean?

Returns:

  • (Boolean, nil)


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

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

#end_dateBoolean?

Returns:

  • (Boolean, nil)


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

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

#first_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

#idBoolean?

Returns:

  • (Boolean, nil)


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

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

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



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

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

#income_historyBoolean?

Returns:

  • (Boolean, nil)


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

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

#is_activeBoolean?

Returns:

  • (Boolean, nil)


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

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

#last_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

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



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

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

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



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

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

#middle_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

#start_dateBoolean?

Returns:

  • (Boolean, nil)


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

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

#titleBoolean?

Returns:

  • (Boolean, nil)


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

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