Class: GustoEmbedded::Operations::PostV1CompaniesCompanyIdPayrollsRequestBody
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::PostV1CompaniesCompanyIdPayrollsRequestBody
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/post_v1_companies_company_id_payrolls_requestbody.rb
Instance Method Summary collapse
-
#initialize(end_date: nil, off_cycle: nil, off_cycle_reason: nil, start_date: nil, check_date: nil, employee_uuids: nil, fixed_withholding_rate: nil, pay_schedule_uuid: nil, skip_regular_deductions: nil, withholding_pay_period: nil) ⇒ PostV1CompaniesCompanyIdPayrollsRequestBody
constructor
A new instance of PostV1CompaniesCompanyIdPayrollsRequestBody.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(end_date: nil, off_cycle: nil, off_cycle_reason: nil, start_date: nil, check_date: nil, employee_uuids: nil, fixed_withholding_rate: nil, pay_schedule_uuid: nil, skip_regular_deductions: nil, withholding_pay_period: nil) ⇒ PostV1CompaniesCompanyIdPayrollsRequestBody
Returns a new instance of PostV1CompaniesCompanyIdPayrollsRequestBody.
37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/gusto_embedded/models/operations/post_v1_companies_company_id_payrolls_requestbody.rb', line 37 def initialize(end_date: nil, off_cycle: nil, off_cycle_reason: nil, start_date: nil, check_date: nil, employee_uuids: nil, fixed_withholding_rate: nil, pay_schedule_uuid: nil, skip_regular_deductions: nil, withholding_pay_period: nil) @end_date = end_date @off_cycle = off_cycle @off_cycle_reason = off_cycle_reason @start_date = start_date @check_date = check_date @employee_uuids = employee_uuids @fixed_withholding_rate = fixed_withholding_rate @pay_schedule_uuid = pay_schedule_uuid @skip_regular_deductions = skip_regular_deductions @withholding_pay_period = withholding_pay_period end |