Class: GustoEmbedded::Operations::PostV1CompaniesCompanyIdPaySchedulesRequestBody

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(anchor_end_of_pay_period: nil, anchor_pay_date: nil, frequency: nil, custom_name: nil, day_1: nil, day_2: nil) ⇒ PostV1CompaniesCompanyIdPaySchedulesRequestBody

Returns a new instance of PostV1CompaniesCompanyIdPaySchedulesRequestBody.



29
30
31
32
33
34
35
36
# File 'lib/gusto_embedded/models/operations/post_v1_companies_company_id_pay_schedules_requestbody.rb', line 29

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