Class: GustoEmbedded::Operations::GetV1CompaniesCompanyIdPayPeriodsRequest
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Operations::GetV1CompaniesCompanyIdPayPeriodsRequest
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/operations/get_v1_companies_company_id_pay_periods_request.rb
Instance Method Summary collapse
-
#initialize(company_id: nil, end_date: nil, payroll_types: nil, start_date: nil, x_gusto_api_version: nil) ⇒ GetV1CompaniesCompanyIdPayPeriodsRequest
constructor
A new instance of GetV1CompaniesCompanyIdPayPeriodsRequest.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(company_id: nil, end_date: nil, payroll_types: nil, start_date: nil, x_gusto_api_version: nil) ⇒ GetV1CompaniesCompanyIdPayPeriodsRequest
Returns a new instance of GetV1CompaniesCompanyIdPayPeriodsRequest.
27 28 29 30 31 32 33 |
# File 'lib/gusto_embedded/models/operations/get_v1_companies_company_id_pay_periods_request.rb', line 27 def initialize(company_id: nil, end_date: nil, payroll_types: nil, start_date: nil, x_gusto_api_version: nil) @company_id = company_id @end_date = end_date @payroll_types = payroll_types @start_date = start_date @x_gusto_api_version = x_gusto_api_version end |