Class: GustoEmbedded::Shared::PayrollEmployeeCompensationsType
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::PayrollEmployeeCompensationsType
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/payroll_employee_compensations_type.rb
Instance Method Summary collapse
-
#initialize(benefits: nil, check_amount: nil, deductions: nil, employee_uuid: nil, excluded: nil, fixed_compensations: nil, gross_pay: nil, hourly_compensations: nil, memo: nil, net_pay: nil, paid_time_off: nil, payment_method: nil, taxes: nil, version: nil) ⇒ PayrollEmployeeCompensationsType
constructor
A new instance of PayrollEmployeeCompensationsType.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(benefits: nil, check_amount: nil, deductions: nil, employee_uuid: nil, excluded: nil, fixed_compensations: nil, gross_pay: nil, hourly_compensations: nil, memo: nil, net_pay: nil, paid_time_off: nil, payment_method: nil, taxes: nil, version: nil) ⇒ PayrollEmployeeCompensationsType
Returns a new instance of PayrollEmployeeCompensationsType.
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
# File 'lib/gusto_embedded/models/shared/payroll_employee_compensations_type.rb', line 45 def initialize(benefits: nil, check_amount: nil, deductions: nil, employee_uuid: nil, excluded: nil, fixed_compensations: nil, gross_pay: nil, hourly_compensations: nil, memo: nil, net_pay: nil, paid_time_off: nil, payment_method: nil, taxes: nil, version: nil) @benefits = benefits @check_amount = check_amount @deductions = deductions @employee_uuid = employee_uuid @excluded = excluded @fixed_compensations = fixed_compensations @gross_pay = gross_pay @hourly_compensations = hourly_compensations @memo = memo @net_pay = net_pay @paid_time_off = paid_time_off @payment_method = payment_method @taxes = taxes @version = version end |