Class: ModernTreasury::Models::LedgerAccountListParams::AvailableBalanceAmount
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(id: nil, after_cursor: nil, available_balance_amount: nil, balances: nil, created_at: nil, currency: nil, external_id: nil, ledger_account_category_id: nil, ledger_id: nil, metadata: nil, name: nil, normal_balance: nil, pending_balance_amount: nil, per_page: nil, posted_balance_amount: 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, available_balance_amount: nil, balances: nil, created_at: nil, currency: nil, external_id: nil, ledger_account_category_id: nil, ledger_id: nil, metadata: nil, name: nil, normal_balance: nil, pending_balance_amount: nil, per_page: nil, posted_balance_amount: nil, updated_at: nil, request_options: {}) ⇒ Object
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 152
class AvailableBalanceAmount < ModernTreasury::Internal::Type::BaseModel
optional :eq, Integer
optional :gt, Integer
optional :gte, Integer
optional :lt, Integer
optional :lte, Integer
optional :not_eq, Integer
end
|
Instance Attribute Details
#eq ⇒ Integer?
156
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 156
optional :eq, Integer
|
#gt ⇒ Integer?
161
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 161
optional :gt, Integer
|
#gte ⇒ Integer?
166
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 166
optional :gte, Integer
|
#lt ⇒ Integer?
171
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 171
optional :lt, Integer
|
#lte ⇒ Integer?
176
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 176
optional :lte, Integer
|
#not_eq ⇒ Integer?
181
|
# File 'lib/modern_treasury/models/ledger_account_list_params.rb', line 181
optional :not_eq, Integer
|