Class: FinchAPI::Models::HRIS::Benefits::IndividualEnrollManyParams::Individual::Configuration

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/finch_api/models/hris/benefits/individual_enroll_many_params.rb

Overview

See Also:

Defined Under Namespace

Modules: AnnualContributionLimit Classes: CompanyContribution, EmployeeDeduction

Instance Attribute Summary collapse

Class Method 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(annual_contribution_limit: nil, annual_maximum: nil, catch_up: nil, company_contribution: nil, effective_date: nil, employee_deduction: nil) ⇒ Object

Some parameter documentations has been truncated, see FinchAPI::Models::HRIS::Benefits::IndividualEnrollManyParams::Individual::Configuration for more details.

Parameters:



# File 'lib/finch_api/models/hris/benefits/individual_enroll_many_params.rb', line 82

Instance Attribute Details

#annual_contribution_limitSymbol, ...

For HSA benefits only - whether the contribution limit is for an individual or family



49
50
# File 'lib/finch_api/models/hris/benefits/individual_enroll_many_params.rb', line 49

optional :annual_contribution_limit,
enum: -> { FinchAPI::HRIS::Benefits::IndividualEnrollManyParams::Individual::Configuration::AnnualContributionLimit }

#annual_maximumInteger?

Maximum annual amount in cents

Returns:

  • (Integer, nil)


56
# File 'lib/finch_api/models/hris/benefits/individual_enroll_many_params.rb', line 56

optional :annual_maximum, Integer, nil?: true

#catch_upBoolean?

For retirement benefits only - whether catch up contributions are enabled

Returns:

  • (Boolean, nil)


62
# File 'lib/finch_api/models/hris/benefits/individual_enroll_many_params.rb', line 62

optional :catch_up, FinchAPI::Internal::Type::Boolean

#company_contributionFinchAPI::Models::HRIS::Benefits::IndividualEnrollManyParams::Individual::Configuration::CompanyContribution?



67
68
# File 'lib/finch_api/models/hris/benefits/individual_enroll_many_params.rb', line 67

optional :company_contribution,
-> { FinchAPI::HRIS::Benefits::IndividualEnrollManyParams::Individual::Configuration::CompanyContribution }

#effective_dateDate?

The date the enrollment will take effect

Returns:

  • (Date, nil)


74
# File 'lib/finch_api/models/hris/benefits/individual_enroll_many_params.rb', line 74

optional :effective_date, Date

#employee_deductionFinchAPI::Models::HRIS::Benefits::IndividualEnrollManyParams::Individual::Configuration::EmployeeDeduction?



79
80
# File 'lib/finch_api/models/hris/benefits/individual_enroll_many_params.rb', line 79

optional :employee_deduction,
-> { FinchAPI::HRIS::Benefits::IndividualEnrollManyParams::Individual::Configuration::EmployeeDeduction }

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/finch_api/models/hris/benefits/individual_enroll_many_params.rb', line 109