Class: GustoEmbedded::Shared::PayrollReceiptTaxes

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(amount: nil, name: nil) ⇒ PayrollReceiptTaxes

Returns a new instance of PayrollReceiptTaxes.



21
22
23
24
# File 'lib/gusto_embedded/models/shared/payroll_receipt_taxes.rb', line 21

def initialize(amount: nil, name: nil)
  @amount = amount
  @name = name
end