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

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

Overview

Defined Under Namespace

Modules: Type

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, dump, fields, hash, #hash, inspect, #inspect, known_fields, optional, required, #to_h, #to_json, #to_s, #to_yaml, walk

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, type_info

Constructor Details

#initialize(amount: nil, type: nil) ⇒ Object

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

Parameters:



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

Instance Attribute Details

#amountInteger?

Amount in cents for fixed type or basis points (1/100th of a percent) for percent type

Returns:

  • (Integer, nil)


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

optional :amount, Integer

#typeSymbol, ...



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

optional :type,
enum: -> { FinchAPI::Models::HRIS::Benefits::IndividualEnrollManyParams::Individual::Configuration::CompanyContribution::Type }