Class: GustoEmbedded::Operations::GetV1CompaniesCompanyIdPaySchedulesPreviewRequest
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::GetV1CompaniesCompanyIdPaySchedulesPreviewRequest
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/get_v1_companies_company_id_pay_schedules_preview_request.rb
Instance Method Summary collapse
-
#initialize(anchor_end_of_pay_period: nil, anchor_pay_date: nil, company_id: nil, frequency: nil, day_1: nil, day_2: nil, x_gusto_api_version: nil) ⇒ GetV1CompaniesCompanyIdPaySchedulesPreviewRequest
constructor
A new instance of GetV1CompaniesCompanyIdPaySchedulesPreviewRequest.
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, company_id: nil, frequency: nil, day_1: nil, day_2: nil, x_gusto_api_version: nil) ⇒ GetV1CompaniesCompanyIdPaySchedulesPreviewRequest
Returns a new instance of GetV1CompaniesCompanyIdPaySchedulesPreviewRequest.
31 32 33 34 35 36 37 38 39 |
# File 'lib/gusto_embedded/models/operations/get_v1_companies_company_id_pay_schedules_preview_request.rb', line 31 def initialize(anchor_end_of_pay_period: nil, anchor_pay_date: nil, company_id: nil, frequency: nil, day_1: nil, day_2: nil, x_gusto_api_version: nil) @anchor_end_of_pay_period = anchor_end_of_pay_period @anchor_pay_date = anchor_pay_date @company_id = company_id @frequency = frequency @day_1 = day_1 @day_2 = day_2 @x_gusto_api_version = x_gusto_api_version end |