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
|
@@ -31,6 +31,8 @@ module Increase
|
|
|
31
31
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
32
32
|
# objects.
|
|
33
33
|
#
|
|
34
|
+
# Defaults to `100`.
|
|
35
|
+
#
|
|
34
36
|
# @return [Integer, nil]
|
|
35
37
|
optional :limit, Integer
|
|
36
38
|
|
|
@@ -54,6 +56,8 @@ module Increase
|
|
|
54
56
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
55
57
|
# objects.
|
|
56
58
|
#
|
|
59
|
+
# Defaults to `100`.
|
|
60
|
+
#
|
|
57
61
|
# @param purpose [Increase::Models::FileListParams::Purpose]
|
|
58
62
|
#
|
|
59
63
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -183,13 +187,13 @@ module Increase
|
|
|
183
187
|
# An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
|
|
184
188
|
DIGITAL_WALLET_APP_ICON = :digital_wallet_app_icon
|
|
185
189
|
|
|
186
|
-
# 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.
|
|
190
|
+
# 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.
|
|
187
191
|
PHYSICAL_CARD_FRONT = :physical_card_front
|
|
188
192
|
|
|
189
193
|
# The image to be printed on the back of a physical card.
|
|
190
194
|
PHYSICAL_CARD_BACK = :physical_card_back
|
|
191
195
|
|
|
192
|
-
# 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.
|
|
196
|
+
# 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.
|
|
193
197
|
PHYSICAL_CARD_CARRIER = :physical_card_carrier
|
|
194
198
|
|
|
195
199
|
# A document requested by Increase.
|
|
@@ -34,6 +34,8 @@ module Increase
|
|
|
34
34
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
35
35
|
# objects.
|
|
36
36
|
#
|
|
37
|
+
# Defaults to `100`.
|
|
38
|
+
#
|
|
37
39
|
# @return [Integer, nil]
|
|
38
40
|
optional :limit, Integer
|
|
39
41
|
|
|
@@ -56,6 +58,8 @@ module Increase
|
|
|
56
58
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
57
59
|
# objects.
|
|
58
60
|
#
|
|
61
|
+
# Defaults to `100`.
|
|
62
|
+
#
|
|
59
63
|
# @param status [Increase::Models::InboundACHTransferListParams::Status]
|
|
60
64
|
#
|
|
61
65
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -43,6 +43,14 @@ module Increase
|
|
|
43
43
|
# @return [Integer]
|
|
44
44
|
required :amount, Integer
|
|
45
45
|
|
|
46
|
+
# @!attribute automatically_resolves_at
|
|
47
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
48
|
+
# the Inbound Check Deposit will be automatically resolved if it has not been
|
|
49
|
+
# actioned by then.
|
|
50
|
+
#
|
|
51
|
+
# @return [Time]
|
|
52
|
+
required :automatically_resolves_at, Time
|
|
53
|
+
|
|
46
54
|
# @!attribute back_image_file_id
|
|
47
55
|
# The ID for the File containing the image of the back of the check.
|
|
48
56
|
#
|
|
@@ -138,7 +146,7 @@ module Increase
|
|
|
138
146
|
# @return [Symbol, Increase::Models::InboundCheckDeposit::Type]
|
|
139
147
|
required :type, enum: -> { Increase::InboundCheckDeposit::Type }
|
|
140
148
|
|
|
141
|
-
# @!method initialize(id:, accepted_at:, account_id:, account_number_id:, adjustments:, amount:, back_image_file_id:, bank_of_first_deposit_routing_number:, check_number:, check_transfer_id:, created_at:, currency:, declined_at:, declined_transaction_id:, deposit_return:, front_image_file_id:, payee_name_analysis:, status:, transaction_id:, type:)
|
|
149
|
+
# @!method initialize(id:, accepted_at:, account_id:, account_number_id:, adjustments:, amount:, automatically_resolves_at:, back_image_file_id:, bank_of_first_deposit_routing_number:, check_number:, check_transfer_id:, created_at:, currency:, declined_at:, declined_transaction_id:, deposit_return:, front_image_file_id:, payee_name_analysis:, status:, transaction_id:, type:)
|
|
142
150
|
# Inbound Check Deposits are records of third-parties attempting to deposit checks
|
|
143
151
|
# against your account.
|
|
144
152
|
#
|
|
@@ -159,6 +167,11 @@ module Increase
|
|
|
159
167
|
#
|
|
160
168
|
# @param amount [Integer] The deposited amount in USD cents.
|
|
161
169
|
#
|
|
170
|
+
# @param automatically_resolves_at [Time]
|
|
171
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
172
|
+
# the Inbound Check Deposit will be automatically resolved if it has not been
|
|
173
|
+
# actioned by then.
|
|
174
|
+
#
|
|
162
175
|
# @param back_image_file_id [String, nil] The ID for the File containing the image of the back of the check.
|
|
163
176
|
#
|
|
164
177
|
# @param bank_of_first_deposit_routing_number [String, nil]
|
|
@@ -35,6 +35,8 @@ module Increase
|
|
|
35
35
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
36
36
|
# objects.
|
|
37
37
|
#
|
|
38
|
+
# Defaults to `100`.
|
|
39
|
+
#
|
|
38
40
|
# @return [Integer, nil]
|
|
39
41
|
optional :limit, Integer
|
|
40
42
|
|
|
@@ -53,6 +55,8 @@ module Increase
|
|
|
53
55
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
54
56
|
# objects.
|
|
55
57
|
#
|
|
58
|
+
# Defaults to `100`.
|
|
59
|
+
#
|
|
56
60
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
57
61
|
|
|
58
62
|
class CreatedAt < Increase::Internal::Type::BaseModel
|
|
@@ -35,6 +35,8 @@ module Increase
|
|
|
35
35
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
36
36
|
# objects.
|
|
37
37
|
#
|
|
38
|
+
# Defaults to `100`.
|
|
39
|
+
#
|
|
38
40
|
# @return [Integer, nil]
|
|
39
41
|
optional :limit, Integer
|
|
40
42
|
|
|
@@ -53,6 +55,8 @@ module Increase
|
|
|
53
55
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
54
56
|
# objects.
|
|
55
57
|
#
|
|
58
|
+
# Defaults to `100`.
|
|
59
|
+
#
|
|
56
60
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
57
61
|
|
|
58
62
|
class CreatedAt < Increase::Internal::Type::BaseModel
|
|
@@ -22,6 +22,8 @@ module Increase
|
|
|
22
22
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
23
23
|
# objects.
|
|
24
24
|
#
|
|
25
|
+
# Defaults to `100`.
|
|
26
|
+
#
|
|
25
27
|
# @return [Integer, nil]
|
|
26
28
|
optional :limit, Integer
|
|
27
29
|
|
|
@@ -46,6 +48,8 @@ module Increase
|
|
|
46
48
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
47
49
|
# objects.
|
|
48
50
|
#
|
|
51
|
+
# Defaults to `100`.
|
|
52
|
+
#
|
|
49
53
|
# @param lockbox_address_id [String] Filter Inbound Mail Items to ones sent to the provided Lockbox Address.
|
|
50
54
|
#
|
|
51
55
|
# @param lockbox_recipient_id [String]
|
|
@@ -36,6 +36,8 @@ module Increase
|
|
|
36
36
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
37
37
|
# objects.
|
|
38
38
|
#
|
|
39
|
+
# Defaults to `100`.
|
|
40
|
+
#
|
|
39
41
|
# @return [Integer, nil]
|
|
40
42
|
optional :limit, Integer
|
|
41
43
|
|
|
@@ -56,6 +58,8 @@ module Increase
|
|
|
56
58
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
57
59
|
# objects.
|
|
58
60
|
#
|
|
61
|
+
# Defaults to `100`.
|
|
62
|
+
#
|
|
59
63
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
60
64
|
|
|
61
65
|
class CreatedAt < Increase::Internal::Type::BaseModel
|
|
@@ -17,6 +17,8 @@ module Increase
|
|
|
17
17
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
18
18
|
# objects.
|
|
19
19
|
#
|
|
20
|
+
# Defaults to `100`.
|
|
21
|
+
#
|
|
20
22
|
# @return [Integer, nil]
|
|
21
23
|
optional :limit, Integer
|
|
22
24
|
|
|
@@ -27,6 +29,8 @@ module Increase
|
|
|
27
29
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
28
30
|
# objects.
|
|
29
31
|
#
|
|
32
|
+
# Defaults to `100`.
|
|
33
|
+
#
|
|
30
34
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
31
35
|
end
|
|
32
36
|
end
|
|
@@ -34,6 +34,8 @@ module Increase
|
|
|
34
34
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
35
35
|
# objects.
|
|
36
36
|
#
|
|
37
|
+
# Defaults to `100`.
|
|
38
|
+
#
|
|
37
39
|
# @return [Integer, nil]
|
|
38
40
|
optional :limit, Integer
|
|
39
41
|
|
|
@@ -63,6 +65,8 @@ module Increase
|
|
|
63
65
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
64
66
|
# objects.
|
|
65
67
|
#
|
|
68
|
+
# Defaults to `100`.
|
|
69
|
+
#
|
|
66
70
|
# @param status [Increase::Models::InboundWireTransferListParams::Status]
|
|
67
71
|
#
|
|
68
72
|
# @param wire_drawdown_request_id [String]
|
|
@@ -32,6 +32,8 @@ module Increase
|
|
|
32
32
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
33
33
|
# objects.
|
|
34
34
|
#
|
|
35
|
+
# Defaults to `100`.
|
|
36
|
+
#
|
|
35
37
|
# @return [Integer, nil]
|
|
36
38
|
optional :limit, Integer
|
|
37
39
|
|
|
@@ -55,6 +57,8 @@ module Increase
|
|
|
55
57
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
56
58
|
# objects.
|
|
57
59
|
#
|
|
60
|
+
# Defaults to `100`.
|
|
61
|
+
#
|
|
58
62
|
# @param status [Increase::Models::IntrafiAccountEnrollmentListParams::Status]
|
|
59
63
|
#
|
|
60
64
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -32,6 +32,8 @@ module Increase
|
|
|
32
32
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
33
33
|
# objects.
|
|
34
34
|
#
|
|
35
|
+
# Defaults to `100`.
|
|
36
|
+
#
|
|
35
37
|
# @return [Integer, nil]
|
|
36
38
|
optional :limit, Integer
|
|
37
39
|
|
|
@@ -50,6 +52,8 @@ module Increase
|
|
|
50
52
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
51
53
|
# objects.
|
|
52
54
|
#
|
|
55
|
+
# Defaults to `100`.
|
|
56
|
+
#
|
|
53
57
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
54
58
|
end
|
|
55
59
|
end
|
|
@@ -31,6 +31,8 @@ module Increase
|
|
|
31
31
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
32
32
|
# objects.
|
|
33
33
|
#
|
|
34
|
+
# Defaults to `100`.
|
|
35
|
+
#
|
|
34
36
|
# @return [Integer, nil]
|
|
35
37
|
optional :limit, Integer
|
|
36
38
|
|
|
@@ -49,6 +51,8 @@ module Increase
|
|
|
49
51
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
50
52
|
# objects.
|
|
51
53
|
#
|
|
54
|
+
# Defaults to `100`.
|
|
55
|
+
#
|
|
52
56
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
53
57
|
|
|
54
58
|
class CreatedAt < Increase::Internal::Type::BaseModel
|
|
@@ -37,6 +37,8 @@ module Increase
|
|
|
37
37
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
38
38
|
# objects.
|
|
39
39
|
#
|
|
40
|
+
# Defaults to `100`.
|
|
41
|
+
#
|
|
40
42
|
# @return [Integer, nil]
|
|
41
43
|
optional :limit, Integer
|
|
42
44
|
|
|
@@ -63,6 +65,8 @@ module Increase
|
|
|
63
65
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
64
66
|
# objects.
|
|
65
67
|
#
|
|
68
|
+
# Defaults to `100`.
|
|
69
|
+
#
|
|
66
70
|
# @param lockbox_address_id [String]
|
|
67
71
|
# Filter Lockbox Recipients to those associated with the provided Lockbox Address.
|
|
68
72
|
#
|
|
@@ -22,6 +22,8 @@ module Increase
|
|
|
22
22
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
23
23
|
# objects.
|
|
24
24
|
#
|
|
25
|
+
# Defaults to `100`.
|
|
26
|
+
#
|
|
25
27
|
# @return [Integer, nil]
|
|
26
28
|
optional :limit, Integer
|
|
27
29
|
|
|
@@ -39,6 +41,8 @@ module Increase
|
|
|
39
41
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
40
42
|
# objects.
|
|
41
43
|
#
|
|
44
|
+
# Defaults to `100`.
|
|
45
|
+
#
|
|
42
46
|
# @param status [Increase::Models::OAuthApplicationListParams::Status]
|
|
43
47
|
#
|
|
44
48
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -17,6 +17,8 @@ module Increase
|
|
|
17
17
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
18
18
|
# objects.
|
|
19
19
|
#
|
|
20
|
+
# Defaults to `100`.
|
|
21
|
+
#
|
|
20
22
|
# @return [Integer, nil]
|
|
21
23
|
optional :limit, Integer
|
|
22
24
|
|
|
@@ -39,6 +41,8 @@ module Increase
|
|
|
39
41
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
40
42
|
# objects.
|
|
41
43
|
#
|
|
44
|
+
# Defaults to `100`.
|
|
45
|
+
#
|
|
42
46
|
# @param oauth_application_id [String]
|
|
43
47
|
# Filter results to only include OAuth Connections for a specific OAuth
|
|
44
48
|
# Application.
|
|
@@ -33,6 +33,8 @@ module Increase
|
|
|
33
33
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
34
34
|
# objects.
|
|
35
35
|
#
|
|
36
|
+
# Defaults to `100`.
|
|
37
|
+
#
|
|
36
38
|
# @return [Integer, nil]
|
|
37
39
|
optional :limit, Integer
|
|
38
40
|
|
|
@@ -60,6 +62,8 @@ module Increase
|
|
|
60
62
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
61
63
|
# objects.
|
|
62
64
|
#
|
|
65
|
+
# Defaults to `100`.
|
|
66
|
+
#
|
|
63
67
|
# @param route_id [String] Filter pending transactions to those belonging to the specified Route.
|
|
64
68
|
#
|
|
65
69
|
# @param status [Increase::Models::PendingTransactionListParams::Status]
|
|
@@ -37,6 +37,8 @@ module Increase
|
|
|
37
37
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
38
38
|
# objects.
|
|
39
39
|
#
|
|
40
|
+
# Defaults to `100`.
|
|
41
|
+
#
|
|
40
42
|
# @return [Integer, nil]
|
|
41
43
|
optional :limit, Integer
|
|
42
44
|
|
|
@@ -57,6 +59,8 @@ module Increase
|
|
|
57
59
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
58
60
|
# objects.
|
|
59
61
|
#
|
|
62
|
+
# Defaults to `100`.
|
|
63
|
+
#
|
|
60
64
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
61
65
|
|
|
62
66
|
class CreatedAt < Increase::Internal::Type::BaseModel
|
|
@@ -8,7 +8,9 @@ module Increase
|
|
|
8
8
|
include Increase::Internal::Type::RequestParameters
|
|
9
9
|
|
|
10
10
|
# @!attribute carrier_image_file_id
|
|
11
|
-
# The identifier of the File containing the physical card's carrier image.
|
|
11
|
+
# The identifier of the File containing the physical card's carrier image. This
|
|
12
|
+
# must have `purpose: physical_card_carrier` and be a 2550x3300 pixel PNG with a
|
|
13
|
+
# density of 300 dots per inch (DPI).
|
|
12
14
|
#
|
|
13
15
|
# @return [String]
|
|
14
16
|
required :carrier_image_file_id, String
|
|
@@ -26,7 +28,9 @@ module Increase
|
|
|
26
28
|
required :description, String
|
|
27
29
|
|
|
28
30
|
# @!attribute front_image_file_id
|
|
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
|
#
|
|
31
35
|
# @return [String]
|
|
32
36
|
required :front_image_file_id, String
|
|
@@ -46,13 +50,18 @@ module Increase
|
|
|
46
50
|
|
|
47
51
|
# @!method initialize(carrier_image_file_id:, contact_phone:, description:, front_image_file_id:, program_id:, front_text: nil, request_options: {})
|
|
48
52
|
# @param carrier_image_file_id [String]
|
|
49
|
-
# The identifier of the File containing the physical card's carrier image.
|
|
53
|
+
# The identifier of the File containing the physical card's carrier image. This
|
|
54
|
+
# must have `purpose: physical_card_carrier` and be a 2550x3300 pixel PNG with a
|
|
55
|
+
# density of 300 dots per inch (DPI).
|
|
50
56
|
#
|
|
51
57
|
# @param contact_phone [String] A phone number the user can contact to receive support for their card.
|
|
52
58
|
#
|
|
53
59
|
# @param description [String] A description you can use to identify the Card Profile.
|
|
54
60
|
#
|
|
55
|
-
# @param front_image_file_id [String]
|
|
61
|
+
# @param front_image_file_id [String]
|
|
62
|
+
# The identifier of the File containing the physical card's front image. This must
|
|
63
|
+
# have `purpose: physical_card_front` and be a 2100x1344 pixel PNG with a density
|
|
64
|
+
# of 600 dots per inch (DPI).
|
|
56
65
|
#
|
|
57
66
|
# @param program_id [String] The identifier for the Program that this Physical Card Profile falls under.
|
|
58
67
|
#
|
|
@@ -26,6 +26,8 @@ module Increase
|
|
|
26
26
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
27
27
|
# objects.
|
|
28
28
|
#
|
|
29
|
+
# Defaults to `100`.
|
|
30
|
+
#
|
|
29
31
|
# @return [Integer, nil]
|
|
30
32
|
optional :limit, Integer
|
|
31
33
|
|
|
@@ -47,6 +49,8 @@ module Increase
|
|
|
47
49
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
48
50
|
# objects.
|
|
49
51
|
#
|
|
52
|
+
# Defaults to `100`.
|
|
53
|
+
#
|
|
50
54
|
# @param status [Increase::Models::PhysicalCardProfileListParams::Status]
|
|
51
55
|
#
|
|
52
56
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -17,6 +17,8 @@ module Increase
|
|
|
17
17
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
18
18
|
# objects.
|
|
19
19
|
#
|
|
20
|
+
# Defaults to `100`.
|
|
21
|
+
#
|
|
20
22
|
# @return [Integer, nil]
|
|
21
23
|
optional :limit, Integer
|
|
22
24
|
|
|
@@ -27,6 +29,8 @@ module Increase
|
|
|
27
29
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
28
30
|
# objects.
|
|
29
31
|
#
|
|
32
|
+
# Defaults to `100`.
|
|
33
|
+
#
|
|
30
34
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
31
35
|
end
|
|
32
36
|
end
|
|
@@ -44,6 +44,8 @@ module Increase
|
|
|
44
44
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
45
45
|
# objects.
|
|
46
46
|
#
|
|
47
|
+
# Defaults to `100`.
|
|
48
|
+
#
|
|
47
49
|
# @return [Integer, nil]
|
|
48
50
|
optional :limit, Integer
|
|
49
51
|
|
|
@@ -74,6 +76,8 @@ module Increase
|
|
|
74
76
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
75
77
|
# objects.
|
|
76
78
|
#
|
|
79
|
+
# Defaults to `100`.
|
|
80
|
+
#
|
|
77
81
|
# @param status [Increase::Models::RealTimePaymentsTransferListParams::Status]
|
|
78
82
|
#
|
|
79
83
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -23,6 +23,8 @@ module Increase
|
|
|
23
23
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
24
24
|
# objects.
|
|
25
25
|
#
|
|
26
|
+
# Defaults to `100`.
|
|
27
|
+
#
|
|
26
28
|
# @return [Integer, nil]
|
|
27
29
|
optional :limit, Integer
|
|
28
30
|
|
|
@@ -35,6 +37,8 @@ module Increase
|
|
|
35
37
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
36
38
|
# objects.
|
|
37
39
|
#
|
|
40
|
+
# Defaults to `100`.
|
|
41
|
+
#
|
|
38
42
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
39
43
|
end
|
|
40
44
|
end
|
|
@@ -22,6 +22,13 @@ module Increase
|
|
|
22
22
|
# @return [String]
|
|
23
23
|
required :name, String
|
|
24
24
|
|
|
25
|
+
# @!attribute real_time_payments_request_for_payment
|
|
26
|
+
# This routing number's support for Real-Time Payments Requests for Payment.
|
|
27
|
+
#
|
|
28
|
+
# @return [Symbol, Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment]
|
|
29
|
+
required :real_time_payments_request_for_payment,
|
|
30
|
+
enum: -> { Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment }
|
|
31
|
+
|
|
25
32
|
# @!attribute real_time_payments_transfers
|
|
26
33
|
# This routing number's support for Real-Time Payments Transfers.
|
|
27
34
|
#
|
|
@@ -48,7 +55,7 @@ module Increase
|
|
|
48
55
|
# @return [Symbol, Increase::Models::RoutingNumberListResponse::WireTransfers]
|
|
49
56
|
required :wire_transfers, enum: -> { Increase::Models::RoutingNumberListResponse::WireTransfers }
|
|
50
57
|
|
|
51
|
-
# @!method initialize(ach_transfers:, fednow_transfers:, name:, real_time_payments_transfers:, routing_number:, type:, wire_transfers:)
|
|
58
|
+
# @!method initialize(ach_transfers:, fednow_transfers:, name:, real_time_payments_request_for_payment:, real_time_payments_transfers:, routing_number:, type:, wire_transfers:)
|
|
52
59
|
# Routing numbers are used to identify your bank in a financial transaction.
|
|
53
60
|
#
|
|
54
61
|
# @param ach_transfers [Symbol, Increase::Models::RoutingNumberListResponse::ACHTransfers]
|
|
@@ -59,6 +66,9 @@ module Increase
|
|
|
59
66
|
#
|
|
60
67
|
# @param name [String] The name of the financial institution belonging to a routing number.
|
|
61
68
|
#
|
|
69
|
+
# @param real_time_payments_request_for_payment [Symbol, Increase::Models::RoutingNumberListResponse::RealTimePaymentsRequestForPayment]
|
|
70
|
+
# This routing number's support for Real-Time Payments Requests for Payment.
|
|
71
|
+
#
|
|
62
72
|
# @param real_time_payments_transfers [Symbol, Increase::Models::RoutingNumberListResponse::RealTimePaymentsTransfers]
|
|
63
73
|
# This routing number's support for Real-Time Payments Transfers.
|
|
64
74
|
#
|
|
@@ -103,6 +113,22 @@ module Increase
|
|
|
103
113
|
# @return [Array<Symbol>]
|
|
104
114
|
end
|
|
105
115
|
|
|
116
|
+
# This routing number's support for Real-Time Payments Requests for Payment.
|
|
117
|
+
#
|
|
118
|
+
# @see Increase::Models::RoutingNumberListResponse#real_time_payments_request_for_payment
|
|
119
|
+
module RealTimePaymentsRequestForPayment
|
|
120
|
+
extend Increase::Internal::Type::Enum
|
|
121
|
+
|
|
122
|
+
# The routing number can receive this transfer type.
|
|
123
|
+
SUPPORTED = :supported
|
|
124
|
+
|
|
125
|
+
# The routing number cannot receive this transfer type.
|
|
126
|
+
NOT_SUPPORTED = :not_supported
|
|
127
|
+
|
|
128
|
+
# @!method self.values
|
|
129
|
+
# @return [Array<Symbol>]
|
|
130
|
+
end
|
|
131
|
+
|
|
106
132
|
# This routing number's support for Real-Time Payments Transfers.
|
|
107
133
|
#
|
|
108
134
|
# @see Increase::Models::RoutingNumberListResponse#real_time_payments_transfers
|
|
@@ -24,6 +24,7 @@ module Increase
|
|
|
24
24
|
|
|
25
25
|
# @!attribute reason
|
|
26
26
|
# The reason why the Federal Reserve or destination bank returned this transfer.
|
|
27
|
+
#
|
|
27
28
|
# Defaults to `no_account`.
|
|
28
29
|
#
|
|
29
30
|
# @return [Symbol, Increase::Models::Simulations::ACHTransferReturnParams::Reason, nil]
|
|
@@ -39,11 +40,13 @@ module Increase
|
|
|
39
40
|
#
|
|
40
41
|
# @param reason [Symbol, Increase::Models::Simulations::ACHTransferReturnParams::Reason]
|
|
41
42
|
# The reason why the Federal Reserve or destination bank returned this transfer.
|
|
43
|
+
#
|
|
42
44
|
# Defaults to `no_account`.
|
|
43
45
|
#
|
|
44
46
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
45
47
|
|
|
46
48
|
# The reason why the Federal Reserve or destination bank returned this transfer.
|
|
49
|
+
#
|
|
47
50
|
# Defaults to `no_account`.
|
|
48
51
|
module Reason
|
|
49
52
|
extend Increase::Internal::Type::Enum
|
|
@@ -189,6 +189,8 @@ module Increase
|
|
|
189
189
|
# @!attribute reason
|
|
190
190
|
# The reason for the decline.
|
|
191
191
|
#
|
|
192
|
+
# Defaults to `do_not_honor`.
|
|
193
|
+
#
|
|
192
194
|
# @return [Symbol, Increase::Models::Simulations::CardTokenCreateParams::Outcome::Decline::Reason, nil]
|
|
193
195
|
optional :reason, enum: -> { Increase::Simulations::CardTokenCreateParams::Outcome::Decline::Reason }
|
|
194
196
|
|
|
@@ -197,9 +199,13 @@ module Increase
|
|
|
197
199
|
#
|
|
198
200
|
# @param reason [Symbol, Increase::Models::Simulations::CardTokenCreateParams::Outcome::Decline::Reason]
|
|
199
201
|
# The reason for the decline.
|
|
202
|
+
#
|
|
203
|
+
# Defaults to `do_not_honor`.
|
|
200
204
|
|
|
201
205
|
# The reason for the decline.
|
|
202
206
|
#
|
|
207
|
+
# Defaults to `do_not_honor`.
|
|
208
|
+
#
|
|
203
209
|
# @see Increase::Models::Simulations::CardTokenCreateParams::Outcome::Decline#reason
|
|
204
210
|
module Reason
|
|
205
211
|
extend Increase::Internal::Type::Enum
|
|
@@ -24,8 +24,9 @@ module Increase
|
|
|
24
24
|
optional :amount, Integer
|
|
25
25
|
|
|
26
26
|
# @!attribute reason
|
|
27
|
-
# The reason for the adjustment.
|
|
28
|
-
#
|
|
27
|
+
# The reason for the adjustment.
|
|
28
|
+
#
|
|
29
|
+
# Defaults to `non_conforming_item`.
|
|
29
30
|
#
|
|
30
31
|
# @return [Symbol, Increase::Models::Simulations::CheckDepositAdjustmentParams::Reason, nil]
|
|
31
32
|
optional :reason, enum: -> { Increase::Simulations::CheckDepositAdjustmentParams::Reason }
|
|
@@ -40,13 +41,15 @@ module Increase
|
|
|
40
41
|
# Deposit amount.
|
|
41
42
|
#
|
|
42
43
|
# @param reason [Symbol, Increase::Models::Simulations::CheckDepositAdjustmentParams::Reason]
|
|
43
|
-
# The reason for the adjustment.
|
|
44
|
-
#
|
|
44
|
+
# The reason for the adjustment.
|
|
45
|
+
#
|
|
46
|
+
# Defaults to `non_conforming_item`.
|
|
45
47
|
#
|
|
46
48
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
47
49
|
|
|
48
|
-
# The reason for the adjustment.
|
|
49
|
-
#
|
|
50
|
+
# The reason for the adjustment.
|
|
51
|
+
#
|
|
52
|
+
# Defaults to `non_conforming_item`.
|
|
50
53
|
module Reason
|
|
51
54
|
extend Increase::Internal::Type::Enum
|
|
52
55
|
|
|
@@ -32,6 +32,8 @@ module Increase
|
|
|
32
32
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
33
33
|
# objects.
|
|
34
34
|
#
|
|
35
|
+
# Defaults to `100`.
|
|
36
|
+
#
|
|
35
37
|
# @return [Integer, nil]
|
|
36
38
|
optional :limit, Integer
|
|
37
39
|
|
|
@@ -50,6 +52,8 @@ module Increase
|
|
|
50
52
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
51
53
|
# objects.
|
|
52
54
|
#
|
|
55
|
+
# Defaults to `100`.
|
|
56
|
+
#
|
|
53
57
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
54
58
|
end
|
|
55
59
|
end
|
|
@@ -37,6 +37,8 @@ module Increase
|
|
|
37
37
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
38
38
|
# objects.
|
|
39
39
|
#
|
|
40
|
+
# Defaults to `100`.
|
|
41
|
+
#
|
|
40
42
|
# @return [Integer, nil]
|
|
41
43
|
optional :limit, Integer
|
|
42
44
|
|
|
@@ -62,6 +64,8 @@ module Increase
|
|
|
62
64
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
63
65
|
# objects.
|
|
64
66
|
#
|
|
67
|
+
# Defaults to `100`.
|
|
68
|
+
#
|
|
65
69
|
# @param status [Increase::Models::SwiftTransferListParams::Status]
|
|
66
70
|
#
|
|
67
71
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|