Class: GustoEmbedded::Shared::TaxRequirementSet

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(effective_from: nil, key: nil, label: nil, requirements: nil, state: nil) ⇒ TaxRequirementSet

Returns a new instance of TaxRequirementSet.



27
28
29
30
31
32
33
# File 'lib/gusto_embedded/models/shared/tax_requirement_set.rb', line 27

def initialize(effective_from: nil, key: nil, label: nil, requirements: nil, state: nil)
  @effective_from = effective_from
  @key = key
  @label = label
  @requirements = requirements
  @state = state
end