Module: FinchAPI::Models::HRIS::BenefitType

Extended by:
Type::Enum
Defined in:
lib/finch-api/models/hris/benefit_type.rb

Overview

Type of benefit.

Constant Summary collapse

NUMBER_401K =
:"401k"
NUMBER_401K_ROTH =
:"401k_roth"
NUMBER_401K_LOAN =
:"401k_loan"
NUMBER_403B =
:"403b"
NUMBER_403B_ROTH =
:"403b_roth"
NUMBER_457 =
:"457"
NUMBER_457_ROTH =
:"457_roth"
S125_MEDICAL =
:s125_medical
S125_DENTAL =
:s125_dental
S125_VISION =
:s125_vision
HSA_PRE =
:hsa_pre
HSA_POST =
:hsa_post
FSA_MEDICAL =
:fsa_medical
FSA_DEPENDENT_CARE =
:fsa_dependent_care
SIMPLE_IRA =
:simple_ira
SIMPLE =
:simple
COMMUTER =
:commuter
CUSTOM_POST_TAX =
:custom_post_tax
CUSTOM_PRE_TAX =
:custom_pre_tax

Class Method Summary collapse

Methods included from Type::Enum

==, ===, coerce, dump, values

Methods included from Type::Converter

#coerce, coerce, #dump, dump, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


2
# File 'lib/finch-api/models/hris/benefit_type.rb', line 2

def self.values; end