increase 1.346.0 → 1.347.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/README.md +1 -1
- data/lib/increase/models/account.rb +3 -0
- data/lib/increase/models/account_list_params.rb +4 -0
- data/lib/increase/models/account_number_list_params.rb +4 -0
- data/lib/increase/models/account_statement_list_params.rb +4 -0
- data/lib/increase/models/account_transfer_list_params.rb +4 -0
- data/lib/increase/models/ach_prenotification_create_params.rb +12 -0
- data/lib/increase/models/ach_prenotification_list_params.rb +4 -0
- data/lib/increase/models/ach_transfer_create_params.rb +6 -0
- data/lib/increase/models/ach_transfer_list_params.rb +4 -0
- data/lib/increase/models/beneficial_owner_create_params.rb +12 -1
- data/lib/increase/models/beneficial_owner_list_params.rb +4 -0
- data/lib/increase/models/beneficial_owner_update_params.rb +12 -1
- data/lib/increase/models/card_dispute_list_params.rb +4 -0
- data/lib/increase/models/card_list_params.rb +4 -0
- data/lib/increase/models/card_payment_list_params.rb +4 -0
- data/lib/increase/models/card_purchase_supplement_list_params.rb +4 -0
- data/lib/increase/models/card_push_transfer_list_params.rb +4 -0
- data/lib/increase/models/card_token_list_params.rb +4 -0
- data/lib/increase/models/card_validation_list_params.rb +4 -0
- data/lib/increase/models/check_deposit_list_params.rb +4 -0
- data/lib/increase/models/check_transfer_list_params.rb +4 -0
- data/lib/increase/models/declined_transaction_list_params.rb +4 -0
- data/lib/increase/models/digital_card_profile_list_params.rb +4 -0
- data/lib/increase/models/digital_wallet_token_list_params.rb +4 -0
- data/lib/increase/models/entity_create_params.rb +75 -12
- data/lib/increase/models/entity_list_params.rb +4 -0
- data/lib/increase/models/entity_onboarding_session_list_params.rb +4 -0
- data/lib/increase/models/entity_update_params.rb +24 -2
- data/lib/increase/models/event.rb +6 -0
- data/lib/increase/models/event_list_params.rb +16 -0
- data/lib/increase/models/event_subscription.rb +6 -0
- data/lib/increase/models/event_subscription_create_params.rb +6 -0
- data/lib/increase/models/event_subscription_list_params.rb +4 -0
- data/lib/increase/models/export_list_params.rb +4 -0
- data/lib/increase/models/external_account_create_params.rb +9 -3
- data/lib/increase/models/external_account_list_params.rb +4 -0
- data/lib/increase/models/fednow_transfer_list_params.rb +4 -0
- data/lib/increase/models/file.rb +2 -2
- data/lib/increase/models/file_create_params.rb +8 -2
- data/lib/increase/models/file_list_params.rb +6 -2
- data/lib/increase/models/inbound_ach_transfer_list_params.rb +4 -0
- data/lib/increase/models/inbound_check_deposit.rb +14 -1
- data/lib/increase/models/inbound_check_deposit_list_params.rb +4 -0
- data/lib/increase/models/inbound_fednow_transfer_list_params.rb +4 -0
- data/lib/increase/models/inbound_mail_item_list_params.rb +4 -0
- data/lib/increase/models/inbound_real_time_payments_transfer_list_params.rb +4 -0
- data/lib/increase/models/inbound_wire_drawdown_request_list_params.rb +4 -0
- data/lib/increase/models/inbound_wire_transfer_list_params.rb +4 -0
- data/lib/increase/models/intrafi_account_enrollment_list_params.rb +4 -0
- data/lib/increase/models/intrafi_exclusion_list_params.rb +4 -0
- data/lib/increase/models/lockbox_address_list_params.rb +4 -0
- data/lib/increase/models/lockbox_recipient_list_params.rb +4 -0
- data/lib/increase/models/oauth_application_list_params.rb +4 -0
- data/lib/increase/models/oauth_connection_list_params.rb +4 -0
- data/lib/increase/models/pending_transaction_list_params.rb +4 -0
- data/lib/increase/models/physical_card_list_params.rb +4 -0
- data/lib/increase/models/physical_card_profile_create_params.rb +13 -4
- data/lib/increase/models/physical_card_profile_list_params.rb +4 -0
- data/lib/increase/models/program.rb +3 -0
- data/lib/increase/models/program_list_params.rb +4 -0
- data/lib/increase/models/real_time_payments_transfer_list_params.rb +4 -0
- data/lib/increase/models/routing_number_list_params.rb +4 -0
- data/lib/increase/models/routing_number_list_response.rb +27 -1
- data/lib/increase/models/simulations/ach_transfer_return_params.rb +3 -0
- data/lib/increase/models/simulations/card_token_create_params.rb +6 -0
- data/lib/increase/models/simulations/check_deposit_adjustment_params.rb +9 -6
- data/lib/increase/models/simulations/program_create_params.rb +3 -0
- data/lib/increase/models/supplemental_document_list_params.rb +4 -0
- data/lib/increase/models/swift_transfer_list_params.rb +4 -0
- data/lib/increase/models/transaction_list_params.rb +4 -0
- data/lib/increase/models/unwrap_webhook_event.rb +6 -0
- data/lib/increase/models/wire_drawdown_request.rb +4 -4
- data/lib/increase/models/wire_drawdown_request_create_params.rb +4 -4
- data/lib/increase/models/wire_drawdown_request_list_params.rb +4 -0
- data/lib/increase/models/wire_transfer_create_params.rb +6 -6
- data/lib/increase/models/wire_transfer_list_params.rb +4 -0
- data/lib/increase/resources/account_numbers.rb +2 -0
- data/lib/increase/resources/account_statements.rb +2 -0
- data/lib/increase/resources/account_transfers.rb +2 -0
- data/lib/increase/resources/accounts.rb +2 -0
- data/lib/increase/resources/ach_prenotifications.rb +6 -0
- data/lib/increase/resources/ach_transfers.rb +4 -0
- data/lib/increase/resources/beneficial_owners.rb +2 -0
- data/lib/increase/resources/card_disputes.rb +2 -0
- data/lib/increase/resources/card_payments.rb +2 -0
- data/lib/increase/resources/card_purchase_supplements.rb +2 -0
- data/lib/increase/resources/card_push_transfers.rb +2 -0
- data/lib/increase/resources/card_tokens.rb +2 -0
- data/lib/increase/resources/card_validations.rb +2 -0
- data/lib/increase/resources/cards.rb +2 -0
- data/lib/increase/resources/check_deposits.rb +2 -0
- data/lib/increase/resources/check_transfers.rb +6 -1
- data/lib/increase/resources/declined_transactions.rb +2 -0
- data/lib/increase/resources/digital_card_profiles.rb +2 -0
- data/lib/increase/resources/digital_wallet_tokens.rb +2 -0
- data/lib/increase/resources/entities.rb +2 -0
- data/lib/increase/resources/entity_onboarding_sessions.rb +2 -0
- data/lib/increase/resources/event_subscriptions.rb +2 -0
- data/lib/increase/resources/events.rb +2 -0
- data/lib/increase/resources/exports.rb +2 -0
- data/lib/increase/resources/external_accounts.rb +5 -1
- data/lib/increase/resources/fednow_transfers.rb +2 -0
- data/lib/increase/resources/files.rb +4 -0
- data/lib/increase/resources/inbound_ach_transfers.rb +2 -0
- data/lib/increase/resources/inbound_check_deposits.rb +2 -0
- data/lib/increase/resources/inbound_fednow_transfers.rb +2 -0
- data/lib/increase/resources/inbound_mail_items.rb +2 -0
- data/lib/increase/resources/inbound_real_time_payments_transfers.rb +2 -0
- data/lib/increase/resources/inbound_wire_drawdown_requests.rb +2 -0
- data/lib/increase/resources/inbound_wire_transfers.rb +2 -0
- data/lib/increase/resources/intrafi_account_enrollments.rb +2 -0
- data/lib/increase/resources/intrafi_exclusions.rb +2 -0
- data/lib/increase/resources/lockbox_addresses.rb +2 -0
- data/lib/increase/resources/lockbox_recipients.rb +2 -0
- data/lib/increase/resources/oauth_applications.rb +2 -0
- data/lib/increase/resources/oauth_connections.rb +2 -0
- data/lib/increase/resources/pending_transactions.rb +2 -0
- data/lib/increase/resources/physical_card_profiles.rb +9 -2
- data/lib/increase/resources/physical_cards.rb +2 -0
- data/lib/increase/resources/programs.rb +2 -0
- data/lib/increase/resources/real_time_payments_transfers.rb +2 -0
- data/lib/increase/resources/routing_numbers.rb +2 -0
- data/lib/increase/resources/simulations/ach_transfers.rb +1 -0
- data/lib/increase/resources/simulations/check_deposits.rb +3 -2
- data/lib/increase/resources/simulations/inbound_check_deposits.rb +5 -4
- data/lib/increase/resources/supplemental_documents.rb +2 -0
- data/lib/increase/resources/swift_transfers.rb +2 -0
- data/lib/increase/resources/transactions.rb +2 -0
- data/lib/increase/resources/wire_drawdown_requests.rb +2 -0
- data/lib/increase/resources/wire_transfers.rb +2 -0
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/account.rbi +4 -0
- data/rbi/increase/models/account_list_params.rbi +4 -0
- data/rbi/increase/models/account_number_list_params.rbi +4 -0
- data/rbi/increase/models/account_statement_list_params.rbi +4 -0
- data/rbi/increase/models/account_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/ach_prenotification_create_params.rbi +12 -0
- data/rbi/increase/models/ach_prenotification_list_params.rbi +4 -0
- data/rbi/increase/models/ach_transfer_create_params.rbi +6 -0
- data/rbi/increase/models/ach_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/beneficial_owner_create_params.rbi +10 -0
- data/rbi/increase/models/beneficial_owner_list_params.rbi +4 -0
- data/rbi/increase/models/beneficial_owner_update_params.rbi +10 -0
- data/rbi/increase/models/card_dispute_list_params.rbi +4 -0
- data/rbi/increase/models/card_list_params.rbi +4 -0
- data/rbi/increase/models/card_payment_list_params.rbi +4 -0
- data/rbi/increase/models/card_purchase_supplement_list_params.rbi +4 -0
- data/rbi/increase/models/card_push_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/card_token_list_params.rbi +4 -0
- data/rbi/increase/models/card_validation_list_params.rbi +4 -0
- data/rbi/increase/models/check_deposit_list_params.rbi +4 -0
- data/rbi/increase/models/check_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/declined_transaction_list_params.rbi +4 -0
- data/rbi/increase/models/digital_card_profile_list_params.rbi +4 -0
- data/rbi/increase/models/digital_wallet_token_list_params.rbi +4 -0
- data/rbi/increase/models/entity_create_params.rbi +63 -6
- data/rbi/increase/models/entity_list_params.rbi +4 -0
- data/rbi/increase/models/entity_onboarding_session_list_params.rbi +4 -0
- data/rbi/increase/models/entity_update_params.rbi +20 -0
- data/rbi/increase/models/event.rbi +14 -0
- data/rbi/increase/models/event_list_params.rbi +24 -0
- data/rbi/increase/models/event_subscription.rbi +14 -0
- data/rbi/increase/models/event_subscription_create_params.rbi +14 -0
- data/rbi/increase/models/event_subscription_list_params.rbi +4 -0
- data/rbi/increase/models/export_list_params.rbi +4 -0
- data/rbi/increase/models/external_account_create_params.rbi +9 -3
- data/rbi/increase/models/external_account_list_params.rbi +4 -0
- data/rbi/increase/models/fednow_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/file.rbi +2 -2
- data/rbi/increase/models/file_create_params.rbi +8 -2
- data/rbi/increase/models/file_list_params.rbi +6 -2
- data/rbi/increase/models/inbound_ach_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_check_deposit.rbi +12 -0
- data/rbi/increase/models/inbound_check_deposit_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_fednow_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_mail_item_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_real_time_payments_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_wire_drawdown_request_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_wire_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/intrafi_account_enrollment_list_params.rbi +4 -0
- data/rbi/increase/models/intrafi_exclusion_list_params.rbi +4 -0
- data/rbi/increase/models/lockbox_address_list_params.rbi +4 -0
- data/rbi/increase/models/lockbox_recipient_list_params.rbi +4 -0
- data/rbi/increase/models/oauth_application_list_params.rbi +4 -0
- data/rbi/increase/models/oauth_connection_list_params.rbi +4 -0
- data/rbi/increase/models/pending_transaction_list_params.rbi +4 -0
- data/rbi/increase/models/physical_card_list_params.rbi +4 -0
- data/rbi/increase/models/physical_card_profile_create_params.rbi +12 -4
- data/rbi/increase/models/physical_card_profile_list_params.rbi +4 -0
- data/rbi/increase/models/program.rbi +4 -0
- data/rbi/increase/models/program_list_params.rbi +4 -0
- data/rbi/increase/models/real_time_payments_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/routing_number_list_params.rbi +4 -0
- data/rbi/increase/models/routing_number_list_response.rbi +52 -0
- data/rbi/increase/models/simulations/ach_transfer_return_params.rbi +3 -0
- data/rbi/increase/models/simulations/card_token_create_params.rbi +6 -0
- data/rbi/increase/models/simulations/check_deposit_adjustment_params.rbi +9 -6
- data/rbi/increase/models/simulations/program_create_params.rbi +7 -0
- data/rbi/increase/models/supplemental_document_list_params.rbi +4 -0
- data/rbi/increase/models/swift_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/transaction_list_params.rbi +4 -0
- data/rbi/increase/models/unwrap_webhook_event.rbi +14 -0
- data/rbi/increase/models/wire_drawdown_request.rbi +4 -4
- data/rbi/increase/models/wire_drawdown_request_create_params.rbi +4 -4
- data/rbi/increase/models/wire_drawdown_request_list_params.rbi +4 -0
- data/rbi/increase/models/wire_transfer_create_params.rbi +8 -4
- data/rbi/increase/models/wire_transfer_list_params.rbi +4 -0
- data/rbi/increase/resources/account_numbers.rbi +2 -0
- data/rbi/increase/resources/account_statements.rbi +2 -0
- data/rbi/increase/resources/account_transfers.rbi +2 -0
- data/rbi/increase/resources/accounts.rbi +2 -0
- data/rbi/increase/resources/ach_prenotifications.rbi +6 -0
- data/rbi/increase/resources/ach_transfers.rbi +4 -0
- data/rbi/increase/resources/beneficial_owners.rbi +2 -0
- data/rbi/increase/resources/card_disputes.rbi +2 -0
- data/rbi/increase/resources/card_payments.rbi +2 -0
- data/rbi/increase/resources/card_purchase_supplements.rbi +2 -0
- data/rbi/increase/resources/card_push_transfers.rbi +2 -0
- data/rbi/increase/resources/card_tokens.rbi +2 -0
- data/rbi/increase/resources/card_validations.rbi +2 -0
- data/rbi/increase/resources/cards.rbi +2 -0
- data/rbi/increase/resources/check_deposits.rbi +2 -0
- data/rbi/increase/resources/check_transfers.rbi +6 -1
- data/rbi/increase/resources/declined_transactions.rbi +2 -0
- data/rbi/increase/resources/digital_card_profiles.rbi +2 -0
- data/rbi/increase/resources/digital_wallet_tokens.rbi +2 -0
- data/rbi/increase/resources/entities.rbi +2 -0
- data/rbi/increase/resources/entity_onboarding_sessions.rbi +2 -0
- data/rbi/increase/resources/event_subscriptions.rbi +2 -0
- data/rbi/increase/resources/events.rbi +2 -0
- data/rbi/increase/resources/exports.rbi +2 -0
- data/rbi/increase/resources/external_accounts.rbi +5 -1
- data/rbi/increase/resources/fednow_transfers.rbi +2 -0
- data/rbi/increase/resources/files.rbi +4 -0
- data/rbi/increase/resources/inbound_ach_transfers.rbi +2 -0
- data/rbi/increase/resources/inbound_check_deposits.rbi +2 -0
- data/rbi/increase/resources/inbound_fednow_transfers.rbi +2 -0
- data/rbi/increase/resources/inbound_mail_items.rbi +2 -0
- data/rbi/increase/resources/inbound_real_time_payments_transfers.rbi +2 -0
- data/rbi/increase/resources/inbound_wire_drawdown_requests.rbi +2 -0
- data/rbi/increase/resources/inbound_wire_transfers.rbi +2 -0
- data/rbi/increase/resources/intrafi_account_enrollments.rbi +2 -0
- data/rbi/increase/resources/intrafi_exclusions.rbi +2 -0
- data/rbi/increase/resources/lockbox_addresses.rbi +2 -0
- data/rbi/increase/resources/lockbox_recipients.rbi +2 -0
- data/rbi/increase/resources/oauth_applications.rbi +2 -0
- data/rbi/increase/resources/oauth_connections.rbi +2 -0
- data/rbi/increase/resources/pending_transactions.rbi +2 -0
- data/rbi/increase/resources/physical_card_profiles.rbi +8 -2
- data/rbi/increase/resources/physical_cards.rbi +2 -0
- data/rbi/increase/resources/programs.rbi +2 -0
- data/rbi/increase/resources/real_time_payments_transfers.rbi +2 -0
- data/rbi/increase/resources/routing_numbers.rbi +2 -0
- data/rbi/increase/resources/simulations/ach_transfers.rbi +1 -0
- data/rbi/increase/resources/simulations/check_deposits.rbi +3 -2
- data/rbi/increase/resources/simulations/inbound_check_deposits.rbi +5 -4
- data/rbi/increase/resources/supplemental_documents.rbi +2 -0
- data/rbi/increase/resources/swift_transfers.rbi +2 -0
- data/rbi/increase/resources/transactions.rbi +2 -0
- data/rbi/increase/resources/wire_drawdown_requests.rbi +2 -0
- data/rbi/increase/resources/wire_transfers.rbi +2 -0
- data/sig/increase/models/account.rbs +5 -1
- data/sig/increase/models/event.rbs +8 -0
- data/sig/increase/models/event_list_params.rbs +8 -0
- data/sig/increase/models/event_subscription.rbs +8 -0
- data/sig/increase/models/event_subscription_create_params.rbs +8 -0
- data/sig/increase/models/file.rbs +2 -2
- data/sig/increase/models/file_create_params.rbs +2 -2
- data/sig/increase/models/file_list_params.rbs +2 -2
- data/sig/increase/models/inbound_check_deposit.rbs +5 -0
- data/sig/increase/models/program.rbs +5 -1
- data/sig/increase/models/routing_number_list_response.rbs +19 -0
- data/sig/increase/models/simulations/program_create_params.rbs +5 -1
- data/sig/increase/models/unwrap_webhook_event.rbs +8 -0
- data/sig/increase/models/wire_transfer_create_params.rbs +12 -4
- metadata +2 -2
|
@@ -18,6 +18,8 @@ module Increase
|
|
|
18
18
|
attr_accessor :file
|
|
19
19
|
|
|
20
20
|
# What the File will be used for in Increase's systems.
|
|
21
|
+
#
|
|
22
|
+
# Defaults to `other`.
|
|
21
23
|
sig { returns(Increase::FileCreateParams::Purpose::OrSymbol) }
|
|
22
24
|
attr_accessor :purpose
|
|
23
25
|
|
|
@@ -42,6 +44,8 @@ module Increase
|
|
|
42
44
|
# transfers for the multipart/form-data protocol.
|
|
43
45
|
file:,
|
|
44
46
|
# What the File will be used for in Increase's systems.
|
|
47
|
+
#
|
|
48
|
+
# Defaults to `other`.
|
|
45
49
|
purpose:,
|
|
46
50
|
# The description you choose to give the File.
|
|
47
51
|
description: nil,
|
|
@@ -63,6 +67,8 @@ module Increase
|
|
|
63
67
|
end
|
|
64
68
|
|
|
65
69
|
# What the File will be used for in Increase's systems.
|
|
70
|
+
#
|
|
71
|
+
# Defaults to `other`.
|
|
66
72
|
module Purpose
|
|
67
73
|
extend Increase::Internal::Type::Enum
|
|
68
74
|
|
|
@@ -161,14 +167,14 @@ module Increase
|
|
|
161
167
|
Increase::FileCreateParams::Purpose::TaggedSymbol
|
|
162
168
|
)
|
|
163
169
|
|
|
164
|
-
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
|
|
170
|
+
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch (DPI) and no other color but black.
|
|
165
171
|
PHYSICAL_CARD_FRONT =
|
|
166
172
|
T.let(
|
|
167
173
|
:physical_card_front,
|
|
168
174
|
Increase::FileCreateParams::Purpose::TaggedSymbol
|
|
169
175
|
)
|
|
170
176
|
|
|
171
|
-
# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
|
|
177
|
+
# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with a density of 300 dots per inch (DPI) and no other color but black.
|
|
172
178
|
PHYSICAL_CARD_CARRIER =
|
|
173
179
|
T.let(
|
|
174
180
|
:physical_card_carrier,
|
|
@@ -38,6 +38,8 @@ module Increase
|
|
|
38
38
|
|
|
39
39
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
40
40
|
# objects.
|
|
41
|
+
#
|
|
42
|
+
# Defaults to `100`.
|
|
41
43
|
sig { returns(T.nilable(Integer)) }
|
|
42
44
|
attr_reader :limit
|
|
43
45
|
|
|
@@ -71,6 +73,8 @@ module Increase
|
|
|
71
73
|
idempotency_key: nil,
|
|
72
74
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
73
75
|
# objects.
|
|
76
|
+
#
|
|
77
|
+
# Defaults to `100`.
|
|
74
78
|
limit: nil,
|
|
75
79
|
purpose: nil,
|
|
76
80
|
request_options: {}
|
|
@@ -357,7 +361,7 @@ module Increase
|
|
|
357
361
|
Increase::FileListParams::Purpose::In::TaggedSymbol
|
|
358
362
|
)
|
|
359
363
|
|
|
360
|
-
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
|
|
364
|
+
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with a density of 600 dots per inch (DPI) and no other color but black.
|
|
361
365
|
PHYSICAL_CARD_FRONT =
|
|
362
366
|
T.let(
|
|
363
367
|
:physical_card_front,
|
|
@@ -371,7 +375,7 @@ module Increase
|
|
|
371
375
|
Increase::FileListParams::Purpose::In::TaggedSymbol
|
|
372
376
|
)
|
|
373
377
|
|
|
374
|
-
# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
|
|
378
|
+
# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with a density of 300 dots per inch (DPI) and no other color but black.
|
|
375
379
|
PHYSICAL_CARD_CARRIER =
|
|
376
380
|
T.let(
|
|
377
381
|
:physical_card_carrier,
|
|
@@ -49,6 +49,8 @@ module Increase
|
|
|
49
49
|
|
|
50
50
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
51
51
|
# objects.
|
|
52
|
+
#
|
|
53
|
+
# Defaults to `100`.
|
|
52
54
|
sig { returns(T.nilable(Integer)) }
|
|
53
55
|
attr_reader :limit
|
|
54
56
|
|
|
@@ -86,6 +88,8 @@ module Increase
|
|
|
86
88
|
cursor: nil,
|
|
87
89
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
88
90
|
# objects.
|
|
91
|
+
#
|
|
92
|
+
# Defaults to `100`.
|
|
89
93
|
limit: nil,
|
|
90
94
|
status: nil,
|
|
91
95
|
request_options: {}
|
|
@@ -35,6 +35,12 @@ module Increase
|
|
|
35
35
|
sig { returns(Integer) }
|
|
36
36
|
attr_accessor :amount
|
|
37
37
|
|
|
38
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
39
|
+
# the Inbound Check Deposit will be automatically resolved if it has not been
|
|
40
|
+
# actioned by then.
|
|
41
|
+
sig { returns(Time) }
|
|
42
|
+
attr_accessor :automatically_resolves_at
|
|
43
|
+
|
|
38
44
|
# The ID for the File containing the image of the back of the check.
|
|
39
45
|
sig { returns(T.nilable(String)) }
|
|
40
46
|
attr_accessor :back_image_file_id
|
|
@@ -123,6 +129,7 @@ module Increase
|
|
|
123
129
|
adjustments:
|
|
124
130
|
T::Array[Increase::InboundCheckDeposit::Adjustment::OrHash],
|
|
125
131
|
amount: Integer,
|
|
132
|
+
automatically_resolves_at: Time,
|
|
126
133
|
back_image_file_id: T.nilable(String),
|
|
127
134
|
bank_of_first_deposit_routing_number: T.nilable(String),
|
|
128
135
|
check_number: T.nilable(String),
|
|
@@ -157,6 +164,10 @@ module Increase
|
|
|
157
164
|
adjustments:,
|
|
158
165
|
# The deposited amount in USD cents.
|
|
159
166
|
amount:,
|
|
167
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
168
|
+
# the Inbound Check Deposit will be automatically resolved if it has not been
|
|
169
|
+
# actioned by then.
|
|
170
|
+
automatically_resolves_at:,
|
|
160
171
|
# The ID for the File containing the image of the back of the check.
|
|
161
172
|
back_image_file_id:,
|
|
162
173
|
# The American Bankers' Association (ABA) Routing Transit Number (RTN) for the
|
|
@@ -208,6 +219,7 @@ module Increase
|
|
|
208
219
|
account_number_id: T.nilable(String),
|
|
209
220
|
adjustments: T::Array[Increase::InboundCheckDeposit::Adjustment],
|
|
210
221
|
amount: Integer,
|
|
222
|
+
automatically_resolves_at: Time,
|
|
211
223
|
back_image_file_id: T.nilable(String),
|
|
212
224
|
bank_of_first_deposit_routing_number: T.nilable(String),
|
|
213
225
|
check_number: T.nilable(String),
|
|
@@ -50,6 +50,8 @@ module Increase
|
|
|
50
50
|
|
|
51
51
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
52
52
|
# objects.
|
|
53
|
+
#
|
|
54
|
+
# Defaults to `100`.
|
|
53
55
|
sig { returns(T.nilable(Integer)) }
|
|
54
56
|
attr_reader :limit
|
|
55
57
|
|
|
@@ -78,6 +80,8 @@ module Increase
|
|
|
78
80
|
cursor: nil,
|
|
79
81
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
80
82
|
# objects.
|
|
83
|
+
#
|
|
84
|
+
# Defaults to `100`.
|
|
81
85
|
limit: nil,
|
|
82
86
|
request_options: {}
|
|
83
87
|
)
|
|
@@ -51,6 +51,8 @@ module Increase
|
|
|
51
51
|
|
|
52
52
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
53
53
|
# objects.
|
|
54
|
+
#
|
|
55
|
+
# Defaults to `100`.
|
|
54
56
|
sig { returns(T.nilable(Integer)) }
|
|
55
57
|
attr_reader :limit
|
|
56
58
|
|
|
@@ -79,6 +81,8 @@ module Increase
|
|
|
79
81
|
cursor: nil,
|
|
80
82
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
81
83
|
# objects.
|
|
84
|
+
#
|
|
85
|
+
# Defaults to `100`.
|
|
82
86
|
limit: nil,
|
|
83
87
|
request_options: {}
|
|
84
88
|
)
|
|
@@ -33,6 +33,8 @@ module Increase
|
|
|
33
33
|
|
|
34
34
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
35
35
|
# objects.
|
|
36
|
+
#
|
|
37
|
+
# Defaults to `100`.
|
|
36
38
|
sig { returns(T.nilable(Integer)) }
|
|
37
39
|
attr_reader :limit
|
|
38
40
|
|
|
@@ -69,6 +71,8 @@ module Increase
|
|
|
69
71
|
cursor: nil,
|
|
70
72
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
71
73
|
# objects.
|
|
74
|
+
#
|
|
75
|
+
# Defaults to `100`.
|
|
72
76
|
limit: nil,
|
|
73
77
|
# Filter Inbound Mail Items to ones sent to the provided Lockbox Address.
|
|
74
78
|
lockbox_address_id: nil,
|
|
@@ -56,6 +56,8 @@ module Increase
|
|
|
56
56
|
|
|
57
57
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
58
58
|
# objects.
|
|
59
|
+
#
|
|
60
|
+
# Defaults to `100`.
|
|
59
61
|
sig { returns(T.nilable(Integer)) }
|
|
60
62
|
attr_reader :limit
|
|
61
63
|
|
|
@@ -85,6 +87,8 @@ module Increase
|
|
|
85
87
|
cursor: nil,
|
|
86
88
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
87
89
|
# objects.
|
|
90
|
+
#
|
|
91
|
+
# Defaults to `100`.
|
|
88
92
|
limit: nil,
|
|
89
93
|
request_options: {}
|
|
90
94
|
)
|
|
@@ -23,6 +23,8 @@ module Increase
|
|
|
23
23
|
|
|
24
24
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
25
25
|
# objects.
|
|
26
|
+
#
|
|
27
|
+
# Defaults to `100`.
|
|
26
28
|
sig { returns(T.nilable(Integer)) }
|
|
27
29
|
attr_reader :limit
|
|
28
30
|
|
|
@@ -41,6 +43,8 @@ module Increase
|
|
|
41
43
|
cursor: nil,
|
|
42
44
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
43
45
|
# objects.
|
|
46
|
+
#
|
|
47
|
+
# Defaults to `100`.
|
|
44
48
|
limit: nil,
|
|
45
49
|
request_options: {}
|
|
46
50
|
)
|
|
@@ -49,6 +49,8 @@ module Increase
|
|
|
49
49
|
|
|
50
50
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
51
51
|
# objects.
|
|
52
|
+
#
|
|
53
|
+
# Defaults to `100`.
|
|
52
54
|
sig { returns(T.nilable(Integer)) }
|
|
53
55
|
attr_reader :limit
|
|
54
56
|
|
|
@@ -98,6 +100,8 @@ module Increase
|
|
|
98
100
|
cursor: nil,
|
|
99
101
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
100
102
|
# objects.
|
|
103
|
+
#
|
|
104
|
+
# Defaults to `100`.
|
|
101
105
|
limit: nil,
|
|
102
106
|
status: nil,
|
|
103
107
|
# Filter Inbound Wire Transfers to ones belonging to the specified Wire Drawdown
|
|
@@ -40,6 +40,8 @@ module Increase
|
|
|
40
40
|
|
|
41
41
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
42
42
|
# objects.
|
|
43
|
+
#
|
|
44
|
+
# Defaults to `100`.
|
|
43
45
|
sig { returns(T.nilable(Integer)) }
|
|
44
46
|
attr_reader :limit
|
|
45
47
|
|
|
@@ -80,6 +82,8 @@ module Increase
|
|
|
80
82
|
idempotency_key: nil,
|
|
81
83
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
82
84
|
# objects.
|
|
85
|
+
#
|
|
86
|
+
# Defaults to `100`.
|
|
83
87
|
limit: nil,
|
|
84
88
|
status: nil,
|
|
85
89
|
request_options: {}
|
|
@@ -40,6 +40,8 @@ module Increase
|
|
|
40
40
|
|
|
41
41
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
42
42
|
# objects.
|
|
43
|
+
#
|
|
44
|
+
# Defaults to `100`.
|
|
43
45
|
sig { returns(T.nilable(Integer)) }
|
|
44
46
|
attr_reader :limit
|
|
45
47
|
|
|
@@ -67,6 +69,8 @@ module Increase
|
|
|
67
69
|
idempotency_key: nil,
|
|
68
70
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
69
71
|
# objects.
|
|
72
|
+
#
|
|
73
|
+
# Defaults to `100`.
|
|
70
74
|
limit: nil,
|
|
71
75
|
request_options: {}
|
|
72
76
|
)
|
|
@@ -40,6 +40,8 @@ module Increase
|
|
|
40
40
|
|
|
41
41
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
42
42
|
# objects.
|
|
43
|
+
#
|
|
44
|
+
# Defaults to `100`.
|
|
43
45
|
sig { returns(T.nilable(Integer)) }
|
|
44
46
|
attr_reader :limit
|
|
45
47
|
|
|
@@ -66,6 +68,8 @@ module Increase
|
|
|
66
68
|
idempotency_key: nil,
|
|
67
69
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
68
70
|
# objects.
|
|
71
|
+
#
|
|
72
|
+
# Defaults to `100`.
|
|
69
73
|
limit: nil,
|
|
70
74
|
request_options: {}
|
|
71
75
|
)
|
|
@@ -52,6 +52,8 @@ module Increase
|
|
|
52
52
|
|
|
53
53
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
54
54
|
# objects.
|
|
55
|
+
#
|
|
56
|
+
# Defaults to `100`.
|
|
55
57
|
sig { returns(T.nilable(Integer)) }
|
|
56
58
|
attr_reader :limit
|
|
57
59
|
|
|
@@ -89,6 +91,8 @@ module Increase
|
|
|
89
91
|
idempotency_key: nil,
|
|
90
92
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
91
93
|
# objects.
|
|
94
|
+
#
|
|
95
|
+
# Defaults to `100`.
|
|
92
96
|
limit: nil,
|
|
93
97
|
# Filter Lockbox Recipients to those associated with the provided Lockbox Address.
|
|
94
98
|
lockbox_address_id: nil,
|
|
@@ -35,6 +35,8 @@ module Increase
|
|
|
35
35
|
|
|
36
36
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
37
37
|
# objects.
|
|
38
|
+
#
|
|
39
|
+
# Defaults to `100`.
|
|
38
40
|
sig { returns(T.nilable(Integer)) }
|
|
39
41
|
attr_reader :limit
|
|
40
42
|
|
|
@@ -66,6 +68,8 @@ module Increase
|
|
|
66
68
|
cursor: nil,
|
|
67
69
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
68
70
|
# objects.
|
|
71
|
+
#
|
|
72
|
+
# Defaults to `100`.
|
|
69
73
|
limit: nil,
|
|
70
74
|
status: nil,
|
|
71
75
|
request_options: {}
|
|
@@ -23,6 +23,8 @@ module Increase
|
|
|
23
23
|
|
|
24
24
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
25
25
|
# objects.
|
|
26
|
+
#
|
|
27
|
+
# Defaults to `100`.
|
|
26
28
|
sig { returns(T.nilable(Integer)) }
|
|
27
29
|
attr_reader :limit
|
|
28
30
|
|
|
@@ -59,6 +61,8 @@ module Increase
|
|
|
59
61
|
cursor: nil,
|
|
60
62
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
61
63
|
# objects.
|
|
64
|
+
#
|
|
65
|
+
# Defaults to `100`.
|
|
62
66
|
limit: nil,
|
|
63
67
|
# Filter results to only include OAuth Connections for a specific OAuth
|
|
64
68
|
# Application.
|
|
@@ -54,6 +54,8 @@ module Increase
|
|
|
54
54
|
|
|
55
55
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
56
56
|
# objects.
|
|
57
|
+
#
|
|
58
|
+
# Defaults to `100`.
|
|
57
59
|
sig { returns(T.nilable(Integer)) }
|
|
58
60
|
attr_reader :limit
|
|
59
61
|
|
|
@@ -98,6 +100,8 @@ module Increase
|
|
|
98
100
|
cursor: nil,
|
|
99
101
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
100
102
|
# objects.
|
|
103
|
+
#
|
|
104
|
+
# Defaults to `100`.
|
|
101
105
|
limit: nil,
|
|
102
106
|
# Filter pending transactions to those belonging to the specified Route.
|
|
103
107
|
route_id: nil,
|
|
@@ -47,6 +47,8 @@ module Increase
|
|
|
47
47
|
|
|
48
48
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
49
49
|
# objects.
|
|
50
|
+
#
|
|
51
|
+
# Defaults to `100`.
|
|
50
52
|
sig { returns(T.nilable(Integer)) }
|
|
51
53
|
attr_reader :limit
|
|
52
54
|
|
|
@@ -76,6 +78,8 @@ module Increase
|
|
|
76
78
|
idempotency_key: nil,
|
|
77
79
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
78
80
|
# objects.
|
|
81
|
+
#
|
|
82
|
+
# Defaults to `100`.
|
|
79
83
|
limit: nil,
|
|
80
84
|
request_options: {}
|
|
81
85
|
)
|
|
@@ -14,7 +14,9 @@ module Increase
|
|
|
14
14
|
)
|
|
15
15
|
end
|
|
16
16
|
|
|
17
|
-
# The identifier of the File containing the physical card's carrier image.
|
|
17
|
+
# The identifier of the File containing the physical card's carrier image. This
|
|
18
|
+
# must have `purpose: physical_card_carrier` and be a 2550x3300 pixel PNG with a
|
|
19
|
+
# density of 300 dots per inch (DPI).
|
|
18
20
|
sig { returns(String) }
|
|
19
21
|
attr_accessor :carrier_image_file_id
|
|
20
22
|
|
|
@@ -26,7 +28,9 @@ module Increase
|
|
|
26
28
|
sig { returns(String) }
|
|
27
29
|
attr_accessor :description
|
|
28
30
|
|
|
29
|
-
# The identifier of the File containing the physical card's front image.
|
|
31
|
+
# The identifier of the File containing the physical card's front image. This must
|
|
32
|
+
# have `purpose: physical_card_front` and be a 2100x1344 pixel PNG with a density
|
|
33
|
+
# of 600 dots per inch (DPI).
|
|
30
34
|
sig { returns(String) }
|
|
31
35
|
attr_accessor :front_image_file_id
|
|
32
36
|
|
|
@@ -62,13 +66,17 @@ module Increase
|
|
|
62
66
|
).returns(T.attached_class)
|
|
63
67
|
end
|
|
64
68
|
def self.new(
|
|
65
|
-
# The identifier of the File containing the physical card's carrier image.
|
|
69
|
+
# The identifier of the File containing the physical card's carrier image. This
|
|
70
|
+
# must have `purpose: physical_card_carrier` and be a 2550x3300 pixel PNG with a
|
|
71
|
+
# density of 300 dots per inch (DPI).
|
|
66
72
|
carrier_image_file_id:,
|
|
67
73
|
# A phone number the user can contact to receive support for their card.
|
|
68
74
|
contact_phone:,
|
|
69
75
|
# A description you can use to identify the Card Profile.
|
|
70
76
|
description:,
|
|
71
|
-
# The identifier of the File containing the physical card's front image.
|
|
77
|
+
# The identifier of the File containing the physical card's front image. This must
|
|
78
|
+
# have `purpose: physical_card_front` and be a 2100x1344 pixel PNG with a density
|
|
79
|
+
# of 600 dots per inch (DPI).
|
|
72
80
|
front_image_file_id:,
|
|
73
81
|
# The identifier for the Program that this Physical Card Profile falls under.
|
|
74
82
|
program_id:,
|
|
@@ -33,6 +33,8 @@ module Increase
|
|
|
33
33
|
|
|
34
34
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
35
35
|
# objects.
|
|
36
|
+
#
|
|
37
|
+
# Defaults to `100`.
|
|
36
38
|
sig { returns(T.nilable(Integer)) }
|
|
37
39
|
attr_reader :limit
|
|
38
40
|
|
|
@@ -70,6 +72,8 @@ module Increase
|
|
|
70
72
|
idempotency_key: nil,
|
|
71
73
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
72
74
|
# objects.
|
|
75
|
+
#
|
|
76
|
+
# Defaults to `100`.
|
|
73
77
|
limit: nil,
|
|
74
78
|
status: nil,
|
|
75
79
|
request_options: {}
|
|
@@ -140,6 +140,10 @@ module Increase
|
|
|
140
140
|
GRASSHOPPER_BANK =
|
|
141
141
|
T.let(:grasshopper_bank, Increase::Program::Bank::TaggedSymbol)
|
|
142
142
|
|
|
143
|
+
# Increase Bank
|
|
144
|
+
INCREASE_BANK =
|
|
145
|
+
T.let(:increase_bank, Increase::Program::Bank::TaggedSymbol)
|
|
146
|
+
|
|
143
147
|
sig do
|
|
144
148
|
override.returns(T::Array[Increase::Program::Bank::TaggedSymbol])
|
|
145
149
|
end
|
|
@@ -20,6 +20,8 @@ module Increase
|
|
|
20
20
|
|
|
21
21
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
22
22
|
# objects.
|
|
23
|
+
#
|
|
24
|
+
# Defaults to `100`.
|
|
23
25
|
sig { returns(T.nilable(Integer)) }
|
|
24
26
|
attr_reader :limit
|
|
25
27
|
|
|
@@ -38,6 +40,8 @@ module Increase
|
|
|
38
40
|
cursor: nil,
|
|
39
41
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
40
42
|
# objects.
|
|
43
|
+
#
|
|
44
|
+
# Defaults to `100`.
|
|
41
45
|
limit: nil,
|
|
42
46
|
request_options: {}
|
|
43
47
|
)
|
|
@@ -63,6 +63,8 @@ module Increase
|
|
|
63
63
|
|
|
64
64
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
65
65
|
# objects.
|
|
66
|
+
#
|
|
67
|
+
# Defaults to `100`.
|
|
66
68
|
sig { returns(T.nilable(Integer)) }
|
|
67
69
|
attr_reader :limit
|
|
68
70
|
|
|
@@ -110,6 +112,8 @@ module Increase
|
|
|
110
112
|
idempotency_key: nil,
|
|
111
113
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
112
114
|
# objects.
|
|
115
|
+
#
|
|
116
|
+
# Defaults to `100`.
|
|
113
117
|
limit: nil,
|
|
114
118
|
status: nil,
|
|
115
119
|
request_options: {}
|
|
@@ -24,6 +24,8 @@ module Increase
|
|
|
24
24
|
|
|
25
25
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
26
26
|
# objects.
|
|
27
|
+
#
|
|
28
|
+
# Defaults to `100`.
|
|
27
29
|
sig { returns(T.nilable(Integer)) }
|
|
28
30
|
attr_reader :limit
|
|
29
31
|
|
|
@@ -45,6 +47,8 @@ module Increase
|
|
|
45
47
|
cursor: nil,
|
|
46
48
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
47
49
|
# objects.
|
|
50
|
+
#
|
|
51
|
+
# Defaults to `100`.
|
|
48
52
|
limit: nil,
|
|
49
53
|
request_options: {}
|
|
50
54
|
)
|
|
@@ -31,6 +31,14 @@ module Increase
|
|
|
31
31
|
sig { returns(String) }
|
|
32
32
|
attr_accessor :name
|
|
33
33
|
|
|
34
|
+
# This routing number's support for Real-Time Payments Requests for Payment.
|
|
35
|
+
sig do
|
|
36
|
+
returns(
|
|
37
|
+
Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment::TaggedSymbol
|
|
38
|
+
)
|
|
39
|
+
end
|
|
40
|
+
attr_accessor :real_time_payments_request_for_payment
|
|
41
|
+
|
|
34
42
|
# This routing number's support for Real-Time Payments Transfers.
|
|
35
43
|
sig do
|
|
36
44
|
returns(
|
|
@@ -66,6 +74,8 @@ module Increase
|
|
|
66
74
|
fednow_transfers:
|
|
67
75
|
Increase::Models::RoutingNumberListResponse::FednowTransfers::OrSymbol,
|
|
68
76
|
name: String,
|
|
77
|
+
real_time_payments_request_for_payment:
|
|
78
|
+
Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment::OrSymbol,
|
|
69
79
|
real_time_payments_transfers:
|
|
70
80
|
Increase::Models::RoutingNumberListResponse::RealTimePaymentsTransfers::OrSymbol,
|
|
71
81
|
routing_number: String,
|
|
@@ -81,6 +91,8 @@ module Increase
|
|
|
81
91
|
fednow_transfers:,
|
|
82
92
|
# The name of the financial institution belonging to a routing number.
|
|
83
93
|
name:,
|
|
94
|
+
# This routing number's support for Real-Time Payments Requests for Payment.
|
|
95
|
+
real_time_payments_request_for_payment:,
|
|
84
96
|
# This routing number's support for Real-Time Payments Transfers.
|
|
85
97
|
real_time_payments_transfers:,
|
|
86
98
|
# The nine digit routing number identifier.
|
|
@@ -101,6 +113,8 @@ module Increase
|
|
|
101
113
|
fednow_transfers:
|
|
102
114
|
Increase::Models::RoutingNumberListResponse::FednowTransfers::TaggedSymbol,
|
|
103
115
|
name: String,
|
|
116
|
+
real_time_payments_request_for_payment:
|
|
117
|
+
Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment::TaggedSymbol,
|
|
104
118
|
real_time_payments_transfers:
|
|
105
119
|
Increase::Models::RoutingNumberListResponse::RealTimePaymentsTransfers::TaggedSymbol,
|
|
106
120
|
routing_number: String,
|
|
@@ -190,6 +204,44 @@ module Increase
|
|
|
190
204
|
end
|
|
191
205
|
end
|
|
192
206
|
|
|
207
|
+
# This routing number's support for Real-Time Payments Requests for Payment.
|
|
208
|
+
module RealTimePaymentsRequestForPayment
|
|
209
|
+
extend Increase::Internal::Type::Enum
|
|
210
|
+
|
|
211
|
+
TaggedSymbol =
|
|
212
|
+
T.type_alias do
|
|
213
|
+
T.all(
|
|
214
|
+
Symbol,
|
|
215
|
+
Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment
|
|
216
|
+
)
|
|
217
|
+
end
|
|
218
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
219
|
+
|
|
220
|
+
# The routing number can receive this transfer type.
|
|
221
|
+
SUPPORTED =
|
|
222
|
+
T.let(
|
|
223
|
+
:supported,
|
|
224
|
+
Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment::TaggedSymbol
|
|
225
|
+
)
|
|
226
|
+
|
|
227
|
+
# The routing number cannot receive this transfer type.
|
|
228
|
+
NOT_SUPPORTED =
|
|
229
|
+
T.let(
|
|
230
|
+
:not_supported,
|
|
231
|
+
Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment::TaggedSymbol
|
|
232
|
+
)
|
|
233
|
+
|
|
234
|
+
sig do
|
|
235
|
+
override.returns(
|
|
236
|
+
T::Array[
|
|
237
|
+
Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment::TaggedSymbol
|
|
238
|
+
]
|
|
239
|
+
)
|
|
240
|
+
end
|
|
241
|
+
def self.values
|
|
242
|
+
end
|
|
243
|
+
end
|
|
244
|
+
|
|
193
245
|
# This routing number's support for Real-Time Payments Transfers.
|
|
194
246
|
module RealTimePaymentsTransfers
|
|
195
247
|
extend Increase::Internal::Type::Enum
|
|
@@ -29,6 +29,7 @@ module Increase
|
|
|
29
29
|
attr_writer :addenda_information
|
|
30
30
|
|
|
31
31
|
# The reason why the Federal Reserve or destination bank returned this transfer.
|
|
32
|
+
#
|
|
32
33
|
# Defaults to `no_account`.
|
|
33
34
|
sig do
|
|
34
35
|
returns(
|
|
@@ -64,6 +65,7 @@ module Increase
|
|
|
64
65
|
# a return the bank believes was initiated under questionable circumstances.
|
|
65
66
|
addenda_information: nil,
|
|
66
67
|
# The reason why the Federal Reserve or destination bank returned this transfer.
|
|
68
|
+
#
|
|
67
69
|
# Defaults to `no_account`.
|
|
68
70
|
reason: nil,
|
|
69
71
|
request_options: {}
|
|
@@ -85,6 +87,7 @@ module Increase
|
|
|
85
87
|
end
|
|
86
88
|
|
|
87
89
|
# The reason why the Federal Reserve or destination bank returned this transfer.
|
|
90
|
+
#
|
|
88
91
|
# Defaults to `no_account`.
|
|
89
92
|
module Reason
|
|
90
93
|
extend Increase::Internal::Type::Enum
|
|
@@ -433,6 +433,8 @@ module Increase
|
|
|
433
433
|
end
|
|
434
434
|
|
|
435
435
|
# The reason for the decline.
|
|
436
|
+
#
|
|
437
|
+
# Defaults to `do_not_honor`.
|
|
436
438
|
sig do
|
|
437
439
|
returns(
|
|
438
440
|
T.nilable(
|
|
@@ -459,6 +461,8 @@ module Increase
|
|
|
459
461
|
end
|
|
460
462
|
def self.new(
|
|
461
463
|
# The reason for the decline.
|
|
464
|
+
#
|
|
465
|
+
# Defaults to `do_not_honor`.
|
|
462
466
|
reason: nil
|
|
463
467
|
)
|
|
464
468
|
end
|
|
@@ -475,6 +479,8 @@ module Increase
|
|
|
475
479
|
end
|
|
476
480
|
|
|
477
481
|
# The reason for the decline.
|
|
482
|
+
#
|
|
483
|
+
# Defaults to `do_not_honor`.
|
|
478
484
|
module Reason
|
|
479
485
|
extend Increase::Internal::Type::Enum
|
|
480
486
|
|