Class: ModernTreasury::Models::LedgerAccountListParams::PostedBalanceAmount

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/modern_treasury/models/ledger_account_list_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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(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.

Parameters:

  • eq (Integer) (defaults to: nil)
  • gt (Integer) (defaults to: nil)
  • gte (Integer) (defaults to: nil)
  • lt (Integer) (defaults to: nil)
  • lte (Integer) (defaults to: nil)
  • not_eq (Integer) (defaults to: nil)


# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 303


Instance Attribute Details

#eqInteger?

Returns:

  • (Integer, nil)


276
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 276

optional :eq, Integer

#gtInteger?

Returns:

  • (Integer, nil)


281
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 281

optional :gt, Integer

#gteInteger?

Returns:

  • (Integer, nil)


286
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 286

optional :gte, Integer

#ltInteger?

Returns:

  • (Integer, nil)


291
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 291

optional :lt, Integer

#lteInteger?

Returns:

  • (Integer, nil)


296
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 296

optional :lte, Integer

#not_eqInteger?

Returns:

  • (Integer, nil)


301
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 301

optional :not_eq, Integer