Class: GustoEmbedded::Operations::PostCompaniesPayrollSkipCompanyUuidRequestBody

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(payroll_type: nil, employee_uuids: nil, end_date: nil, pay_schedule_uuid: nil, start_date: nil) ⇒ PostCompaniesPayrollSkipCompanyUuidRequestBody

Returns a new instance of PostCompaniesPayrollSkipCompanyUuidRequestBody.



27
28
29
30
31
32
33
# File 'lib/gusto_embedded/models/operations/post_companies_payroll_skip_company_uuid_requestbody.rb', line 27

def initialize(payroll_type: nil, employee_uuids: nil, end_date: nil, pay_schedule_uuid: nil, start_date: nil)
  @payroll_type = payroll_type
  @employee_uuids = employee_uuids
  @end_date = end_date
  @pay_schedule_uuid = pay_schedule_uuid
  @start_date = start_date
end