Class: Increase::Models::ExportListParams::Form1099Int
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::ExportListParams::Form1099Int
- Defined in:
- lib/increase/models/export_list_params.rb,
sig/increase/models/export_list_params.rbs
Instance Attribute Summary collapse
-
#account_id ⇒ String?
Filter Form 1099-INT Exports to those for the specified Account.
Instance Method Summary collapse
-
#initialize ⇒ Form1099Int
constructor
A new instance of Form1099Int.
- #to_hash ⇒ { account_id: String }
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 ⇒ Form1099Int
Returns a new instance of Form1099Int.
196 |
# File 'sig/increase/models/export_list_params.rbs', line 196
def initialize: (?account_id: String) -> void
|
Instance Attribute Details
#account_id ⇒ String?
Filter Form 1099-INT Exports to those for the specified Account.
180 |
# File 'lib/increase/models/export_list_params.rb', line 180 optional :account_id, String |
Instance Method Details
#to_hash ⇒ { account_id: String }
198 |
# File 'sig/increase/models/export_list_params.rbs', line 198
def to_hash: -> { account_id: String }
|