Class: ModernTreasury::Models::LedgerAccountListParams::Balances
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- ModernTreasury::Models::LedgerAccountListParams::Balances
- Defined in:
- lib/modern_treasury/models/ledger_account_list_params.rb
Instance Attribute Summary collapse
- #as_of_date ⇒ Date?
- #effective_at ⇒ Time?
- #effective_at_lower_bound ⇒ Time?
- #effective_at_upper_bound ⇒ Time?
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 ModernTreasury::Internal::Type::BaseModel
Instance Attribute Details
#as_of_date ⇒ Date?
199 |
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 199 optional :as_of_date, Date |
#effective_at ⇒ Time?
204 |
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 204 optional :effective_at, Time |
#effective_at_lower_bound ⇒ Time?
209 |
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 209 optional :effective_at_lower_bound, Time |
#effective_at_upper_bound ⇒ Time?
214 |
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 214 optional :effective_at_upper_bound, Time |