Class: ModernTreasury::Models::LedgerEntryListParams::Amount
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(id: nil, after_cursor: nil, amount: nil, as_of_lock_version: nil, direction: nil, effective_at: nil, effective_date: nil, ledger_account_category_id: nil, ledger_account_id: nil, ledger_account_lock_version: nil, ledger_account_payout_id: nil, ledger_account_settlement_id: nil, ledger_account_statement_id: nil, ledger_transaction_id: nil, metadata: nil, order_by: nil, per_page: nil, show_balances: nil, show_deleted: nil, status: nil, updated_at: nil, request_options: {}) ⇒ Object
constructor
==, #==, #[], 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(id: nil, after_cursor: nil, amount: nil, as_of_lock_version: nil, direction: nil, effective_at: nil, effective_date: nil, ledger_account_category_id: nil, ledger_account_id: nil, ledger_account_lock_version: nil, ledger_account_payout_id: nil, ledger_account_settlement_id: nil, ledger_account_statement_id: nil, ledger_transaction_id: nil, metadata: nil, order_by: nil, per_page: nil, show_balances: nil, show_deleted: nil, status: nil, updated_at: nil, request_options: {}) ⇒ Object
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
|
# File 'lib/modern_treasury/models/ledger_entry_list_params.rb', line 199
class Amount < ModernTreasury::Internal::Type::BaseModel
optional :eq, Integer
optional :gt, Integer
optional :gte, Integer
optional :lt, Integer
optional :lte, Integer
end
|
Instance Attribute Details
#eq ⇒ Integer?
203
|
# File 'lib/modern_treasury/models/ledger_entry_list_params.rb', line 203
optional :eq, Integer
|
#gt ⇒ Integer?
208
|
# File 'lib/modern_treasury/models/ledger_entry_list_params.rb', line 208
optional :gt, Integer
|
#gte ⇒ Integer?
213
|
# File 'lib/modern_treasury/models/ledger_entry_list_params.rb', line 213
optional :gte, Integer
|
#lt ⇒ Integer?
218
|
# File 'lib/modern_treasury/models/ledger_entry_list_params.rb', line 218
optional :lt, Integer
|
#lte ⇒ Integer?
223
|
# File 'lib/modern_treasury/models/ledger_entry_list_params.rb', line 223
optional :lte, Integer
|