Class: GustoEmbedded::Operations::PutV1EmployeeBenefitsEmployeeBenefitIdRequestBody

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/operations/put_v1_employee_benefits_employee_benefit_id_requestbody.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(version: nil, active: nil, catch_up: nil, company_contribution: nil, company_contribution_annual_maximum: nil, contribute_as_percentage: nil, contribution: nil, coverage_amount: nil, coverage_salary_multiplier: nil, deduct_as_percentage: nil, deduction_reduces_taxable_income: nil, elective: nil, employee_deduction: nil, employee_deduction_annual_maximum: nil, limit_option: nil) ⇒ PutV1EmployeeBenefitsEmployeeBenefitIdRequestBody

Returns a new instance of PutV1EmployeeBenefitsEmployeeBenefitIdRequestBody.



56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# File 'lib/gusto_embedded/models/operations/put_v1_employee_benefits_employee_benefit_id_requestbody.rb', line 56

def initialize(version: nil, active: nil, catch_up: nil, company_contribution: nil, company_contribution_annual_maximum: nil, contribute_as_percentage: nil, contribution: nil, coverage_amount: nil, coverage_salary_multiplier: nil, deduct_as_percentage: nil, deduction_reduces_taxable_income: nil, elective: nil, employee_deduction: nil, employee_deduction_annual_maximum: nil, limit_option: nil)
  @version = version
  @active = active
  @catch_up = catch_up
  @company_contribution = company_contribution
  @company_contribution_annual_maximum = company_contribution_annual_maximum
  @contribute_as_percentage = contribute_as_percentage
  @contribution = contribution
  @coverage_amount = coverage_amount
  @coverage_salary_multiplier = coverage_salary_multiplier
  @deduct_as_percentage = deduct_as_percentage
  @deduction_reduces_taxable_income = deduction_reduces_taxable_income
  @elective = elective
  @employee_deduction = employee_deduction
  @employee_deduction_annual_maximum = employee_deduction_annual_maximum
  @limit_option = limit_option
end