Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment
- Defined in:
- lib/finch_api/models/provider.rb
Overview
Defined Under Namespace
Classes: Department, Employment, Income, Location, Manager
Instance Attribute Summary collapse
- #class_code ⇒ Boolean?
- #custom_fields ⇒ Boolean?
- #department ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment::Department?
- #employment ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment::Employment?
- #employment_status ⇒ Boolean?
- #end_date ⇒ Boolean?
- #first_name ⇒ Boolean?
- #id ⇒ Boolean?
- #income ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment::Income?
- #income_history ⇒ Boolean?
- #is_active ⇒ Boolean?
- #last_name ⇒ Boolean?
- #location ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment::Location?
- #manager ⇒ FinchAPI::Models::Provider::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, #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
|
|
# File 'lib/finch_api/models/provider.rb', line 541
|
Instance Attribute Details
#class_code ⇒ Boolean?
462 |
# File 'lib/finch_api/models/provider.rb', line 462 optional :class_code, FinchAPI::Internal::Type::Boolean |
#custom_fields ⇒ Boolean?
467 |
# File 'lib/finch_api/models/provider.rb', line 467 optional :custom_fields, FinchAPI::Internal::Type::Boolean |
#department ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment::Department?
472 473 |
# File 'lib/finch_api/models/provider.rb', line 472 optional :department, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment::Department } |
#employment ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment::Employment?
478 479 |
# File 'lib/finch_api/models/provider.rb', line 478 optional :employment, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment::Employment } |
#employment_status ⇒ Boolean?
484 |
# File 'lib/finch_api/models/provider.rb', line 484 optional :employment_status, FinchAPI::Internal::Type::Boolean |
#end_date ⇒ Boolean?
489 |
# File 'lib/finch_api/models/provider.rb', line 489 optional :end_date, FinchAPI::Internal::Type::Boolean |
#first_name ⇒ Boolean?
494 |
# File 'lib/finch_api/models/provider.rb', line 494 optional :first_name, FinchAPI::Internal::Type::Boolean |
#id ⇒ Boolean?
457 |
# File 'lib/finch_api/models/provider.rb', line 457 optional :id, FinchAPI::Internal::Type::Boolean |
#income ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment::Income?
499 |
# File 'lib/finch_api/models/provider.rb', line 499 optional :income, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment::Income } |
#income_history ⇒ Boolean?
504 |
# File 'lib/finch_api/models/provider.rb', line 504 optional :income_history, FinchAPI::Internal::Type::Boolean |
#is_active ⇒ Boolean?
509 |
# File 'lib/finch_api/models/provider.rb', line 509 optional :is_active, FinchAPI::Internal::Type::Boolean |
#last_name ⇒ Boolean?
514 |
# File 'lib/finch_api/models/provider.rb', line 514 optional :last_name, FinchAPI::Internal::Type::Boolean |
#location ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment::Location?
519 |
# File 'lib/finch_api/models/provider.rb', line 519 optional :location, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment::Location } |
#manager ⇒ FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment::Manager?
524 |
# File 'lib/finch_api/models/provider.rb', line 524 optional :manager, -> { FinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment::Manager } |
#middle_name ⇒ Boolean?
529 |
# File 'lib/finch_api/models/provider.rb', line 529 optional :middle_name, FinchAPI::Internal::Type::Boolean |