Class: Increase::Models::InboundWireTransferListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::InboundWireTransferListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/increase/models/inbound_wire_transfer_list_params.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
-
#account_id ⇒ String?
Filter Inbound Wire Transfers to ones belonging to the specified Account.
-
#account_number_id ⇒ String?
Filter Inbound Wire Transfers to ones belonging to the specified Account Number.
- #created_at ⇒ Increase::Models::InboundWireTransferListParams::CreatedAt?
-
#cursor ⇒ String?
Return the page of entries after this one.
-
#limit ⇒ Integer?
Limit the size of the list that is returned.
- #status ⇒ Increase::Models::InboundWireTransferListParams::Status?
-
#wire_drawdown_request_id ⇒ String?
Filter Inbound Wire Transfers to ones belonging to the specified Wire Drawdown Request.
Attributes included from Internal::Type::RequestParameters
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/inbound_wire_transfer_list_params.rb', line 101
|
Instance Attribute Details
#account_id ⇒ String?
Filter Inbound Wire Transfers to ones belonging to the specified Account.
14 |
# File 'lib/increase/models/inbound_wire_transfer_list_params.rb', line 14 optional :account_id, String |
#account_number_id ⇒ String?
Filter Inbound Wire Transfers to ones belonging to the specified Account Number.
20 |
# File 'lib/increase/models/inbound_wire_transfer_list_params.rb', line 20 optional :account_number_id, String |
#created_at ⇒ Increase::Models::InboundWireTransferListParams::CreatedAt?
25 |
# File 'lib/increase/models/inbound_wire_transfer_list_params.rb', line 25 optional :created_at, -> { Increase::InboundWireTransferListParams::CreatedAt } |
#cursor ⇒ String?
Return the page of entries after this one.
31 |
# File 'lib/increase/models/inbound_wire_transfer_list_params.rb', line 31 optional :cursor, String |
#limit ⇒ Integer?
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
38 |
# File 'lib/increase/models/inbound_wire_transfer_list_params.rb', line 38 optional :limit, Integer |
#status ⇒ Increase::Models::InboundWireTransferListParams::Status?
43 |
# File 'lib/increase/models/inbound_wire_transfer_list_params.rb', line 43 optional :status, -> { Increase::InboundWireTransferListParams::Status } |
#wire_drawdown_request_id ⇒ String?
Filter Inbound Wire Transfers to ones belonging to the specified Wire Drawdown Request.
50 |
# File 'lib/increase/models/inbound_wire_transfer_list_params.rb', line 50 optional :wire_drawdown_request_id, String |