Module: FinchAPI::Models::HRIS::BenefitListSupportedBenefitsResponse::CompanyContribution
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/finch_api/models/hris/benefit_list_supported_benefits_response.rb
Constant Summary collapse
- FIXED =
:fixed- PERCENT =
:percent
Instance Method Summary collapse
-
#initialize(annual_maximum: nil, catch_up: nil, company_contribution: nil, description: nil, employee_deduction: nil, frequencies: nil, hsa_contribution_limit: nil) ⇒ Object
Some parameter documentations has been truncated, see FinchAPI::Models::HRIS::BenefitListSupportedBenefitsResponse for more details.
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, type_info
Instance Method Details
#initialize(annual_maximum: nil, catch_up: nil, company_contribution: nil, description: nil, employee_deduction: nil, frequencies: nil, hsa_contribution_limit: nil) ⇒ Object
Some parameter documentations has been truncated, see FinchAPI::Models::HRIS::BenefitListSupportedBenefitsResponse for more details.
78 79 80 81 82 83 84 85 86 |
# File 'lib/finch_api/models/hris/benefit_list_supported_benefits_response.rb', line 78 module CompanyContribution extend FinchAPI::Internal::Type::Enum FIXED = :fixed PERCENT = :percent # @!method self.values # @return [Array<Symbol>] end |