Class: GustoEmbedded::Operations::GetCompaniesCompanyUuidContractorPaymentsPreviewContractorPayments

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(bonus: nil, contractor_uuid: nil, date: nil, hourly_rate: nil, hours: nil, payment_method: nil, reimbursement: nil, wage: nil) ⇒ GetCompaniesCompanyUuidContractorPaymentsPreviewContractorPayments

Returns a new instance of GetCompaniesCompanyUuidContractorPaymentsPreviewContractorPayments.



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

def initialize(bonus: nil, contractor_uuid: nil, date: nil, hourly_rate: nil, hours: nil, payment_method: nil, reimbursement: nil, wage: nil)
  @bonus = bonus
  @contractor_uuid = contractor_uuid
  @date = date
  @hourly_rate = hourly_rate
  @hours = hours
  @payment_method = payment_method
  @reimbursement = reimbursement
  @wage = wage
end