Class: GustoEmbedded::Operations::GetV1CompaniesCompanyIdContractorPaymentsRequest

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/operations/get_v1_companies_company_id_contractor_payments_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, start_date: nil, contractor_uuid: nil, group_by_date: nil, page: nil, per: nil, x_gusto_api_version: nil) ⇒ GetV1CompaniesCompanyIdContractorPaymentsRequest

Returns a new instance of GetV1CompaniesCompanyIdContractorPaymentsRequest.



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

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