Class: GustoEmbedded::Operations::PutV1EmployeesEmployeeIdFederalTaxesRequestBody
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::PutV1EmployeesEmployeeIdFederalTaxesRequestBody
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/put_v1_employees_employee_id_federal_taxes_requestbody.rb
Instance Method Summary collapse
-
#initialize(version: nil, deductions: nil, dependents_amount: nil, extra_withholding: nil, filing_status: nil, other_income: nil, two_jobs: nil, w4_data_type: nil) ⇒ PutV1EmployeesEmployeeIdFederalTaxesRequestBody
constructor
A new instance of PutV1EmployeesEmployeeIdFederalTaxesRequestBody.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(version: nil, deductions: nil, dependents_amount: nil, extra_withholding: nil, filing_status: nil, other_income: nil, two_jobs: nil, w4_data_type: nil) ⇒ PutV1EmployeesEmployeeIdFederalTaxesRequestBody
Returns a new instance of PutV1EmployeesEmployeeIdFederalTaxesRequestBody.
33 34 35 36 37 38 39 40 41 42 |
# File 'lib/gusto_embedded/models/operations/put_v1_employees_employee_id_federal_taxes_requestbody.rb', line 33 def initialize(version: nil, deductions: nil, dependents_amount: nil, extra_withholding: nil, filing_status: nil, other_income: nil, two_jobs: nil, w4_data_type: nil) @version = version @deductions = deductions @dependents_amount = dependents_amount @extra_withholding = extra_withholding @filing_status = filing_status @other_income = other_income @two_jobs = two_jobs @w4_data_type = w4_data_type end |