Class: ModernTreasury::Models::JournalSourceListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ModernTreasury::Models::JournalSourceListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/modern_treasury/models/journal_source_list_params.rb,
sig/modern_treasury/models/journal_source_list_params.rbs
Overview
Constant Summary
Constants included from Internal::Type::RequestParameters
Internal::Type::RequestParameters::ModernTreasury
Instance Attribute Summary collapse
-
#journal_entry_id ⇒ String?
The ID of the journal entry.
-
#journal_report_id ⇒ String?
The ID of the journal report.
-
#page ⇒ Integer?
Page number for pagination.
-
#per_page ⇒ Integer?
Number of items per page.
-
#source_id ⇒ String?
The ID of the source object.
-
#source_type ⇒ String?
The type of the source object.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
- #initialize(journal_entry_id: nil, journal_report_id: nil, page: nil, per_page: nil, source_id: nil, source_type: nil, request_options: {}) ⇒ Object constructor
- #to_hash ⇒ {
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(journal_entry_id: nil, journal_report_id: nil, page: nil, per_page: nil, source_id: nil, source_type: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/modern_treasury/models/journal_source_list_params.rb', line 46
|
Instance Attribute Details
#journal_entry_id ⇒ String?
The ID of the journal entry
14 |
# File 'lib/modern_treasury/models/journal_source_list_params.rb', line 14 optional :journal_entry_id, String |
#journal_report_id ⇒ String?
The ID of the journal report
20 |
# File 'lib/modern_treasury/models/journal_source_list_params.rb', line 20 optional :journal_report_id, String |
#page ⇒ Integer?
Page number for pagination
26 |
# File 'lib/modern_treasury/models/journal_source_list_params.rb', line 26 optional :page, Integer |
#per_page ⇒ Integer?
Number of items per page
32 |
# File 'lib/modern_treasury/models/journal_source_list_params.rb', line 32 optional :per_page, Integer |
#source_id ⇒ String?
The ID of the source object
38 |
# File 'lib/modern_treasury/models/journal_source_list_params.rb', line 38 optional :source_id, String |
#source_type ⇒ String?
The type of the source object
44 |
# File 'lib/modern_treasury/models/journal_source_list_params.rb', line 44 optional :source_type, String |
Instance Method Details
#to_hash ⇒ {
52 |
# File 'sig/modern_treasury/models/journal_source_list_params.rbs', line 52
def to_hash: -> {
|