Class: ModernTreasury::Models::LedgerAccountListParams::PostedBalanceAmount
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(eq: nil, gt: nil, gte: nil, lt: nil, lte: nil, not_eq: nil) ⇒ Object
constructor
Use ‘gt` (>), `gte` (>=), `lt` (<), `lte` (<=), `eq` (=), or `not_eq` (!=) to filter by balance amount.
==, #==, #[], 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
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(eq: nil, gt: nil, gte: nil, lt: nil, lte: nil, not_eq: nil) ⇒ Object
Use ‘gt` (>), `gte` (>=), `lt` (<), `lte` (<=), `eq` (=), or `not_eq` (!=) to filter by balance amount.
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 303
|
Instance Attribute Details
#eq ⇒ Integer?
276
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 276
optional :eq, Integer
|
#gt ⇒ Integer?
281
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 281
optional :gt, Integer
|
#gte ⇒ Integer?
286
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 286
optional :gte, Integer
|
#lt ⇒ Integer?
291
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 291
optional :lt, Integer
|
#lte ⇒ Integer?
296
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 296
optional :lte, Integer
|
#not_eq ⇒ Integer?
301
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 301
optional :not_eq, Integer
|