Class: GustoEmbedded::Models::Shared::TaxRequirementsValue
- Inherits:
-
Object
- Object
- GustoEmbedded::Models::Shared::TaxRequirementsValue
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/gusto_embedded/models/shared/tax_requirements_value.rb
Overview
The value or “answer” for a tax requirement. Type depends on the requirement metadata type (e.g. string for text/account_number, boolean for radio/checkbox, number for percent/currency/tax_rate). Null when the requirement has not been answered.
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ TaxRequirementsValue
constructor
A new instance of TaxRequirementsValue.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ TaxRequirementsValue
Returns a new instance of TaxRequirementsValue.
17 |
# File 'lib/gusto_embedded/models/shared/tax_requirements_value.rb', line 17 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
20 21 22 23 |
# File 'lib/gusto_embedded/models/shared/tax_requirements_value.rb', line 20 def ==(other) return false unless other.is_a? self.class true end |