Class: Increase::Models::Export::Form1099Int
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Export::Form1099Int
- Defined in:
- lib/increase/models/export.rb
Overview
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Account the tax form is for.
-
#corrected ⇒ Boolean
Whether the tax form is a corrected form.
-
#description ⇒ String
A description of the tax form.
-
#year ⇒ Integer
The tax year for the tax form.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Increase::Internal::Type::BaseModel
Instance Attribute Details
#account_id ⇒ String
The Account the tax form is for.
539 |
# File 'lib/increase/models/export.rb', line 539 required :account_id, String |
#corrected ⇒ Boolean
Whether the tax form is a corrected form.
545 |
# File 'lib/increase/models/export.rb', line 545 required :corrected, Increase::Internal::Type::Boolean |
#description ⇒ String
A description of the tax form.
551 |
# File 'lib/increase/models/export.rb', line 551 required :description, String |
#year ⇒ Integer
The tax year for the tax form.
557 |
# File 'lib/increase/models/export.rb', line 557 required :year, Integer |