increase 1.148.0 → 1.150.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/README.md +7 -63
- data/lib/increase/internal/page.rb +10 -14
- data/lib/increase/models/account_list_response.rb +27 -0
- data/lib/increase/models/account_number_list_response.rb +27 -0
- data/lib/increase/models/account_statement_list_response.rb +27 -0
- data/lib/increase/models/account_transfer_list_response.rb +27 -0
- data/lib/increase/models/ach_prenotification_list_response.rb +27 -0
- data/lib/increase/models/ach_transfer_list_response.rb +27 -0
- data/lib/increase/models/bookkeeping_account_list_response.rb +27 -0
- data/lib/increase/models/bookkeeping_entry_list_response.rb +27 -0
- data/lib/increase/models/bookkeeping_entry_set_list_response.rb +27 -0
- data/lib/increase/models/card_dispute_list_response.rb +27 -0
- data/lib/increase/models/card_list_response.rb +27 -0
- data/lib/increase/models/card_payment_list_response.rb +27 -0
- data/lib/increase/models/card_purchase_supplement_list_response.rb +27 -0
- data/lib/increase/models/card_push_transfer_list_response.rb +27 -0
- data/lib/increase/models/card_token_list_response.rb +27 -0
- data/lib/increase/models/card_validation_list_response.rb +27 -0
- data/lib/increase/models/check_deposit_list_response.rb +27 -0
- data/lib/increase/models/check_transfer.rb +9 -1
- data/lib/increase/models/check_transfer_create_params.rb +11 -1
- data/lib/increase/models/check_transfer_list_response.rb +27 -0
- data/lib/increase/models/declined_transaction_list_response.rb +27 -0
- data/lib/increase/models/digital_card_profile_list_response.rb +27 -0
- data/lib/increase/models/digital_wallet_token_list_response.rb +27 -0
- data/lib/increase/models/document_list_response.rb +27 -0
- data/lib/increase/models/entity_list_response.rb +27 -0
- data/lib/increase/models/event_list_response.rb +27 -0
- data/lib/increase/models/event_subscription_list_response.rb +27 -0
- data/lib/increase/models/export_list_response.rb +27 -0
- data/lib/increase/models/external_account_list_response.rb +27 -0
- data/lib/increase/models/fednow_transfer_list_response.rb +27 -0
- data/lib/increase/models/file.rb +3 -0
- data/lib/increase/models/file_create_params.rb +3 -0
- data/lib/increase/models/file_list_params.rb +3 -0
- data/lib/increase/models/file_list_response.rb +27 -0
- data/lib/increase/models/inbound_ach_transfer_list_response.rb +27 -0
- data/lib/increase/models/inbound_check_deposit_list_response.rb +27 -0
- data/lib/increase/models/inbound_fednow_transfer_list_response.rb +27 -0
- data/lib/increase/models/inbound_mail_item_list_response.rb +27 -0
- data/lib/increase/models/inbound_real_time_payments_transfer_list_response.rb +27 -0
- data/lib/increase/models/inbound_wire_drawdown_request_list_response.rb +27 -0
- data/lib/increase/models/inbound_wire_transfer_list_response.rb +27 -0
- data/lib/increase/models/intrafi_account_enrollment_list_response.rb +27 -0
- data/lib/increase/models/intrafi_exclusion_list_response.rb +27 -0
- data/lib/increase/models/lockbox_list_response.rb +27 -0
- data/lib/increase/models/oauth_application_list_response.rb +27 -0
- data/lib/increase/models/oauth_connection_list_response.rb +27 -0
- data/lib/increase/models/pending_transaction_list_response.rb +27 -0
- data/lib/increase/models/physical_card_list_response.rb +27 -0
- data/lib/increase/models/physical_card_profile_list_response.rb +27 -0
- data/lib/increase/models/program_list_response.rb +27 -0
- data/lib/increase/models/real_time_payments_transfer_list_response.rb +27 -0
- data/lib/increase/models/routing_number_list_response.rb +162 -139
- data/lib/increase/models/supplemental_document_list_response.rb +27 -0
- data/lib/increase/models/transaction_list_response.rb +27 -0
- data/lib/increase/models/wire_drawdown_request_list_response.rb +27 -0
- data/lib/increase/models/wire_transfer_list_response.rb +27 -0
- data/lib/increase/resources/account_numbers.rb +2 -3
- data/lib/increase/resources/account_statements.rb +2 -3
- data/lib/increase/resources/account_transfers.rb +2 -3
- data/lib/increase/resources/accounts.rb +2 -3
- data/lib/increase/resources/ach_prenotifications.rb +2 -3
- data/lib/increase/resources/ach_transfers.rb +2 -3
- data/lib/increase/resources/bookkeeping_accounts.rb +2 -3
- data/lib/increase/resources/bookkeeping_entries.rb +2 -3
- data/lib/increase/resources/bookkeeping_entry_sets.rb +2 -3
- data/lib/increase/resources/card_disputes.rb +2 -3
- data/lib/increase/resources/card_payments.rb +2 -3
- data/lib/increase/resources/card_purchase_supplements.rb +2 -3
- data/lib/increase/resources/card_push_transfers.rb +2 -3
- data/lib/increase/resources/card_tokens.rb +2 -3
- data/lib/increase/resources/card_validations.rb +2 -3
- data/lib/increase/resources/cards.rb +2 -3
- data/lib/increase/resources/check_deposits.rb +2 -3
- data/lib/increase/resources/check_transfers.rb +2 -3
- data/lib/increase/resources/declined_transactions.rb +2 -3
- data/lib/increase/resources/digital_card_profiles.rb +2 -3
- data/lib/increase/resources/digital_wallet_tokens.rb +2 -3
- data/lib/increase/resources/documents.rb +2 -3
- data/lib/increase/resources/entities.rb +2 -3
- data/lib/increase/resources/event_subscriptions.rb +2 -3
- data/lib/increase/resources/events.rb +2 -3
- data/lib/increase/resources/exports.rb +2 -3
- data/lib/increase/resources/external_accounts.rb +2 -3
- data/lib/increase/resources/fednow_transfers.rb +2 -3
- data/lib/increase/resources/files.rb +2 -3
- data/lib/increase/resources/inbound_ach_transfers.rb +2 -3
- data/lib/increase/resources/inbound_check_deposits.rb +2 -3
- data/lib/increase/resources/inbound_fednow_transfers.rb +2 -3
- data/lib/increase/resources/inbound_mail_items.rb +2 -3
- data/lib/increase/resources/inbound_real_time_payments_transfers.rb +2 -3
- data/lib/increase/resources/inbound_wire_drawdown_requests.rb +2 -3
- data/lib/increase/resources/inbound_wire_transfers.rb +2 -3
- data/lib/increase/resources/intrafi_account_enrollments.rb +2 -3
- data/lib/increase/resources/intrafi_exclusions.rb +2 -3
- data/lib/increase/resources/lockboxes.rb +2 -3
- data/lib/increase/resources/oauth_applications.rb +2 -3
- data/lib/increase/resources/oauth_connections.rb +2 -3
- data/lib/increase/resources/pending_transactions.rb +2 -3
- data/lib/increase/resources/physical_card_profiles.rb +2 -3
- data/lib/increase/resources/physical_cards.rb +2 -3
- data/lib/increase/resources/programs.rb +2 -3
- data/lib/increase/resources/real_time_payments_transfers.rb +2 -3
- data/lib/increase/resources/routing_numbers.rb +1 -2
- data/lib/increase/resources/supplemental_documents.rb +2 -3
- data/lib/increase/resources/transactions.rb +2 -3
- data/lib/increase/resources/wire_drawdown_requests.rb +2 -3
- data/lib/increase/resources/wire_transfers.rb +2 -3
- data/lib/increase/version.rb +1 -1
- data/lib/increase.rb +50 -0
- data/rbi/increase/internal/page.rbi +2 -2
- data/rbi/increase/models/account_list_response.rbi +46 -0
- data/rbi/increase/models/account_number_list_response.rbi +49 -0
- data/rbi/increase/models/account_statement_list_response.rbi +49 -0
- data/rbi/increase/models/account_transfer_list_response.rbi +49 -0
- data/rbi/increase/models/ach_prenotification_list_response.rbi +49 -0
- data/rbi/increase/models/ach_transfer_list_response.rbi +49 -0
- data/rbi/increase/models/bookkeeping_account_list_response.rbi +49 -0
- data/rbi/increase/models/bookkeeping_entry_list_response.rbi +49 -0
- data/rbi/increase/models/bookkeeping_entry_set_list_response.rbi +49 -0
- data/rbi/increase/models/card_dispute_list_response.rbi +49 -0
- data/rbi/increase/models/card_list_response.rbi +43 -0
- data/rbi/increase/models/card_payment_list_response.rbi +49 -0
- data/rbi/increase/models/card_purchase_supplement_list_response.rbi +49 -0
- data/rbi/increase/models/card_push_transfer_list_response.rbi +49 -0
- data/rbi/increase/models/card_token_list_response.rbi +49 -0
- data/rbi/increase/models/card_validation_list_response.rbi +49 -0
- data/rbi/increase/models/check_deposit_list_response.rbi +49 -0
- data/rbi/increase/models/check_transfer.rbi +8 -0
- data/rbi/increase/models/check_transfer_create_params.rbi +15 -0
- data/rbi/increase/models/check_transfer_list_response.rbi +49 -0
- data/rbi/increase/models/declined_transaction_list_response.rbi +49 -0
- data/rbi/increase/models/digital_card_profile_list_response.rbi +49 -0
- data/rbi/increase/models/digital_wallet_token_list_response.rbi +49 -0
- data/rbi/increase/models/document_list_response.rbi +46 -0
- data/rbi/increase/models/entity_list_response.rbi +46 -0
- data/rbi/increase/models/event_list_response.rbi +46 -0
- data/rbi/increase/models/event_subscription_list_response.rbi +49 -0
- data/rbi/increase/models/export_list_response.rbi +46 -0
- data/rbi/increase/models/external_account_list_response.rbi +49 -0
- data/rbi/increase/models/fednow_transfer_list_response.rbi +49 -0
- data/rbi/increase/models/file.rbi +4 -0
- data/rbi/increase/models/file_create_params.rbi +7 -0
- data/rbi/increase/models/file_list_params.rbi +7 -0
- data/rbi/increase/models/file_list_response.rbi +43 -0
- data/rbi/increase/models/inbound_ach_transfer_list_response.rbi +49 -0
- data/rbi/increase/models/inbound_check_deposit_list_response.rbi +49 -0
- data/rbi/increase/models/inbound_fednow_transfer_list_response.rbi +49 -0
- data/rbi/increase/models/inbound_mail_item_list_response.rbi +49 -0
- data/rbi/increase/models/inbound_real_time_payments_transfer_list_response.rbi +49 -0
- data/rbi/increase/models/inbound_wire_drawdown_request_list_response.rbi +49 -0
- data/rbi/increase/models/inbound_wire_transfer_list_response.rbi +49 -0
- data/rbi/increase/models/intrafi_account_enrollment_list_response.rbi +49 -0
- data/rbi/increase/models/intrafi_exclusion_list_response.rbi +49 -0
- data/rbi/increase/models/lockbox_list_response.rbi +46 -0
- data/rbi/increase/models/oauth_application_list_response.rbi +49 -0
- data/rbi/increase/models/oauth_connection_list_response.rbi +49 -0
- data/rbi/increase/models/pending_transaction_list_response.rbi +49 -0
- data/rbi/increase/models/physical_card_list_response.rbi +49 -0
- data/rbi/increase/models/physical_card_profile_list_response.rbi +49 -0
- data/rbi/increase/models/program_list_response.rbi +46 -0
- data/rbi/increase/models/real_time_payments_transfer_list_response.rbi +49 -0
- data/rbi/increase/models/routing_number_list_response.rbi +271 -218
- data/rbi/increase/models/supplemental_document_list_response.rbi +49 -0
- data/rbi/increase/models/transaction_list_response.rbi +49 -0
- data/rbi/increase/models/wire_drawdown_request_list_response.rbi +49 -0
- data/rbi/increase/models/wire_transfer_list_response.rbi +49 -0
- data/rbi/increase/resources/account_numbers.rbi +1 -1
- data/rbi/increase/resources/account_statements.rbi +1 -1
- data/rbi/increase/resources/account_transfers.rbi +1 -1
- data/rbi/increase/resources/accounts.rbi +1 -1
- data/rbi/increase/resources/ach_prenotifications.rbi +1 -1
- data/rbi/increase/resources/ach_transfers.rbi +1 -1
- data/rbi/increase/resources/bookkeeping_accounts.rbi +1 -1
- data/rbi/increase/resources/bookkeeping_entries.rbi +1 -1
- data/rbi/increase/resources/bookkeeping_entry_sets.rbi +1 -1
- data/rbi/increase/resources/card_disputes.rbi +1 -1
- data/rbi/increase/resources/card_payments.rbi +1 -1
- data/rbi/increase/resources/card_purchase_supplements.rbi +1 -1
- data/rbi/increase/resources/card_push_transfers.rbi +1 -1
- data/rbi/increase/resources/card_tokens.rbi +1 -1
- data/rbi/increase/resources/card_validations.rbi +1 -1
- data/rbi/increase/resources/cards.rbi +1 -1
- data/rbi/increase/resources/check_deposits.rbi +1 -1
- data/rbi/increase/resources/check_transfers.rbi +1 -1
- data/rbi/increase/resources/declined_transactions.rbi +1 -1
- data/rbi/increase/resources/digital_card_profiles.rbi +1 -1
- data/rbi/increase/resources/digital_wallet_tokens.rbi +1 -1
- data/rbi/increase/resources/documents.rbi +1 -1
- data/rbi/increase/resources/entities.rbi +1 -1
- data/rbi/increase/resources/event_subscriptions.rbi +1 -1
- data/rbi/increase/resources/events.rbi +1 -1
- data/rbi/increase/resources/exports.rbi +1 -1
- data/rbi/increase/resources/external_accounts.rbi +1 -1
- data/rbi/increase/resources/fednow_transfers.rbi +1 -1
- data/rbi/increase/resources/files.rbi +1 -1
- data/rbi/increase/resources/inbound_ach_transfers.rbi +1 -1
- data/rbi/increase/resources/inbound_check_deposits.rbi +1 -1
- data/rbi/increase/resources/inbound_fednow_transfers.rbi +1 -1
- data/rbi/increase/resources/inbound_mail_items.rbi +1 -1
- data/rbi/increase/resources/inbound_real_time_payments_transfers.rbi +1 -3
- data/rbi/increase/resources/inbound_wire_drawdown_requests.rbi +1 -3
- data/rbi/increase/resources/inbound_wire_transfers.rbi +1 -1
- data/rbi/increase/resources/intrafi_account_enrollments.rbi +1 -1
- data/rbi/increase/resources/intrafi_exclusions.rbi +1 -1
- data/rbi/increase/resources/lockboxes.rbi +1 -1
- data/rbi/increase/resources/oauth_applications.rbi +1 -1
- data/rbi/increase/resources/oauth_connections.rbi +1 -1
- data/rbi/increase/resources/pending_transactions.rbi +1 -1
- data/rbi/increase/resources/physical_card_profiles.rbi +1 -1
- data/rbi/increase/resources/physical_cards.rbi +1 -1
- data/rbi/increase/resources/programs.rbi +1 -1
- data/rbi/increase/resources/real_time_payments_transfers.rbi +1 -1
- data/rbi/increase/resources/routing_numbers.rbi +1 -3
- data/rbi/increase/resources/supplemental_documents.rbi +1 -3
- data/rbi/increase/resources/transactions.rbi +1 -1
- data/rbi/increase/resources/wire_drawdown_requests.rbi +1 -1
- data/rbi/increase/resources/wire_transfers.rbi +1 -1
- data/sig/increase/internal/page.rbs +2 -2
- data/sig/increase/models/account_list_response.rbs +19 -0
- data/sig/increase/models/account_number_list_response.rbs +22 -0
- data/sig/increase/models/account_statement_list_response.rbs +22 -0
- data/sig/increase/models/account_transfer_list_response.rbs +22 -0
- data/sig/increase/models/ach_prenotification_list_response.rbs +22 -0
- data/sig/increase/models/ach_transfer_list_response.rbs +22 -0
- data/sig/increase/models/bookkeeping_account_list_response.rbs +22 -0
- data/sig/increase/models/bookkeeping_entry_list_response.rbs +22 -0
- data/sig/increase/models/bookkeeping_entry_set_list_response.rbs +22 -0
- data/sig/increase/models/card_dispute_list_response.rbs +22 -0
- data/sig/increase/models/card_list_response.rbs +19 -0
- data/sig/increase/models/card_payment_list_response.rbs +22 -0
- data/sig/increase/models/card_purchase_supplement_list_response.rbs +22 -0
- data/sig/increase/models/card_push_transfer_list_response.rbs +22 -0
- data/sig/increase/models/card_token_list_response.rbs +22 -0
- data/sig/increase/models/card_validation_list_response.rbs +22 -0
- data/sig/increase/models/check_deposit_list_response.rbs +22 -0
- data/sig/increase/models/check_transfer.rbs +5 -0
- data/sig/increase/models/check_transfer_create_params.rbs +7 -0
- data/sig/increase/models/check_transfer_list_response.rbs +22 -0
- data/sig/increase/models/declined_transaction_list_response.rbs +22 -0
- data/sig/increase/models/digital_card_profile_list_response.rbs +22 -0
- data/sig/increase/models/digital_wallet_token_list_response.rbs +22 -0
- data/sig/increase/models/document_list_response.rbs +22 -0
- data/sig/increase/models/entity_list_response.rbs +19 -0
- data/sig/increase/models/event_list_response.rbs +19 -0
- data/sig/increase/models/event_subscription_list_response.rbs +22 -0
- data/sig/increase/models/export_list_response.rbs +19 -0
- data/sig/increase/models/external_account_list_response.rbs +22 -0
- data/sig/increase/models/fednow_transfer_list_response.rbs +22 -0
- data/sig/increase/models/file.rbs +4 -0
- data/sig/increase/models/file_create_params.rbs +4 -0
- data/sig/increase/models/file_list_params.rbs +4 -0
- data/sig/increase/models/file_list_response.rbs +19 -0
- data/sig/increase/models/inbound_ach_transfer_list_response.rbs +22 -0
- data/sig/increase/models/inbound_check_deposit_list_response.rbs +22 -0
- data/sig/increase/models/inbound_fednow_transfer_list_response.rbs +22 -0
- data/sig/increase/models/inbound_mail_item_list_response.rbs +22 -0
- data/sig/increase/models/inbound_real_time_payments_transfer_list_response.rbs +25 -0
- data/sig/increase/models/inbound_wire_drawdown_request_list_response.rbs +25 -0
- data/sig/increase/models/inbound_wire_transfer_list_response.rbs +22 -0
- data/sig/increase/models/intrafi_account_enrollment_list_response.rbs +25 -0
- data/sig/increase/models/intrafi_exclusion_list_response.rbs +22 -0
- data/sig/increase/models/lockbox_list_response.rbs +19 -0
- data/sig/increase/models/oauth_application_list_response.rbs +22 -0
- data/sig/increase/models/oauth_connection_list_response.rbs +22 -0
- data/sig/increase/models/pending_transaction_list_response.rbs +22 -0
- data/sig/increase/models/physical_card_list_response.rbs +22 -0
- data/sig/increase/models/physical_card_profile_list_response.rbs +22 -0
- data/sig/increase/models/program_list_response.rbs +19 -0
- data/sig/increase/models/real_time_payments_transfer_list_response.rbs +25 -0
- data/sig/increase/models/routing_number_list_response.rbs +95 -73
- data/sig/increase/models/supplemental_document_list_response.rbs +25 -0
- data/sig/increase/models/transaction_list_response.rbs +22 -0
- data/sig/increase/models/wire_drawdown_request_list_response.rbs +22 -0
- data/sig/increase/models/wire_transfer_list_response.rbs +22 -0
- data/sig/increase/resources/account_numbers.rbs +1 -1
- data/sig/increase/resources/account_statements.rbs +1 -1
- data/sig/increase/resources/account_transfers.rbs +1 -1
- data/sig/increase/resources/accounts.rbs +1 -1
- data/sig/increase/resources/ach_prenotifications.rbs +1 -1
- data/sig/increase/resources/ach_transfers.rbs +1 -1
- data/sig/increase/resources/bookkeeping_accounts.rbs +1 -1
- data/sig/increase/resources/bookkeeping_entries.rbs +1 -1
- data/sig/increase/resources/bookkeeping_entry_sets.rbs +1 -1
- data/sig/increase/resources/card_disputes.rbs +1 -1
- data/sig/increase/resources/card_payments.rbs +1 -1
- data/sig/increase/resources/card_purchase_supplements.rbs +1 -1
- data/sig/increase/resources/card_push_transfers.rbs +1 -1
- data/sig/increase/resources/card_tokens.rbs +1 -1
- data/sig/increase/resources/card_validations.rbs +1 -1
- data/sig/increase/resources/cards.rbs +1 -1
- data/sig/increase/resources/check_deposits.rbs +1 -1
- data/sig/increase/resources/check_transfers.rbs +1 -1
- data/sig/increase/resources/declined_transactions.rbs +1 -1
- data/sig/increase/resources/digital_card_profiles.rbs +1 -1
- data/sig/increase/resources/digital_wallet_tokens.rbs +1 -1
- data/sig/increase/resources/documents.rbs +1 -1
- data/sig/increase/resources/entities.rbs +1 -1
- data/sig/increase/resources/event_subscriptions.rbs +1 -1
- data/sig/increase/resources/events.rbs +1 -1
- data/sig/increase/resources/exports.rbs +1 -1
- data/sig/increase/resources/external_accounts.rbs +1 -1
- data/sig/increase/resources/fednow_transfers.rbs +1 -1
- data/sig/increase/resources/files.rbs +1 -1
- data/sig/increase/resources/inbound_ach_transfers.rbs +1 -1
- data/sig/increase/resources/inbound_check_deposits.rbs +1 -1
- data/sig/increase/resources/inbound_fednow_transfers.rbs +1 -1
- data/sig/increase/resources/inbound_mail_items.rbs +1 -1
- data/sig/increase/resources/inbound_real_time_payments_transfers.rbs +1 -1
- data/sig/increase/resources/inbound_wire_drawdown_requests.rbs +1 -1
- data/sig/increase/resources/inbound_wire_transfers.rbs +1 -1
- data/sig/increase/resources/intrafi_account_enrollments.rbs +1 -1
- data/sig/increase/resources/intrafi_exclusions.rbs +1 -1
- data/sig/increase/resources/lockboxes.rbs +1 -1
- data/sig/increase/resources/oauth_applications.rbs +1 -1
- data/sig/increase/resources/oauth_connections.rbs +1 -1
- data/sig/increase/resources/pending_transactions.rbs +1 -1
- data/sig/increase/resources/physical_card_profiles.rbs +1 -1
- data/sig/increase/resources/physical_cards.rbs +1 -1
- data/sig/increase/resources/programs.rbs +1 -1
- data/sig/increase/resources/real_time_payments_transfers.rbs +1 -1
- data/sig/increase/resources/routing_numbers.rbs +1 -1
- data/sig/increase/resources/supplemental_documents.rbs +1 -1
- data/sig/increase/resources/transactions.rbs +1 -1
- data/sig/increase/resources/wire_drawdown_requests.rbs +1 -1
- data/sig/increase/resources/wire_transfers.rbs +1 -1
- metadata +152 -2
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# typed: strong
|
|
2
|
+
|
|
3
|
+
module Increase
|
|
4
|
+
module Models
|
|
5
|
+
class WireDrawdownRequestListResponse < Increase::Internal::Type::BaseModel
|
|
6
|
+
OrHash =
|
|
7
|
+
T.type_alias do
|
|
8
|
+
T.any(
|
|
9
|
+
Increase::Models::WireDrawdownRequestListResponse,
|
|
10
|
+
Increase::Internal::AnyHash
|
|
11
|
+
)
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
# The contents of the list.
|
|
15
|
+
sig { returns(T::Array[Increase::WireDrawdownRequest]) }
|
|
16
|
+
attr_accessor :data
|
|
17
|
+
|
|
18
|
+
# A pointer to a place in the list.
|
|
19
|
+
sig { returns(T.nilable(String)) }
|
|
20
|
+
attr_accessor :next_cursor
|
|
21
|
+
|
|
22
|
+
# A list of Wire Drawdown Request objects.
|
|
23
|
+
sig do
|
|
24
|
+
params(
|
|
25
|
+
data: T::Array[Increase::WireDrawdownRequest::OrHash],
|
|
26
|
+
next_cursor: T.nilable(String)
|
|
27
|
+
).returns(T.attached_class)
|
|
28
|
+
end
|
|
29
|
+
def self.new(
|
|
30
|
+
# The contents of the list.
|
|
31
|
+
data:,
|
|
32
|
+
# A pointer to a place in the list.
|
|
33
|
+
next_cursor:
|
|
34
|
+
)
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
sig do
|
|
38
|
+
override.returns(
|
|
39
|
+
{
|
|
40
|
+
data: T::Array[Increase::WireDrawdownRequest],
|
|
41
|
+
next_cursor: T.nilable(String)
|
|
42
|
+
}
|
|
43
|
+
)
|
|
44
|
+
end
|
|
45
|
+
def to_hash
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
end
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# typed: strong
|
|
2
|
+
|
|
3
|
+
module Increase
|
|
4
|
+
module Models
|
|
5
|
+
class WireTransferListResponse < Increase::Internal::Type::BaseModel
|
|
6
|
+
OrHash =
|
|
7
|
+
T.type_alias do
|
|
8
|
+
T.any(
|
|
9
|
+
Increase::Models::WireTransferListResponse,
|
|
10
|
+
Increase::Internal::AnyHash
|
|
11
|
+
)
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
# The contents of the list.
|
|
15
|
+
sig { returns(T::Array[Increase::WireTransfer]) }
|
|
16
|
+
attr_accessor :data
|
|
17
|
+
|
|
18
|
+
# A pointer to a place in the list.
|
|
19
|
+
sig { returns(T.nilable(String)) }
|
|
20
|
+
attr_accessor :next_cursor
|
|
21
|
+
|
|
22
|
+
# A list of Wire Transfer objects.
|
|
23
|
+
sig do
|
|
24
|
+
params(
|
|
25
|
+
data: T::Array[Increase::WireTransfer::OrHash],
|
|
26
|
+
next_cursor: T.nilable(String)
|
|
27
|
+
).returns(T.attached_class)
|
|
28
|
+
end
|
|
29
|
+
def self.new(
|
|
30
|
+
# The contents of the list.
|
|
31
|
+
data:,
|
|
32
|
+
# A pointer to a place in the list.
|
|
33
|
+
next_cursor:
|
|
34
|
+
)
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
sig do
|
|
38
|
+
override.returns(
|
|
39
|
+
{
|
|
40
|
+
data: T::Array[Increase::WireTransfer],
|
|
41
|
+
next_cursor: T.nilable(String)
|
|
42
|
+
}
|
|
43
|
+
)
|
|
44
|
+
end
|
|
45
|
+
def to_hash
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
end
|
|
@@ -82,7 +82,7 @@ module Increase
|
|
|
82
82
|
limit: Integer,
|
|
83
83
|
status: Increase::AccountNumberListParams::Status::OrHash,
|
|
84
84
|
request_options: Increase::RequestOptions::OrHash
|
|
85
|
-
).returns(Increase::
|
|
85
|
+
).returns(Increase::Models::AccountNumberListResponse)
|
|
86
86
|
end
|
|
87
87
|
def list(
|
|
88
88
|
# Filter Account Numbers to those belonging to the specified Account.
|
|
@@ -26,7 +26,7 @@ module Increase
|
|
|
26
26
|
statement_period_start:
|
|
27
27
|
Increase::AccountStatementListParams::StatementPeriodStart::OrHash,
|
|
28
28
|
request_options: Increase::RequestOptions::OrHash
|
|
29
|
-
).returns(Increase::
|
|
29
|
+
).returns(Increase::Models::AccountStatementListResponse)
|
|
30
30
|
end
|
|
31
31
|
def list(
|
|
32
32
|
# Filter Account Statements to those belonging to the specified Account.
|
|
@@ -56,7 +56,7 @@ module Increase
|
|
|
56
56
|
idempotency_key: String,
|
|
57
57
|
limit: Integer,
|
|
58
58
|
request_options: Increase::RequestOptions::OrHash
|
|
59
|
-
).returns(Increase::
|
|
59
|
+
).returns(Increase::Models::AccountTransferListResponse)
|
|
60
60
|
end
|
|
61
61
|
def list(
|
|
62
62
|
# Filter Account Transfers to those that originated from the specified Account.
|
|
@@ -75,7 +75,7 @@ module Increase
|
|
|
75
75
|
program_id: String,
|
|
76
76
|
status: Increase::AccountListParams::Status::OrHash,
|
|
77
77
|
request_options: Increase::RequestOptions::OrHash
|
|
78
|
-
).returns(Increase::
|
|
78
|
+
).returns(Increase::Models::AccountListResponse)
|
|
79
79
|
end
|
|
80
80
|
def list(
|
|
81
81
|
created_at: nil,
|
|
@@ -80,7 +80,7 @@ module Increase
|
|
|
80
80
|
idempotency_key: String,
|
|
81
81
|
limit: Integer,
|
|
82
82
|
request_options: Increase::RequestOptions::OrHash
|
|
83
|
-
).returns(Increase::
|
|
83
|
+
).returns(Increase::Models::ACHPrenotificationListResponse)
|
|
84
84
|
end
|
|
85
85
|
def list(
|
|
86
86
|
created_at: nil,
|
|
@@ -119,7 +119,7 @@ module Increase
|
|
|
119
119
|
limit: Integer,
|
|
120
120
|
status: Increase::ACHTransferListParams::Status::OrHash,
|
|
121
121
|
request_options: Increase::RequestOptions::OrHash
|
|
122
|
-
).returns(Increase::
|
|
122
|
+
).returns(Increase::Models::ACHTransferListResponse)
|
|
123
123
|
end
|
|
124
124
|
def list(
|
|
125
125
|
# Filter ACH Transfers to those that originated from the specified Account.
|
|
@@ -51,7 +51,7 @@ module Increase
|
|
|
51
51
|
idempotency_key: String,
|
|
52
52
|
limit: Integer,
|
|
53
53
|
request_options: Increase::RequestOptions::OrHash
|
|
54
|
-
).returns(Increase::
|
|
54
|
+
).returns(Increase::Models::BookkeepingAccountListResponse)
|
|
55
55
|
end
|
|
56
56
|
def list(
|
|
57
57
|
# Return the page of entries after this one.
|
|
@@ -24,7 +24,7 @@ module Increase
|
|
|
24
24
|
cursor: String,
|
|
25
25
|
limit: Integer,
|
|
26
26
|
request_options: Increase::RequestOptions::OrHash
|
|
27
|
-
).returns(Increase::
|
|
27
|
+
).returns(Increase::Models::BookkeepingEntryListResponse)
|
|
28
28
|
end
|
|
29
29
|
def list(
|
|
30
30
|
# The identifier for the Bookkeeping Account to filter by.
|
|
@@ -47,7 +47,7 @@ module Increase
|
|
|
47
47
|
limit: Integer,
|
|
48
48
|
transaction_id: String,
|
|
49
49
|
request_options: Increase::RequestOptions::OrHash
|
|
50
|
-
).returns(Increase::
|
|
50
|
+
).returns(Increase::Models::BookkeepingEntrySetListResponse)
|
|
51
51
|
end
|
|
52
52
|
def list(
|
|
53
53
|
# Return the page of entries after this one.
|
|
@@ -59,7 +59,7 @@ module Increase
|
|
|
59
59
|
limit: Integer,
|
|
60
60
|
status: Increase::CardDisputeListParams::Status::OrHash,
|
|
61
61
|
request_options: Increase::RequestOptions::OrHash
|
|
62
|
-
).returns(Increase::
|
|
62
|
+
).returns(Increase::Models::CardDisputeListResponse)
|
|
63
63
|
end
|
|
64
64
|
def list(
|
|
65
65
|
created_at: nil,
|
|
@@ -26,7 +26,7 @@ module Increase
|
|
|
26
26
|
cursor: String,
|
|
27
27
|
limit: Integer,
|
|
28
28
|
request_options: Increase::RequestOptions::OrHash
|
|
29
|
-
).returns(Increase::
|
|
29
|
+
).returns(Increase::Models::CardPaymentListResponse)
|
|
30
30
|
end
|
|
31
31
|
def list(
|
|
32
32
|
# Filter Card Payments to ones belonging to the specified Account.
|
|
@@ -26,7 +26,7 @@ module Increase
|
|
|
26
26
|
cursor: String,
|
|
27
27
|
limit: Integer,
|
|
28
28
|
request_options: Increase::RequestOptions::OrHash
|
|
29
|
-
).returns(Increase::
|
|
29
|
+
).returns(Increase::Models::CardPurchaseSupplementListResponse)
|
|
30
30
|
end
|
|
31
31
|
def list(
|
|
32
32
|
# Filter Card Purchase Supplements to ones belonging to the specified Card
|
|
@@ -102,7 +102,7 @@ module Increase
|
|
|
102
102
|
limit: Integer,
|
|
103
103
|
status: Increase::CardPushTransferListParams::Status::OrHash,
|
|
104
104
|
request_options: Increase::RequestOptions::OrHash
|
|
105
|
-
).returns(Increase::
|
|
105
|
+
).returns(Increase::Models::CardPushTransferListResponse)
|
|
106
106
|
end
|
|
107
107
|
def list(
|
|
108
108
|
# Filter Card Push Transfers to ones belonging to the specified Account.
|
|
@@ -24,7 +24,7 @@ module Increase
|
|
|
24
24
|
cursor: String,
|
|
25
25
|
limit: Integer,
|
|
26
26
|
request_options: Increase::RequestOptions::OrHash
|
|
27
|
-
).returns(Increase::
|
|
27
|
+
).returns(Increase::Models::CardTokenListResponse)
|
|
28
28
|
end
|
|
29
29
|
def list(
|
|
30
30
|
created_at: nil,
|
|
@@ -77,7 +77,7 @@ module Increase
|
|
|
77
77
|
limit: Integer,
|
|
78
78
|
status: Increase::CardValidationListParams::Status::OrHash,
|
|
79
79
|
request_options: Increase::RequestOptions::OrHash
|
|
80
|
-
).returns(Increase::
|
|
80
|
+
).returns(Increase::Models::CardValidationListResponse)
|
|
81
81
|
end
|
|
82
82
|
def list(
|
|
83
83
|
# Filter Card Validations to ones belonging to the specified Account.
|
|
@@ -90,7 +90,7 @@ module Increase
|
|
|
90
90
|
limit: Integer,
|
|
91
91
|
status: Increase::CardListParams::Status::OrHash,
|
|
92
92
|
request_options: Increase::RequestOptions::OrHash
|
|
93
|
-
).returns(Increase::
|
|
93
|
+
).returns(Increase::Models::CardListResponse)
|
|
94
94
|
end
|
|
95
95
|
def list(
|
|
96
96
|
# Filter Cards to ones belonging to the specified Account.
|
|
@@ -52,7 +52,7 @@ module Increase
|
|
|
52
52
|
idempotency_key: String,
|
|
53
53
|
limit: Integer,
|
|
54
54
|
request_options: Increase::RequestOptions::OrHash
|
|
55
|
-
).returns(Increase::
|
|
55
|
+
).returns(Increase::Models::CheckDepositListResponse)
|
|
56
56
|
end
|
|
57
57
|
def list(
|
|
58
58
|
# Filter Check Deposits to those belonging to the specified Account.
|
|
@@ -82,7 +82,7 @@ module Increase
|
|
|
82
82
|
limit: Integer,
|
|
83
83
|
status: Increase::CheckTransferListParams::Status::OrHash,
|
|
84
84
|
request_options: Increase::RequestOptions::OrHash
|
|
85
|
-
).returns(Increase::
|
|
85
|
+
).returns(Increase::Models::CheckTransferListResponse)
|
|
86
86
|
end
|
|
87
87
|
def list(
|
|
88
88
|
# Filter Check Transfers to those that originated from the specified Account.
|
|
@@ -28,7 +28,7 @@ module Increase
|
|
|
28
28
|
limit: Integer,
|
|
29
29
|
route_id: String,
|
|
30
30
|
request_options: Increase::RequestOptions::OrHash
|
|
31
|
-
).returns(Increase::
|
|
31
|
+
).returns(Increase::Models::DeclinedTransactionListResponse)
|
|
32
32
|
end
|
|
33
33
|
def list(
|
|
34
34
|
# Filter Declined Transactions to ones belonging to the specified Account.
|
|
@@ -64,7 +64,7 @@ module Increase
|
|
|
64
64
|
limit: Integer,
|
|
65
65
|
status: Increase::DigitalCardProfileListParams::Status::OrHash,
|
|
66
66
|
request_options: Increase::RequestOptions::OrHash
|
|
67
|
-
).returns(Increase::
|
|
67
|
+
).returns(Increase::Models::DigitalCardProfileListResponse)
|
|
68
68
|
end
|
|
69
69
|
def list(
|
|
70
70
|
# Return the page of entries after this one.
|
|
@@ -25,7 +25,7 @@ module Increase
|
|
|
25
25
|
cursor: String,
|
|
26
26
|
limit: Integer,
|
|
27
27
|
request_options: Increase::RequestOptions::OrHash
|
|
28
|
-
).returns(Increase::
|
|
28
|
+
).returns(Increase::Models::DigitalWalletTokenListResponse)
|
|
29
29
|
end
|
|
30
30
|
def list(
|
|
31
31
|
# Filter Digital Wallet Tokens to ones belonging to the specified Card.
|
|
@@ -51,7 +51,7 @@ module Increase
|
|
|
51
51
|
idempotency_key: String,
|
|
52
52
|
limit: Integer,
|
|
53
53
|
request_options: Increase::RequestOptions::OrHash
|
|
54
|
-
).returns(Increase::
|
|
54
|
+
).returns(Increase::Models::DocumentListResponse)
|
|
55
55
|
end
|
|
56
56
|
def list(
|
|
57
57
|
category: nil,
|
|
@@ -128,7 +128,7 @@ module Increase
|
|
|
128
128
|
limit: Integer,
|
|
129
129
|
status: Increase::EntityListParams::Status::OrHash,
|
|
130
130
|
request_options: Increase::RequestOptions::OrHash
|
|
131
|
-
).returns(Increase::
|
|
131
|
+
).returns(Increase::Models::EntityListResponse)
|
|
132
132
|
end
|
|
133
133
|
def list(
|
|
134
134
|
created_at: nil,
|
|
@@ -71,7 +71,7 @@ module Increase
|
|
|
71
71
|
idempotency_key: String,
|
|
72
72
|
limit: Integer,
|
|
73
73
|
request_options: Increase::RequestOptions::OrHash
|
|
74
|
-
).returns(Increase::
|
|
74
|
+
).returns(Increase::Models::EventSubscriptionListResponse)
|
|
75
75
|
end
|
|
76
76
|
def list(
|
|
77
77
|
# Return the page of entries after this one.
|
|
@@ -26,7 +26,7 @@ module Increase
|
|
|
26
26
|
cursor: String,
|
|
27
27
|
limit: Integer,
|
|
28
28
|
request_options: Increase::RequestOptions::OrHash
|
|
29
|
-
).returns(Increase::
|
|
29
|
+
).returns(Increase::Models::EventListResponse)
|
|
30
30
|
end
|
|
31
31
|
def list(
|
|
32
32
|
# Filter Events to those belonging to the object with the provided identifier.
|
|
@@ -70,7 +70,7 @@ module Increase
|
|
|
70
70
|
limit: Integer,
|
|
71
71
|
status: Increase::ExportListParams::Status::OrHash,
|
|
72
72
|
request_options: Increase::RequestOptions::OrHash
|
|
73
|
-
).returns(Increase::
|
|
73
|
+
).returns(Increase::Models::ExportListResponse)
|
|
74
74
|
end
|
|
75
75
|
def list(
|
|
76
76
|
category: nil,
|
|
@@ -81,7 +81,7 @@ module Increase
|
|
|
81
81
|
routing_number: String,
|
|
82
82
|
status: Increase::ExternalAccountListParams::Status::OrHash,
|
|
83
83
|
request_options: Increase::RequestOptions::OrHash
|
|
84
|
-
).returns(Increase::
|
|
84
|
+
).returns(Increase::Models::ExternalAccountListResponse)
|
|
85
85
|
end
|
|
86
86
|
def list(
|
|
87
87
|
# Return the page of entries after this one.
|
|
@@ -78,7 +78,7 @@ module Increase
|
|
|
78
78
|
limit: Integer,
|
|
79
79
|
status: Increase::FednowTransferListParams::Status::OrHash,
|
|
80
80
|
request_options: Increase::RequestOptions::OrHash
|
|
81
|
-
).returns(Increase::
|
|
81
|
+
).returns(Increase::Models::FednowTransferListResponse)
|
|
82
82
|
end
|
|
83
83
|
def list(
|
|
84
84
|
# Filter FedNow Transfers to those that originated from the specified Account.
|
|
@@ -50,7 +50,7 @@ module Increase
|
|
|
50
50
|
limit: Integer,
|
|
51
51
|
purpose: Increase::FileListParams::Purpose::OrHash,
|
|
52
52
|
request_options: Increase::RequestOptions::OrHash
|
|
53
|
-
).returns(Increase::
|
|
53
|
+
).returns(Increase::Models::FileListResponse)
|
|
54
54
|
end
|
|
55
55
|
def list(
|
|
56
56
|
created_at: nil,
|
|
@@ -27,7 +27,7 @@ module Increase
|
|
|
27
27
|
limit: Integer,
|
|
28
28
|
status: Increase::InboundACHTransferListParams::Status::OrHash,
|
|
29
29
|
request_options: Increase::RequestOptions::OrHash
|
|
30
|
-
).returns(Increase::
|
|
30
|
+
).returns(Increase::Models::InboundACHTransferListResponse)
|
|
31
31
|
end
|
|
32
32
|
def list(
|
|
33
33
|
# Filter Inbound ACH Transfers to ones belonging to the specified Account.
|
|
@@ -27,7 +27,7 @@ module Increase
|
|
|
27
27
|
cursor: String,
|
|
28
28
|
limit: Integer,
|
|
29
29
|
request_options: Increase::RequestOptions::OrHash
|
|
30
|
-
).returns(Increase::
|
|
30
|
+
).returns(Increase::Models::InboundCheckDepositListResponse)
|
|
31
31
|
end
|
|
32
32
|
def list(
|
|
33
33
|
# Filter Inbound Check Deposits to those belonging to the specified Account.
|
|
@@ -27,7 +27,7 @@ module Increase
|
|
|
27
27
|
cursor: String,
|
|
28
28
|
limit: Integer,
|
|
29
29
|
request_options: Increase::RequestOptions::OrHash
|
|
30
|
-
).returns(Increase::
|
|
30
|
+
).returns(Increase::Models::InboundFednowTransferListResponse)
|
|
31
31
|
end
|
|
32
32
|
def list(
|
|
33
33
|
# Filter Inbound FedNow Transfers to those belonging to the specified Account.
|
|
@@ -25,7 +25,7 @@ module Increase
|
|
|
25
25
|
limit: Integer,
|
|
26
26
|
lockbox_id: String,
|
|
27
27
|
request_options: Increase::RequestOptions::OrHash
|
|
28
|
-
).returns(Increase::
|
|
28
|
+
).returns(Increase::Models::InboundMailItemListResponse)
|
|
29
29
|
end
|
|
30
30
|
def list(
|
|
31
31
|
created_at: nil,
|
|
@@ -27,9 +27,7 @@ module Increase
|
|
|
27
27
|
cursor: String,
|
|
28
28
|
limit: Integer,
|
|
29
29
|
request_options: Increase::RequestOptions::OrHash
|
|
30
|
-
).returns(
|
|
31
|
-
Increase::Internal::Page[Increase::InboundRealTimePaymentsTransfer]
|
|
32
|
-
)
|
|
30
|
+
).returns(Increase::Models::InboundRealTimePaymentsTransferListResponse)
|
|
33
31
|
end
|
|
34
32
|
def list(
|
|
35
33
|
# Filter Inbound Real-Time Payments Transfers to those belonging to the specified
|
|
@@ -23,9 +23,7 @@ module Increase
|
|
|
23
23
|
cursor: String,
|
|
24
24
|
limit: Integer,
|
|
25
25
|
request_options: Increase::RequestOptions::OrHash
|
|
26
|
-
).returns(
|
|
27
|
-
Increase::Internal::Page[Increase::InboundWireDrawdownRequest]
|
|
28
|
-
)
|
|
26
|
+
).returns(Increase::Models::InboundWireDrawdownRequestListResponse)
|
|
29
27
|
end
|
|
30
28
|
def list(
|
|
31
29
|
# Return the page of entries after this one.
|
|
@@ -29,7 +29,7 @@ module Increase
|
|
|
29
29
|
status: Increase::InboundWireTransferListParams::Status::OrHash,
|
|
30
30
|
wire_drawdown_request_id: String,
|
|
31
31
|
request_options: Increase::RequestOptions::OrHash
|
|
32
|
-
).returns(Increase::
|
|
32
|
+
).returns(Increase::Models::InboundWireTransferListResponse)
|
|
33
33
|
end
|
|
34
34
|
def list(
|
|
35
35
|
# Filter Inbound Wire Transfers to ones belonging to the specified Account.
|
|
@@ -43,7 +43,7 @@ module Increase
|
|
|
43
43
|
limit: Integer,
|
|
44
44
|
status: Increase::IntrafiAccountEnrollmentListParams::Status::OrHash,
|
|
45
45
|
request_options: Increase::RequestOptions::OrHash
|
|
46
|
-
).returns(Increase::
|
|
46
|
+
).returns(Increase::Models::IntrafiAccountEnrollmentListResponse)
|
|
47
47
|
end
|
|
48
48
|
def list(
|
|
49
49
|
# Filter IntraFi Account Enrollments to the one belonging to an account.
|
|
@@ -42,7 +42,7 @@ module Increase
|
|
|
42
42
|
idempotency_key: String,
|
|
43
43
|
limit: Integer,
|
|
44
44
|
request_options: Increase::RequestOptions::OrHash
|
|
45
|
-
).returns(Increase::
|
|
45
|
+
).returns(Increase::Models::IntrafiExclusionListResponse)
|
|
46
46
|
end
|
|
47
47
|
def list(
|
|
48
48
|
# Return the page of entries after this one.
|
|
@@ -70,7 +70,7 @@ module Increase
|
|
|
70
70
|
idempotency_key: String,
|
|
71
71
|
limit: Integer,
|
|
72
72
|
request_options: Increase::RequestOptions::OrHash
|
|
73
|
-
).returns(Increase::
|
|
73
|
+
).returns(Increase::Models::LockboxListResponse)
|
|
74
74
|
end
|
|
75
75
|
def list(
|
|
76
76
|
# Filter Lockboxes to those associated with the provided Account.
|
|
@@ -25,7 +25,7 @@ module Increase
|
|
|
25
25
|
limit: Integer,
|
|
26
26
|
status: Increase::OAuthApplicationListParams::Status::OrHash,
|
|
27
27
|
request_options: Increase::RequestOptions::OrHash
|
|
28
|
-
).returns(Increase::
|
|
28
|
+
).returns(Increase::Models::OAuthApplicationListResponse)
|
|
29
29
|
end
|
|
30
30
|
def list(
|
|
31
31
|
created_at: nil,
|
|
@@ -25,7 +25,7 @@ module Increase
|
|
|
25
25
|
oauth_application_id: String,
|
|
26
26
|
status: Increase::OAuthConnectionListParams::Status::OrHash,
|
|
27
27
|
request_options: Increase::RequestOptions::OrHash
|
|
28
|
-
).returns(Increase::
|
|
28
|
+
).returns(Increase::Models::OAuthConnectionListResponse)
|
|
29
29
|
end
|
|
30
30
|
def list(
|
|
31
31
|
# Return the page of entries after this one.
|
|
@@ -53,7 +53,7 @@ module Increase
|
|
|
53
53
|
route_id: String,
|
|
54
54
|
status: Increase::PendingTransactionListParams::Status::OrHash,
|
|
55
55
|
request_options: Increase::RequestOptions::OrHash
|
|
56
|
-
).returns(Increase::
|
|
56
|
+
).returns(Increase::Models::PendingTransactionListResponse)
|
|
57
57
|
end
|
|
58
58
|
def list(
|
|
59
59
|
# Filter pending transactions to those belonging to the specified Account.
|
|
@@ -56,7 +56,7 @@ module Increase
|
|
|
56
56
|
limit: Integer,
|
|
57
57
|
status: Increase::PhysicalCardProfileListParams::Status::OrHash,
|
|
58
58
|
request_options: Increase::RequestOptions::OrHash
|
|
59
|
-
).returns(Increase::
|
|
59
|
+
).returns(Increase::Models::PhysicalCardProfileListResponse)
|
|
60
60
|
end
|
|
61
61
|
def list(
|
|
62
62
|
# Return the page of entries after this one.
|
|
@@ -67,7 +67,7 @@ module Increase
|
|
|
67
67
|
idempotency_key: String,
|
|
68
68
|
limit: Integer,
|
|
69
69
|
request_options: Increase::RequestOptions::OrHash
|
|
70
|
-
).returns(Increase::
|
|
70
|
+
).returns(Increase::Models::PhysicalCardListResponse)
|
|
71
71
|
end
|
|
72
72
|
def list(
|
|
73
73
|
# Filter Physical Cards to ones belonging to the specified Card.
|
|
@@ -23,7 +23,7 @@ module Increase
|
|
|
23
23
|
cursor: String,
|
|
24
24
|
limit: Integer,
|
|
25
25
|
request_options: Increase::RequestOptions::OrHash
|
|
26
|
-
).returns(Increase::
|
|
26
|
+
).returns(Increase::Models::ProgramListResponse)
|
|
27
27
|
end
|
|
28
28
|
def list(
|
|
29
29
|
# Return the page of entries after this one.
|
|
@@ -80,7 +80,7 @@ module Increase
|
|
|
80
80
|
limit: Integer,
|
|
81
81
|
status: Increase::RealTimePaymentsTransferListParams::Status::OrHash,
|
|
82
82
|
request_options: Increase::RequestOptions::OrHash
|
|
83
|
-
).returns(Increase::
|
|
83
|
+
).returns(Increase::Models::RealTimePaymentsTransferListResponse)
|
|
84
84
|
end
|
|
85
85
|
def list(
|
|
86
86
|
# Filter Real-Time Payments Transfers to those belonging to the specified Account.
|
|
@@ -13,9 +13,7 @@ module Increase
|
|
|
13
13
|
cursor: String,
|
|
14
14
|
limit: Integer,
|
|
15
15
|
request_options: Increase::RequestOptions::OrHash
|
|
16
|
-
).returns(
|
|
17
|
-
Increase::Internal::Page[Increase::Models::RoutingNumberListResponse]
|
|
18
|
-
)
|
|
16
|
+
).returns(Increase::Models::RoutingNumberListResponse)
|
|
19
17
|
end
|
|
20
18
|
def list(
|
|
21
19
|
# Filter financial institutions by routing number.
|
|
@@ -28,9 +28,7 @@ module Increase
|
|
|
28
28
|
idempotency_key: String,
|
|
29
29
|
limit: Integer,
|
|
30
30
|
request_options: Increase::RequestOptions::OrHash
|
|
31
|
-
).returns(
|
|
32
|
-
Increase::Internal::Page[Increase::EntitySupplementalDocument]
|
|
33
|
-
)
|
|
31
|
+
).returns(Increase::Models::SupplementalDocumentListResponse)
|
|
34
32
|
end
|
|
35
33
|
def list(
|
|
36
34
|
# The identifier of the Entity to list supplemental documents for.
|
|
@@ -27,7 +27,7 @@ module Increase
|
|
|
27
27
|
limit: Integer,
|
|
28
28
|
route_id: String,
|
|
29
29
|
request_options: Increase::RequestOptions::OrHash
|
|
30
|
-
).returns(Increase::
|
|
30
|
+
).returns(Increase::Models::TransactionListResponse)
|
|
31
31
|
end
|
|
32
32
|
def list(
|
|
33
33
|
# Filter Transactions for those belonging to the specified Account.
|
|
@@ -69,7 +69,7 @@ module Increase
|
|
|
69
69
|
limit: Integer,
|
|
70
70
|
status: Increase::WireDrawdownRequestListParams::Status::OrHash,
|
|
71
71
|
request_options: Increase::RequestOptions::OrHash
|
|
72
|
-
).returns(Increase::
|
|
72
|
+
).returns(Increase::Models::WireDrawdownRequestListResponse)
|
|
73
73
|
end
|
|
74
74
|
def list(
|
|
75
75
|
# Return the page of entries after this one.
|
|
@@ -76,7 +76,7 @@ module Increase
|
|
|
76
76
|
idempotency_key: String,
|
|
77
77
|
limit: Integer,
|
|
78
78
|
request_options: Increase::RequestOptions::OrHash
|
|
79
|
-
).returns(Increase::
|
|
79
|
+
).returns(Increase::Models::WireTransferListResponse)
|
|
80
80
|
end
|
|
81
81
|
def list(
|
|
82
82
|
# Filter Wire Transfers to those belonging to the specified Account.
|