Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment
- Defined in:
- lib/finch_api/models/account_update_event.rb
Overview
Defined Under Namespace
Classes: Department, Employment, Income, Location, Manager
Instance Attribute Summary collapse
- #class_code ⇒ Boolean?
- #custom_fields ⇒ Boolean?
- #department ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Department?
- #employment ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Employment?
- #employment_status ⇒ Boolean?
- #end_date ⇒ Boolean?
- #first_name ⇒ Boolean?
- #id ⇒ Boolean?
- #income ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Income?
- #income_history ⇒ Boolean?
- #is_active ⇒ Boolean?
- #last_name ⇒ Boolean?
- #location ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Location?
- #manager ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Manager?
- #middle_name ⇒ Boolean?
- #start_date ⇒ Boolean?
- #title ⇒ Boolean?
Instance Method Summary collapse
- #initialize(city: nil, country: nil, line1: nil, line2: nil, postal_code: nil, state: nil) ⇒ Object constructor
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(city: nil, country: nil, line1: nil, line2: nil, postal_code: nil, state: nil) ⇒ Object
|
|
# File 'lib/finch_api/models/account_update_event.rb', line 497
|
Instance Attribute Details
#class_code ⇒ Boolean?
415 |
# File 'lib/finch_api/models/account_update_event.rb', line 415 optional :class_code, FinchAPI::Internal::Type::Boolean |
#custom_fields ⇒ Boolean?
420 |
# File 'lib/finch_api/models/account_update_event.rb', line 420 optional :custom_fields, FinchAPI::Internal::Type::Boolean |
#department ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Department?
425 426 |
# File 'lib/finch_api/models/account_update_event.rb', line 425 optional :department, -> { FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Department } |
#employment ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Employment?
431 432 |
# File 'lib/finch_api/models/account_update_event.rb', line 431 optional :employment, -> { FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Employment } |
#employment_status ⇒ Boolean?
437 |
# File 'lib/finch_api/models/account_update_event.rb', line 437 optional :employment_status, FinchAPI::Internal::Type::Boolean |
#end_date ⇒ Boolean?
442 |
# File 'lib/finch_api/models/account_update_event.rb', line 442 optional :end_date, FinchAPI::Internal::Type::Boolean |
#first_name ⇒ Boolean?
447 |
# File 'lib/finch_api/models/account_update_event.rb', line 447 optional :first_name, FinchAPI::Internal::Type::Boolean |
#id ⇒ Boolean?
410 |
# File 'lib/finch_api/models/account_update_event.rb', line 410 optional :id, FinchAPI::Internal::Type::Boolean |
#income ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Income?
452 453 |
# File 'lib/finch_api/models/account_update_event.rb', line 452 optional :income, -> { FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Income } |
#income_history ⇒ Boolean?
458 |
# File 'lib/finch_api/models/account_update_event.rb', line 458 optional :income_history, FinchAPI::Internal::Type::Boolean |
#is_active ⇒ Boolean?
463 |
# File 'lib/finch_api/models/account_update_event.rb', line 463 optional :is_active, FinchAPI::Internal::Type::Boolean |
#last_name ⇒ Boolean?
468 |
# File 'lib/finch_api/models/account_update_event.rb', line 468 optional :last_name, FinchAPI::Internal::Type::Boolean |
#location ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Location?
473 474 |
# File 'lib/finch_api/models/account_update_event.rb', line 473 optional :location, -> { FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Location } |
#manager ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Manager?
479 480 |
# File 'lib/finch_api/models/account_update_event.rb', line 479 optional :manager, -> { FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Manager } |
#middle_name ⇒ Boolean?
485 |
# File 'lib/finch_api/models/account_update_event.rb', line 485 optional :middle_name, FinchAPI::Internal::Type::Boolean |