Class: GustoEmbedded::Shared::TaxRequirement

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(applicable_if: nil, description: nil, key: nil, label: nil, metadata: nil, value: nil) ⇒ TaxRequirement

Returns a new instance of TaxRequirement.



29
30
31
32
33
34
35
36
# File 'lib/gusto_embedded/models/shared/tax_requirement.rb', line 29

def initialize(applicable_if: nil, description: nil, key: nil, label: nil, metadata: nil, value: nil)
  @applicable_if = applicable_if
  @description = description
  @key = key
  @label = label
  @metadata = 
  @value = value
end