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
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
234
|
# File 'lib/modern_treasury/models/ledger_entry_list_params.rb', line 200
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?
204
|
# File 'lib/modern_treasury/models/ledger_entry_list_params.rb', line 204
optional :eq, Integer
|
#gt ⇒ Integer?
209
|
# File 'lib/modern_treasury/models/ledger_entry_list_params.rb', line 209
optional :gt, Integer
|
#gte ⇒ Integer?
214
|
# File 'lib/modern_treasury/models/ledger_entry_list_params.rb', line 214
optional :gte, Integer
|
#lt ⇒ Integer?
219
|
# File 'lib/modern_treasury/models/ledger_entry_list_params.rb', line 219
optional :lt, Integer
|
#lte ⇒ Integer?
224
|
# File 'lib/modern_treasury/models/ledger_entry_list_params.rb', line 224
optional :lte, Integer
|