Class: ModernTreasury::Models::InternalAccounts::BalanceReportListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ModernTreasury::Models::InternalAccounts::BalanceReportListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/modern_treasury/models/internal_accounts/balance_report_list_params.rb
Overview
Defined Under Namespace
Modules: BalanceReportType
Instance Attribute Summary collapse
- #after_cursor ⇒ String?
-
#as_of_date ⇒ Date?
The date of the balance report in local time.
-
#balance_report_type ⇒ Symbol, ...
The specific type of balance report.
- #per_page ⇒ Integer?
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(after_cursor: nil, as_of_date: nil, balance_report_type: nil, per_page: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see BalanceReportListParams for more details.
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(after_cursor: nil, as_of_date: nil, balance_report_type: nil, per_page: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see ModernTreasury::Models::InternalAccounts::BalanceReportListParams for more details.
|
|
# File 'lib/modern_treasury/models/internal_accounts/balance_report_list_params.rb', line 35
|
Instance Attribute Details
#after_cursor ⇒ String?
14 |
# File 'lib/modern_treasury/models/internal_accounts/balance_report_list_params.rb', line 14 optional :after_cursor, String, nil?: true |
#as_of_date ⇒ Date?
The date of the balance report in local time.
20 |
# File 'lib/modern_treasury/models/internal_accounts/balance_report_list_params.rb', line 20 optional :as_of_date, Date |
#balance_report_type ⇒ Symbol, ...
The specific type of balance report. One of ‘intraday`, `previous_day`, `real_time`, or `other`.
27 28 |
# File 'lib/modern_treasury/models/internal_accounts/balance_report_list_params.rb', line 27 optional :balance_report_type, enum: -> { ModernTreasury::InternalAccounts::BalanceReportListParams::BalanceReportType } |
#per_page ⇒ Integer?
33 |
# File 'lib/modern_treasury/models/internal_accounts/balance_report_list_params.rb', line 33 optional :per_page, Integer |