Class: Increase::Models::PendingTransactionListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::PendingTransactionListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/increase/models/pending_transaction_list_params.rb
Overview
Defined Under Namespace
Classes: Category, CreatedAt, Status
Instance Attribute Summary collapse
-
#account_id ⇒ String?
Filter pending transactions to those belonging to the specified Account.
- #category ⇒ Increase::Models::PendingTransactionListParams::Category?
- #created_at ⇒ Increase::Models::PendingTransactionListParams::CreatedAt?
-
#cursor ⇒ String?
Return the page of entries after this one.
-
#limit ⇒ Integer?
Limit the size of the list that is returned.
-
#route_id ⇒ String?
Filter pending transactions to those belonging to the specified Route.
- #status ⇒ Increase::Models::PendingTransactionListParams::Status?
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(after: nil, before: nil, on_or_after: nil, on_or_before: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see CreatedAt for more details.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(after: nil, before: nil, on_or_after: nil, on_or_before: nil) ⇒ Object
Some parameter documentations has been truncated, see CreatedAt for more details.
|
|
# File 'lib/increase/models/pending_transaction_list_params.rb', line 167
|
Instance Attribute Details
#account_id ⇒ String?
Filter pending transactions to those belonging to the specified Account.
14 |
# File 'lib/increase/models/pending_transaction_list_params.rb', line 14 optional :account_id, String |
#category ⇒ Increase::Models::PendingTransactionListParams::Category?
19 |
# File 'lib/increase/models/pending_transaction_list_params.rb', line 19 optional :category, -> { Increase::PendingTransactionListParams::Category } |
#created_at ⇒ Increase::Models::PendingTransactionListParams::CreatedAt?
24 |
# File 'lib/increase/models/pending_transaction_list_params.rb', line 24 optional :created_at, -> { Increase::PendingTransactionListParams::CreatedAt } |
#cursor ⇒ String?
Return the page of entries after this one.
30 |
# File 'lib/increase/models/pending_transaction_list_params.rb', line 30 optional :cursor, String |
#limit ⇒ Integer?
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
37 |
# File 'lib/increase/models/pending_transaction_list_params.rb', line 37 optional :limit, Integer |
#route_id ⇒ String?
Filter pending transactions to those belonging to the specified Route.
43 |
# File 'lib/increase/models/pending_transaction_list_params.rb', line 43 optional :route_id, String |
#status ⇒ Increase::Models::PendingTransactionListParams::Status?
48 |
# File 'lib/increase/models/pending_transaction_list_params.rb', line 48 optional :status, -> { Increase::PendingTransactionListParams::Status } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/pending_transaction_list_params.rb', line 133
|