Class: FinchAPI::Models::HRIS::BenefitsSupport

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

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(commuter: nil, custom_post_tax: nil, custom_pre_tax: nil, fsa_dependent_care: nil, fsa_medical: nil, hsa_post: nil, hsa_pre: nil, s125_dental: nil, s125_medical: nil, s125_vision: nil, simple: nil, simple_ira: nil) ⇒ Object

Each benefit type and their supported features. If the benefit type is not supported, the property will be null

Parameters:



# File 'lib/finch_api/models/hris/benefits_support.rb', line 67

Instance Attribute Details

#commuterFinchAPI::HRIS::BenefitFeaturesAndOperations?



10
# File 'lib/finch_api/models/hris/benefits_support.rb', line 10

optional :commuter, -> { FinchAPI::HRIS::BenefitFeaturesAndOperations }, nil?: true

#custom_post_taxFinchAPI::HRIS::BenefitFeaturesAndOperations?



15
# File 'lib/finch_api/models/hris/benefits_support.rb', line 15

optional :custom_post_tax, -> { FinchAPI::HRIS::BenefitFeaturesAndOperations }, nil?: true

#custom_pre_taxFinchAPI::HRIS::BenefitFeaturesAndOperations?



20
# File 'lib/finch_api/models/hris/benefits_support.rb', line 20

optional :custom_pre_tax, -> { FinchAPI::HRIS::BenefitFeaturesAndOperations }, nil?: true

#fsa_dependent_careFinchAPI::HRIS::BenefitFeaturesAndOperations?



25
# File 'lib/finch_api/models/hris/benefits_support.rb', line 25

optional :fsa_dependent_care, -> { FinchAPI::HRIS::BenefitFeaturesAndOperations }, nil?: true

#fsa_medicalFinchAPI::HRIS::BenefitFeaturesAndOperations?



30
# File 'lib/finch_api/models/hris/benefits_support.rb', line 30

optional :fsa_medical, -> { FinchAPI::HRIS::BenefitFeaturesAndOperations }, nil?: true

#hsa_postFinchAPI::HRIS::BenefitFeaturesAndOperations?



35
# File 'lib/finch_api/models/hris/benefits_support.rb', line 35

optional :hsa_post, -> { FinchAPI::HRIS::BenefitFeaturesAndOperations }, nil?: true

#hsa_preFinchAPI::HRIS::BenefitFeaturesAndOperations?



40
# File 'lib/finch_api/models/hris/benefits_support.rb', line 40

optional :hsa_pre, -> { FinchAPI::HRIS::BenefitFeaturesAndOperations }, nil?: true

#s125_dentalFinchAPI::HRIS::BenefitFeaturesAndOperations?



45
# File 'lib/finch_api/models/hris/benefits_support.rb', line 45

optional :s125_dental, -> { FinchAPI::HRIS::BenefitFeaturesAndOperations }, nil?: true

#s125_medicalFinchAPI::HRIS::BenefitFeaturesAndOperations?



50
# File 'lib/finch_api/models/hris/benefits_support.rb', line 50

optional :s125_medical, -> { FinchAPI::HRIS::BenefitFeaturesAndOperations }, nil?: true

#s125_visionFinchAPI::HRIS::BenefitFeaturesAndOperations?



55
# File 'lib/finch_api/models/hris/benefits_support.rb', line 55

optional :s125_vision, -> { FinchAPI::HRIS::BenefitFeaturesAndOperations }, nil?: true

#simpleFinchAPI::HRIS::BenefitFeaturesAndOperations?



60
# File 'lib/finch_api/models/hris/benefits_support.rb', line 60

optional :simple, -> { FinchAPI::HRIS::BenefitFeaturesAndOperations }, nil?: true

#simple_iraFinchAPI::HRIS::BenefitFeaturesAndOperations?



65
# File 'lib/finch_api/models/hris/benefits_support.rb', line 65

optional :simple_ira, -> { FinchAPI::HRIS::BenefitFeaturesAndOperations }, nil?: true