Class: GustoEmbedded::Operations::GetV1CompaniesCompanyIdContractorPaymentGroupsRequest

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(company_id: nil, end_date: nil, page: nil, per: nil, start_date: nil, x_gusto_api_version: nil) ⇒ GetV1CompaniesCompanyIdContractorPaymentGroupsRequest

Returns a new instance of GetV1CompaniesCompanyIdContractorPaymentGroupsRequest.



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

def initialize(company_id: nil, end_date: nil, page: nil, per: nil, start_date: nil, x_gusto_api_version: nil)
  @company_id = company_id
  @end_date = end_date
  @page = page
  @per = per
  @start_date = start_date
  @x_gusto_api_version = x_gusto_api_version
end