Module: FinchAPI::Models::HRIS::SupportedBenefit::CompanyContribution

Extended by:
Internal::Type::Enum
Defined in:
lib/finch_api/models/hris/supported_benefit.rb

Constant Summary collapse

FIXED =
:fixed
PERCENT =
:percent

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Instance Method Details

#initialize(annual_maximum: , company_contribution: , description: , employee_deduction: , frequencies: , catch_up: nil, hsa_contribution_limit: nil) ⇒ Object

Some parameter documentations has been truncated, see FinchAPI::Models::HRIS::SupportedBenefit for more details.

Parameters:



87
88
89
90
91
92
93
94
95
# File 'lib/finch_api/models/hris/supported_benefit.rb', line 87

module CompanyContribution
  extend FinchAPI::Internal::Type::Enum

  FIXED = :fixed
  PERCENT = :percent

  # @!method self.values
  #   @return [Array<Symbol>]
end