Class: Increase::Models::Export::Form1099Misc
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::Export::Form1099Misc
- Defined in:
- lib/increase/models/export.rb,
sig/increase/models/export.rbs
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.
-
#year ⇒ Integer
The tax year for the tax form.
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
#initialize ⇒ Object
452 |
# File 'sig/increase/models/export.rbs', line 452
def initialize: (
|
Instance Attribute Details
#account_id ⇒ String
The Account the tax form is for.
594 |
# File 'lib/increase/models/export.rb', line 594 required :account_id, String |
#corrected ⇒ Boolean
Whether the tax form is a corrected form.
600 |
# File 'lib/increase/models/export.rb', line 600 required :corrected, Increase::Internal::Type::Boolean |
#year ⇒ Integer
The tax year for the tax form.
606 |
# File 'lib/increase/models/export.rb', line 606 required :year, Integer |
Instance Method Details
#to_hash ⇒ { account_id: String, corrected: bool, year: Integer }
458 |
# File 'sig/increase/models/export.rbs', line 458
def to_hash: -> { account_id: String, corrected: bool, year: Integer }
|