Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/finch_api/models/provider.rb

Overview

See Also:

  • Provider::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/provider.rb', line 569

Instance Attribute Details

#class_codeBoolean?

Returns:

  • (Boolean, nil)


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

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

#custom_fieldsBoolean?

Returns:

  • (Boolean, nil)


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

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

#departmentFinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment::Department?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment::Department, nil)


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

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

#employmentFinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment::Employment?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment::Employment, nil)


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

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

#employment_statusBoolean?

Returns:

  • (Boolean, nil)


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

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

#end_dateBoolean?

Returns:

  • (Boolean, nil)


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

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

#first_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

#idBoolean?

Returns:

  • (Boolean, nil)


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

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

#incomeFinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment::Income?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment::Income, nil)


518
519
520
521
# File 'lib/finch_api/models/provider.rb', line 518

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

#income_historyBoolean?

Returns:

  • (Boolean, nil)


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

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

#is_activeBoolean?

Returns:

  • (Boolean, nil)


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

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

#last_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

#locationFinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment::Location?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment::Location, nil)


541
542
543
544
# File 'lib/finch_api/models/provider.rb', line 541

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

#managerFinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment::Manager?

Returns:

  • (FinchAPI::Provider::AuthenticationMethod::SupportedFields::Employment::Manager, nil)


549
550
551
552
# File 'lib/finch_api/models/provider.rb', line 549

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

#middle_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

#start_dateBoolean?

Returns:

  • (Boolean, nil)


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

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

#titleBoolean?

Returns:

  • (Boolean, nil)


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

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