Class: GustoEmbedded::Operations::GetCompaniesCompanyUuidContractorPaymentsPreviewRequestBody

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

Overview

a list of contractor payments.

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(contractor_payments: nil) ⇒ GetCompaniesCompanyUuidContractorPaymentsPreviewRequestBody

Returns a new instance of GetCompaniesCompanyUuidContractorPaymentsPreviewRequestBody.



19
20
21
# File 'lib/gusto_embedded/models/operations/get_companies_company_uuid_contractor_payments_preview_requestbody.rb', line 19

def initialize(contractor_payments: nil)
  @contractor_payments = contractor_payments
end