Class: GustoEmbedded::Operations::PutV1CompaniesCompanyIdPaySchedulesPayScheduleIdRequestBody

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(version: nil, anchor_end_of_pay_period: nil, anchor_pay_date: nil, auto_pilot: nil, custom_name: nil, day_1: nil, day_2: nil, frequency: nil) ⇒ PutV1CompaniesCompanyIdPaySchedulesPayScheduleIdRequestBody

Returns a new instance of PutV1CompaniesCompanyIdPaySchedulesPayScheduleIdRequestBody.



33
34
35
36
37
38
39
40
41
42
# File 'lib/gusto_embedded/models/operations/put_v1_companies_company_id_pay_schedules_pay_schedule_id_requestbody.rb', line 33

def initialize(version: nil, anchor_end_of_pay_period: nil, anchor_pay_date: nil, auto_pilot: nil, custom_name: nil, day_1: nil, day_2: nil, frequency: nil)
  @version = version
  @anchor_end_of_pay_period = anchor_end_of_pay_period
  @anchor_pay_date = anchor_pay_date
  @auto_pilot = auto_pilot
  @custom_name = custom_name
  @day_1 = day_1
  @day_2 = day_2
  @frequency = frequency
end