Class: GustoEmbedded::Shared::ContractorPaymentReceiptTotals

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

Overview

The subtotals for the contractor payment.

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(company_debit: nil) ⇒ ContractorPaymentReceiptTotals

Returns a new instance of ContractorPaymentReceiptTotals.



19
20
21
# File 'lib/gusto_embedded/models/shared/contractor_payment_receipt_totals.rb', line 19

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