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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9721f0cea6c29a79e0bc991becf4491dd8aae9516c957e2548f5f047147a9c4a
|
|
4
|
+
data.tar.gz: 289a88d3f39ebaa334c5bbd0e7c00a6a407aeb558e3b463ee1e85c4d1e5ba163
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc6f8c4480df3a69f005c76b68732b2f264ba7c431c50b836589f4bb420eb5c9ba927d7e2be71c0c146f473441ff86169b43fbb90852102d16228a08da283a9e
|
|
7
|
+
data.tar.gz: d7894b272e43d8e09b438c65f11e3bd6b40f0f227a2b6ab2de04517dadc017efe59c5c45a66424786eb7fb0775a656dc8e1ac94213e99346ccedafc2800aa139
|
data/README.md
CHANGED
|
@@ -43,6 +43,8 @@ module Increase
|
|
|
43
43
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
44
44
|
# objects.
|
|
45
45
|
#
|
|
46
|
+
# Defaults to `100`.
|
|
47
|
+
#
|
|
46
48
|
# @return [Integer, nil]
|
|
47
49
|
optional :limit, Integer
|
|
48
50
|
|
|
@@ -77,6 +79,8 @@ module Increase
|
|
|
77
79
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
78
80
|
# objects.
|
|
79
81
|
#
|
|
82
|
+
# Defaults to `100`.
|
|
83
|
+
#
|
|
80
84
|
# @param program_id [String] Filter Accounts for those in a specific Program.
|
|
81
85
|
#
|
|
82
86
|
# @param status [Increase::Models::AccountListParams::Status]
|
|
@@ -42,6 +42,8 @@ module Increase
|
|
|
42
42
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
43
43
|
# objects.
|
|
44
44
|
#
|
|
45
|
+
# Defaults to `100`.
|
|
46
|
+
#
|
|
45
47
|
# @return [Integer, nil]
|
|
46
48
|
optional :limit, Integer
|
|
47
49
|
|
|
@@ -69,6 +71,8 @@ module Increase
|
|
|
69
71
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
70
72
|
# objects.
|
|
71
73
|
#
|
|
74
|
+
# Defaults to `100`.
|
|
75
|
+
#
|
|
72
76
|
# @param status [Increase::Models::AccountNumberListParams::Status]
|
|
73
77
|
#
|
|
74
78
|
# @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
|
|
|
@@ -40,6 +42,8 @@ module Increase
|
|
|
40
42
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
41
43
|
# objects.
|
|
42
44
|
#
|
|
45
|
+
# Defaults to `100`.
|
|
46
|
+
#
|
|
43
47
|
# @param statement_period_start [Increase::Models::AccountStatementListParams::StatementPeriodStart]
|
|
44
48
|
#
|
|
45
49
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -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
|
|
@@ -59,6 +59,8 @@ module Increase
|
|
|
59
59
|
# @!attribute credit_debit_indicator
|
|
60
60
|
# Whether the Prenotification is for a future debit or credit.
|
|
61
61
|
#
|
|
62
|
+
# Defaults to `debit`.
|
|
63
|
+
#
|
|
62
64
|
# @return [Symbol, Increase::Models::ACHPrenotificationCreateParams::CreditDebitIndicator, nil]
|
|
63
65
|
optional :credit_debit_indicator,
|
|
64
66
|
enum: -> { Increase::ACHPrenotificationCreateParams::CreditDebitIndicator }
|
|
@@ -88,6 +90,8 @@ module Increase
|
|
|
88
90
|
# [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
|
|
89
91
|
# to use for the ACH Prenotification.
|
|
90
92
|
#
|
|
93
|
+
# Defaults to `corporate_credit_or_debit`.
|
|
94
|
+
#
|
|
91
95
|
# @return [Symbol, Increase::Models::ACHPrenotificationCreateParams::StandardEntryClassCode, nil]
|
|
92
96
|
optional :standard_entry_class_code,
|
|
93
97
|
enum: -> { Increase::ACHPrenotificationCreateParams::StandardEntryClassCode }
|
|
@@ -114,6 +118,8 @@ module Increase
|
|
|
114
118
|
# @param credit_debit_indicator [Symbol, Increase::Models::ACHPrenotificationCreateParams::CreditDebitIndicator]
|
|
115
119
|
# Whether the Prenotification is for a future debit or credit.
|
|
116
120
|
#
|
|
121
|
+
# Defaults to `debit`.
|
|
122
|
+
#
|
|
117
123
|
# @param effective_date [Date]
|
|
118
124
|
# The ACH Prenotification effective date in
|
|
119
125
|
# [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
|
|
@@ -129,9 +135,13 @@ module Increase
|
|
|
129
135
|
# [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
|
|
130
136
|
# to use for the ACH Prenotification.
|
|
131
137
|
#
|
|
138
|
+
# Defaults to `corporate_credit_or_debit`.
|
|
139
|
+
#
|
|
132
140
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
133
141
|
|
|
134
142
|
# Whether the Prenotification is for a future debit or credit.
|
|
143
|
+
#
|
|
144
|
+
# Defaults to `debit`.
|
|
135
145
|
module CreditDebitIndicator
|
|
136
146
|
extend Increase::Internal::Type::Enum
|
|
137
147
|
|
|
@@ -148,6 +158,8 @@ module Increase
|
|
|
148
158
|
# The
|
|
149
159
|
# [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
|
|
150
160
|
# to use for the ACH Prenotification.
|
|
161
|
+
#
|
|
162
|
+
# Defaults to `corporate_credit_or_debit`.
|
|
151
163
|
module StandardEntryClassCode
|
|
152
164
|
extend Increase::Internal::Type::Enum
|
|
153
165
|
|
|
@@ -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
|
|
@@ -100,6 +100,8 @@ module Increase
|
|
|
100
100
|
# @!attribute funding
|
|
101
101
|
# The type of the receiver's bank account.
|
|
102
102
|
#
|
|
103
|
+
# Defaults to `checking`.
|
|
104
|
+
#
|
|
103
105
|
# @return [Symbol, Increase::Models::ACHTransferCreateParams::Funding, nil]
|
|
104
106
|
optional :funding, enum: -> { Increase::ACHTransferCreateParams::Funding }
|
|
105
107
|
|
|
@@ -214,6 +216,8 @@ module Increase
|
|
|
214
216
|
# @param funding [Symbol, Increase::Models::ACHTransferCreateParams::Funding]
|
|
215
217
|
# The type of the receiver's bank account.
|
|
216
218
|
#
|
|
219
|
+
# Defaults to `checking`.
|
|
220
|
+
#
|
|
217
221
|
# @param individual_id [String]
|
|
218
222
|
# Your internal identifier for the transfer recipient. This value is informational
|
|
219
223
|
# and not verified by the recipient's bank. Most callers can leave this unset.
|
|
@@ -395,6 +399,8 @@ module Increase
|
|
|
395
399
|
end
|
|
396
400
|
|
|
397
401
|
# The type of the receiver's bank account.
|
|
402
|
+
#
|
|
403
|
+
# Defaults to `checking`.
|
|
398
404
|
module Funding
|
|
399
405
|
extend Increase::Internal::Type::Enum
|
|
400
406
|
|
|
@@ -43,6 +43,8 @@ module Increase
|
|
|
43
43
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
44
44
|
# objects.
|
|
45
45
|
#
|
|
46
|
+
# Defaults to `100`.
|
|
47
|
+
#
|
|
46
48
|
# @return [Integer, nil]
|
|
47
49
|
optional :limit, Integer
|
|
48
50
|
|
|
@@ -70,6 +72,8 @@ module Increase
|
|
|
70
72
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
71
73
|
# objects.
|
|
72
74
|
#
|
|
75
|
+
# Defaults to `100`.
|
|
76
|
+
#
|
|
73
77
|
# @param status [Increase::Models::ACHTransferListParams::Status]
|
|
74
78
|
#
|
|
75
79
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -118,6 +118,8 @@ module Increase
|
|
|
118
118
|
# @!attribute country
|
|
119
119
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
120
120
|
#
|
|
121
|
+
# Defaults to `US`.
|
|
122
|
+
#
|
|
121
123
|
# @return [String]
|
|
122
124
|
required :country, String
|
|
123
125
|
|
|
@@ -152,7 +154,10 @@ module Increase
|
|
|
152
154
|
#
|
|
153
155
|
# @param city [String] The city, district, town, or village of the address.
|
|
154
156
|
#
|
|
155
|
-
# @param country [String]
|
|
157
|
+
# @param country [String]
|
|
158
|
+
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
159
|
+
#
|
|
160
|
+
# Defaults to `US`.
|
|
156
161
|
#
|
|
157
162
|
# @param line1 [String] The first line of the address. This is usually the street number and street.
|
|
158
163
|
#
|
|
@@ -170,6 +175,8 @@ module Increase
|
|
|
170
175
|
# @!attribute method_
|
|
171
176
|
# A method that can be used to verify the individual's identity.
|
|
172
177
|
#
|
|
178
|
+
# Defaults to `social_security_number`.
|
|
179
|
+
#
|
|
173
180
|
# @return [Symbol, Increase::Models::BeneficialOwnerCreateParams::Individual::Identification::Method]
|
|
174
181
|
required :method_,
|
|
175
182
|
enum: -> { Increase::BeneficialOwnerCreateParams::Individual::Identification::Method },
|
|
@@ -213,6 +220,8 @@ module Increase
|
|
|
213
220
|
# @param method_ [Symbol, Increase::Models::BeneficialOwnerCreateParams::Individual::Identification::Method]
|
|
214
221
|
# A method that can be used to verify the individual's identity.
|
|
215
222
|
#
|
|
223
|
+
# Defaults to `social_security_number`.
|
|
224
|
+
#
|
|
216
225
|
# @param number [String]
|
|
217
226
|
# An identification number that can be used to verify the individual's identity,
|
|
218
227
|
# such as a social security number. For Social Security Numbers and Individual
|
|
@@ -234,6 +243,8 @@ module Increase
|
|
|
234
243
|
|
|
235
244
|
# A method that can be used to verify the individual's identity.
|
|
236
245
|
#
|
|
246
|
+
# Defaults to `social_security_number`.
|
|
247
|
+
#
|
|
237
248
|
# @see Increase::Models::BeneficialOwnerCreateParams::Individual::Identification#method_
|
|
238
249
|
module Method
|
|
239
250
|
extend Increase::Internal::Type::Enum
|
|
@@ -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
|
|
|
@@ -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
|
end
|
|
58
62
|
end
|
|
@@ -87,6 +87,8 @@ module Increase
|
|
|
87
87
|
# @!attribute country
|
|
88
88
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
89
89
|
#
|
|
90
|
+
# Defaults to `US`.
|
|
91
|
+
#
|
|
90
92
|
# @return [String]
|
|
91
93
|
required :country, String
|
|
92
94
|
|
|
@@ -121,7 +123,10 @@ module Increase
|
|
|
121
123
|
#
|
|
122
124
|
# @param city [String] The city, district, town, or village of the address.
|
|
123
125
|
#
|
|
124
|
-
# @param country [String]
|
|
126
|
+
# @param country [String]
|
|
127
|
+
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
128
|
+
#
|
|
129
|
+
# Defaults to `US`.
|
|
125
130
|
#
|
|
126
131
|
# @param line1 [String] The first line of the address. This is usually the street number and street.
|
|
127
132
|
#
|
|
@@ -138,6 +143,8 @@ module Increase
|
|
|
138
143
|
# @!attribute method_
|
|
139
144
|
# A method that can be used to verify the individual's identity.
|
|
140
145
|
#
|
|
146
|
+
# Defaults to `social_security_number`.
|
|
147
|
+
#
|
|
141
148
|
# @return [Symbol, Increase::Models::BeneficialOwnerUpdateParams::Identification::Method]
|
|
142
149
|
required :method_,
|
|
143
150
|
enum: -> { Increase::BeneficialOwnerUpdateParams::Identification::Method },
|
|
@@ -180,6 +187,8 @@ module Increase
|
|
|
180
187
|
# @param method_ [Symbol, Increase::Models::BeneficialOwnerUpdateParams::Identification::Method]
|
|
181
188
|
# A method that can be used to verify the individual's identity.
|
|
182
189
|
#
|
|
190
|
+
# Defaults to `social_security_number`.
|
|
191
|
+
#
|
|
183
192
|
# @param number [String]
|
|
184
193
|
# An identification number that can be used to verify the individual's identity,
|
|
185
194
|
# such as a social security number. For Social Security Numbers and Individual
|
|
@@ -201,6 +210,8 @@ module Increase
|
|
|
201
210
|
|
|
202
211
|
# A method that can be used to verify the individual's identity.
|
|
203
212
|
#
|
|
213
|
+
# Defaults to `social_security_number`.
|
|
214
|
+
#
|
|
204
215
|
# @see Increase::Models::BeneficialOwnerUpdateParams::Identification#method_
|
|
205
216
|
module Method
|
|
206
217
|
extend Increase::Internal::Type::Enum
|
|
@@ -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 status [Increase::Models::CardDisputeListParams::Status]
|
|
58
62
|
#
|
|
59
63
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -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::CardListParams::Status]
|
|
66
70
|
#
|
|
67
71
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -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
|
|
|
@@ -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
|
|
|
55
59
|
class CreatedAt < Increase::Internal::Type::BaseModel
|
|
@@ -29,6 +29,8 @@ module Increase
|
|
|
29
29
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
30
30
|
# objects.
|
|
31
31
|
#
|
|
32
|
+
# Defaults to `100`.
|
|
33
|
+
#
|
|
32
34
|
# @return [Integer, nil]
|
|
33
35
|
optional :limit, Integer
|
|
34
36
|
|
|
@@ -45,6 +47,8 @@ module Increase
|
|
|
45
47
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
46
48
|
# objects.
|
|
47
49
|
#
|
|
50
|
+
# Defaults to `100`.
|
|
51
|
+
#
|
|
48
52
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
49
53
|
|
|
50
54
|
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
|
|
|
@@ -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::CardPushTransferListParams::Status]
|
|
66
70
|
#
|
|
67
71
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -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
|
|
|
@@ -34,6 +36,8 @@ module Increase
|
|
|
34
36
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
35
37
|
# objects.
|
|
36
38
|
#
|
|
39
|
+
# Defaults to `100`.
|
|
40
|
+
#
|
|
37
41
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
38
42
|
|
|
39
43
|
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
|
|
|
@@ -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::CardValidationListParams::Status]
|
|
66
70
|
#
|
|
67
71
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -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
|
|
@@ -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::CheckTransferListParams::Status]
|
|
66
70
|
#
|
|
67
71
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -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
|
|
|
@@ -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 route_id [String] Filter Declined Transactions to those belonging to the specified route.
|
|
59
63
|
#
|
|
60
64
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -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::DigitalCardProfileListParams::Status]
|
|
51
55
|
#
|
|
52
56
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -28,6 +28,8 @@ module Increase
|
|
|
28
28
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
29
29
|
# objects.
|
|
30
30
|
#
|
|
31
|
+
# Defaults to `100`.
|
|
32
|
+
#
|
|
31
33
|
# @return [Integer, nil]
|
|
32
34
|
optional :limit, Integer
|
|
33
35
|
|
|
@@ -42,6 +44,8 @@ module Increase
|
|
|
42
44
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
43
45
|
# objects.
|
|
44
46
|
#
|
|
47
|
+
# Defaults to `100`.
|
|
48
|
+
#
|
|
45
49
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
46
50
|
|
|
47
51
|
class CreatedAt < Increase::Internal::Type::BaseModel
|