Class: GustoEmbedded::Operations::GetV1CompaniesCompanyIdPaySchedulesPreviewResponseBody

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

Overview

Pay schedule preview

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(holidays: nil, pay_periods: nil) ⇒ GetV1CompaniesCompanyIdPaySchedulesPreviewResponseBody

Returns a new instance of GetV1CompaniesCompanyIdPaySchedulesPreviewResponseBody.



21
22
23
24
# File 'lib/gusto_embedded/models/operations/get_v1_companies_company_id_pay_schedules_preview_responsebody.rb', line 21

def initialize(holidays: nil, pay_periods: nil)
  @holidays = holidays
  @pay_periods = pay_periods
end