Class: GustoEmbedded::Shared::ApplicableTaxes

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(employer_tax: nil, id: nil, name: nil, resident_tax: nil) ⇒ ApplicableTaxes

Returns a new instance of ApplicableTaxes.



25
26
27
28
29
30
# File 'lib/gusto_embedded/models/shared/applicable_taxes.rb', line 25

def initialize(employer_tax: nil, id: nil, name: nil, resident_tax: nil)
  @employer_tax = employer_tax
  @id = id
  @name = name
  @resident_tax = resident_tax
end