Class: GustoEmbedded::Shared::EmployeeFederalTax
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::EmployeeFederalTax
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/employee_federal_tax.rb
Overview
Example response
Instance Method Summary collapse
-
#initialize(deductions: nil, dependents_amount: nil, extra_withholding: nil, filing_status: nil, other_income: nil, two_jobs: nil, version: nil, w4_data_type: nil, additional_withholding: nil, federal_withholding_allowance: nil) ⇒ EmployeeFederalTax
constructor
A new instance of EmployeeFederalTax.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(deductions: nil, dependents_amount: nil, extra_withholding: nil, filing_status: nil, other_income: nil, two_jobs: nil, version: nil, w4_data_type: nil, additional_withholding: nil, federal_withholding_allowance: nil) ⇒ EmployeeFederalTax
Returns a new instance of EmployeeFederalTax.
44 45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/gusto_embedded/models/shared/employee_federal_tax.rb', line 44 def initialize(deductions: nil, dependents_amount: nil, extra_withholding: nil, filing_status: nil, other_income: nil, two_jobs: nil, version: nil, w4_data_type: nil, additional_withholding: nil, federal_withholding_allowance: nil) @deductions = deductions @dependents_amount = dependents_amount @extra_withholding = extra_withholding @filing_status = filing_status @other_income = other_income @two_jobs = two_jobs @version = version @w4_data_type = w4_data_type @additional_withholding = additional_withholding @federal_withholding_allowance = federal_withholding_allowance end |