increase 1.346.1 → 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.rb +2 -2
- data/lib/increase/models/check_transfer_create_params.rb +2 -2
- 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.rbi +2 -2
- data/rbi/increase/models/check_transfer_create_params.rbi +2 -2
- 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/check_transfer.rbs +2 -2
- data/sig/increase/models/check_transfer_create_params.rbs +2 -2
- 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
|
@@ -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
|
|
|
@@ -85,6 +87,8 @@ module Increase
|
|
|
85
87
|
idempotency_key: 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
|
status: nil,
|
|
90
94
|
request_options: {}
|
|
@@ -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
|
|
|
@@ -88,6 +90,8 @@ module Increase
|
|
|
88
90
|
cursor: nil,
|
|
89
91
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
90
92
|
# objects.
|
|
93
|
+
#
|
|
94
|
+
# Defaults to `100`.
|
|
91
95
|
limit: nil,
|
|
92
96
|
# Filter Declined Transactions to those belonging to the specified route.
|
|
93
97
|
route_id: nil,
|
|
@@ -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
|
|
|
@@ -68,6 +70,8 @@ module Increase
|
|
|
68
70
|
idempotency_key: nil,
|
|
69
71
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
70
72
|
# objects.
|
|
73
|
+
#
|
|
74
|
+
# Defaults to `100`.
|
|
71
75
|
limit: nil,
|
|
72
76
|
status: nil,
|
|
73
77
|
request_options: {}
|
|
@@ -42,6 +42,8 @@ module Increase
|
|
|
42
42
|
|
|
43
43
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
44
44
|
# objects.
|
|
45
|
+
#
|
|
46
|
+
# Defaults to `100`.
|
|
45
47
|
sig { returns(T.nilable(Integer)) }
|
|
46
48
|
attr_reader :limit
|
|
47
49
|
|
|
@@ -65,6 +67,8 @@ module Increase
|
|
|
65
67
|
cursor: nil,
|
|
66
68
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
67
69
|
# objects.
|
|
70
|
+
#
|
|
71
|
+
# Defaults to `100`.
|
|
68
72
|
limit: nil,
|
|
69
73
|
request_options: {}
|
|
70
74
|
)
|
|
@@ -478,6 +478,8 @@ module Increase
|
|
|
478
478
|
attr_accessor :city
|
|
479
479
|
|
|
480
480
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
481
|
+
#
|
|
482
|
+
# Defaults to `US`.
|
|
481
483
|
sig { returns(String) }
|
|
482
484
|
attr_accessor :country
|
|
483
485
|
|
|
@@ -523,6 +525,8 @@ module Increase
|
|
|
523
525
|
# The city, district, town, or village of the address.
|
|
524
526
|
city:,
|
|
525
527
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
528
|
+
#
|
|
529
|
+
# Defaults to `US`.
|
|
526
530
|
country:,
|
|
527
531
|
# The first line of the address. This is usually the street number and street.
|
|
528
532
|
line1:,
|
|
@@ -755,6 +759,8 @@ module Increase
|
|
|
755
759
|
attr_accessor :city
|
|
756
760
|
|
|
757
761
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
762
|
+
#
|
|
763
|
+
# Defaults to `US`.
|
|
758
764
|
sig { returns(String) }
|
|
759
765
|
attr_accessor :country
|
|
760
766
|
|
|
@@ -800,6 +806,8 @@ module Increase
|
|
|
800
806
|
# The city, district, town, or village of the address.
|
|
801
807
|
city:,
|
|
802
808
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
809
|
+
#
|
|
810
|
+
# Defaults to `US`.
|
|
803
811
|
country:,
|
|
804
812
|
# The first line of the address. This is usually the street number and street.
|
|
805
813
|
line1:,
|
|
@@ -839,6 +847,8 @@ module Increase
|
|
|
839
847
|
end
|
|
840
848
|
|
|
841
849
|
# A method that can be used to verify the individual's identity.
|
|
850
|
+
#
|
|
851
|
+
# Defaults to `social_security_number`.
|
|
842
852
|
sig do
|
|
843
853
|
returns(
|
|
844
854
|
Increase::EntityCreateParams::Corporation::BeneficialOwner::Individual::Identification::Method::OrSymbol
|
|
@@ -927,6 +937,8 @@ module Increase
|
|
|
927
937
|
end
|
|
928
938
|
def self.new(
|
|
929
939
|
# A method that can be used to verify the individual's identity.
|
|
940
|
+
#
|
|
941
|
+
# Defaults to `social_security_number`.
|
|
930
942
|
method_:,
|
|
931
943
|
# An identification number that can be used to verify the individual's identity,
|
|
932
944
|
# such as a social security number. For Social Security Numbers and Individual
|
|
@@ -965,6 +977,8 @@ module Increase
|
|
|
965
977
|
end
|
|
966
978
|
|
|
967
979
|
# A method that can be used to verify the individual's identity.
|
|
980
|
+
#
|
|
981
|
+
# Defaults to `social_security_number`.
|
|
968
982
|
module Method
|
|
969
983
|
extend Increase::Internal::Type::Enum
|
|
970
984
|
|
|
@@ -1273,8 +1287,9 @@ module Increase
|
|
|
1273
1287
|
sig { returns(String) }
|
|
1274
1288
|
attr_accessor :value
|
|
1275
1289
|
|
|
1276
|
-
# The category of the legal identifier.
|
|
1277
|
-
#
|
|
1290
|
+
# The category of the legal identifier.
|
|
1291
|
+
#
|
|
1292
|
+
# Defaults to `us_employer_identification_number`.
|
|
1278
1293
|
sig do
|
|
1279
1294
|
returns(
|
|
1280
1295
|
T.nilable(
|
|
@@ -1308,8 +1323,9 @@ module Increase
|
|
|
1308
1323
|
# our
|
|
1309
1324
|
# [sandbox test values](https://increase.com/documentation/sandbox-test-values).
|
|
1310
1325
|
value:,
|
|
1311
|
-
# The category of the legal identifier.
|
|
1312
|
-
#
|
|
1326
|
+
# The category of the legal identifier.
|
|
1327
|
+
#
|
|
1328
|
+
# Defaults to `us_employer_identification_number`.
|
|
1313
1329
|
category: nil
|
|
1314
1330
|
)
|
|
1315
1331
|
end
|
|
@@ -1326,8 +1342,9 @@ module Increase
|
|
|
1326
1342
|
def to_hash
|
|
1327
1343
|
end
|
|
1328
1344
|
|
|
1329
|
-
# The category of the legal identifier.
|
|
1330
|
-
#
|
|
1345
|
+
# The category of the legal identifier.
|
|
1346
|
+
#
|
|
1347
|
+
# Defaults to `us_employer_identification_number`.
|
|
1331
1348
|
module Category
|
|
1332
1349
|
extend Increase::Internal::Type::Enum
|
|
1333
1350
|
|
|
@@ -1845,6 +1862,8 @@ module Increase
|
|
|
1845
1862
|
attr_accessor :city
|
|
1846
1863
|
|
|
1847
1864
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
1865
|
+
#
|
|
1866
|
+
# Defaults to `US`.
|
|
1848
1867
|
sig { returns(String) }
|
|
1849
1868
|
attr_accessor :country
|
|
1850
1869
|
|
|
@@ -1890,6 +1909,8 @@ module Increase
|
|
|
1890
1909
|
# The city, district, town, or village of the address.
|
|
1891
1910
|
city:,
|
|
1892
1911
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
1912
|
+
#
|
|
1913
|
+
# Defaults to `US`.
|
|
1893
1914
|
country:,
|
|
1894
1915
|
# The first line of the address. This is usually the street number and street.
|
|
1895
1916
|
line1:,
|
|
@@ -1929,6 +1950,8 @@ module Increase
|
|
|
1929
1950
|
end
|
|
1930
1951
|
|
|
1931
1952
|
# A method that can be used to verify the individual's identity.
|
|
1953
|
+
#
|
|
1954
|
+
# Defaults to `social_security_number`.
|
|
1932
1955
|
sig do
|
|
1933
1956
|
returns(
|
|
1934
1957
|
Increase::EntityCreateParams::Joint::Individual::Identification::Method::OrSymbol
|
|
@@ -2017,6 +2040,8 @@ module Increase
|
|
|
2017
2040
|
end
|
|
2018
2041
|
def self.new(
|
|
2019
2042
|
# A method that can be used to verify the individual's identity.
|
|
2043
|
+
#
|
|
2044
|
+
# Defaults to `social_security_number`.
|
|
2020
2045
|
method_:,
|
|
2021
2046
|
# An identification number that can be used to verify the individual's identity,
|
|
2022
2047
|
# such as a social security number. For Social Security Numbers and Individual
|
|
@@ -2055,6 +2080,8 @@ module Increase
|
|
|
2055
2080
|
end
|
|
2056
2081
|
|
|
2057
2082
|
# A method that can be used to verify the individual's identity.
|
|
2083
|
+
#
|
|
2084
|
+
# Defaults to `social_security_number`.
|
|
2058
2085
|
module Method
|
|
2059
2086
|
extend Increase::Internal::Type::Enum
|
|
2060
2087
|
|
|
@@ -2426,6 +2453,8 @@ module Increase
|
|
|
2426
2453
|
attr_accessor :city
|
|
2427
2454
|
|
|
2428
2455
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
2456
|
+
#
|
|
2457
|
+
# Defaults to `US`.
|
|
2429
2458
|
sig { returns(String) }
|
|
2430
2459
|
attr_accessor :country
|
|
2431
2460
|
|
|
@@ -2471,6 +2500,8 @@ module Increase
|
|
|
2471
2500
|
# The city, district, town, or village of the address.
|
|
2472
2501
|
city:,
|
|
2473
2502
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
2503
|
+
#
|
|
2504
|
+
# Defaults to `US`.
|
|
2474
2505
|
country:,
|
|
2475
2506
|
# The first line of the address. This is usually the street number and street.
|
|
2476
2507
|
line1:,
|
|
@@ -2510,6 +2541,8 @@ module Increase
|
|
|
2510
2541
|
end
|
|
2511
2542
|
|
|
2512
2543
|
# A method that can be used to verify the individual's identity.
|
|
2544
|
+
#
|
|
2545
|
+
# Defaults to `social_security_number`.
|
|
2513
2546
|
sig do
|
|
2514
2547
|
returns(
|
|
2515
2548
|
Increase::EntityCreateParams::NaturalPerson::Identification::Method::OrSymbol
|
|
@@ -2598,6 +2631,8 @@ module Increase
|
|
|
2598
2631
|
end
|
|
2599
2632
|
def self.new(
|
|
2600
2633
|
# A method that can be used to verify the individual's identity.
|
|
2634
|
+
#
|
|
2635
|
+
# Defaults to `social_security_number`.
|
|
2601
2636
|
method_:,
|
|
2602
2637
|
# An identification number that can be used to verify the individual's identity,
|
|
2603
2638
|
# such as a social security number. For Social Security Numbers and Individual
|
|
@@ -2636,6 +2671,8 @@ module Increase
|
|
|
2636
2671
|
end
|
|
2637
2672
|
|
|
2638
2673
|
# A method that can be used to verify the individual's identity.
|
|
2674
|
+
#
|
|
2675
|
+
# Defaults to `social_security_number`.
|
|
2639
2676
|
module Method
|
|
2640
2677
|
extend Increase::Internal::Type::Enum
|
|
2641
2678
|
|
|
@@ -3619,6 +3656,8 @@ module Increase
|
|
|
3619
3656
|
attr_accessor :city
|
|
3620
3657
|
|
|
3621
3658
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
3659
|
+
#
|
|
3660
|
+
# Defaults to `US`.
|
|
3622
3661
|
sig { returns(String) }
|
|
3623
3662
|
attr_accessor :country
|
|
3624
3663
|
|
|
@@ -3664,6 +3703,8 @@ module Increase
|
|
|
3664
3703
|
# The city, district, town, or village of the address.
|
|
3665
3704
|
city:,
|
|
3666
3705
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
3706
|
+
#
|
|
3707
|
+
# Defaults to `US`.
|
|
3667
3708
|
country:,
|
|
3668
3709
|
# The first line of the address. This is usually the street number and street.
|
|
3669
3710
|
line1:,
|
|
@@ -3703,6 +3744,8 @@ module Increase
|
|
|
3703
3744
|
end
|
|
3704
3745
|
|
|
3705
3746
|
# A method that can be used to verify the individual's identity.
|
|
3747
|
+
#
|
|
3748
|
+
# Defaults to `social_security_number`.
|
|
3706
3749
|
sig do
|
|
3707
3750
|
returns(
|
|
3708
3751
|
Increase::EntityCreateParams::Trust::Trustee::Individual::Identification::Method::OrSymbol
|
|
@@ -3791,6 +3834,8 @@ module Increase
|
|
|
3791
3834
|
end
|
|
3792
3835
|
def self.new(
|
|
3793
3836
|
# A method that can be used to verify the individual's identity.
|
|
3837
|
+
#
|
|
3838
|
+
# Defaults to `social_security_number`.
|
|
3794
3839
|
method_:,
|
|
3795
3840
|
# An identification number that can be used to verify the individual's identity,
|
|
3796
3841
|
# such as a social security number. For Social Security Numbers and Individual
|
|
@@ -3829,6 +3874,8 @@ module Increase
|
|
|
3829
3874
|
end
|
|
3830
3875
|
|
|
3831
3876
|
# A method that can be used to verify the individual's identity.
|
|
3877
|
+
#
|
|
3878
|
+
# Defaults to `social_security_number`.
|
|
3832
3879
|
module Method
|
|
3833
3880
|
extend Increase::Internal::Type::Enum
|
|
3834
3881
|
|
|
@@ -4199,6 +4246,8 @@ module Increase
|
|
|
4199
4246
|
attr_accessor :city
|
|
4200
4247
|
|
|
4201
4248
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
4249
|
+
#
|
|
4250
|
+
# Defaults to `US`.
|
|
4202
4251
|
sig { returns(String) }
|
|
4203
4252
|
attr_accessor :country
|
|
4204
4253
|
|
|
@@ -4244,6 +4293,8 @@ module Increase
|
|
|
4244
4293
|
# The city, district, town, or village of the address.
|
|
4245
4294
|
city:,
|
|
4246
4295
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
4296
|
+
#
|
|
4297
|
+
# Defaults to `US`.
|
|
4247
4298
|
country:,
|
|
4248
4299
|
# The first line of the address. This is usually the street number and street.
|
|
4249
4300
|
line1:,
|
|
@@ -4283,6 +4334,8 @@ module Increase
|
|
|
4283
4334
|
end
|
|
4284
4335
|
|
|
4285
4336
|
# A method that can be used to verify the individual's identity.
|
|
4337
|
+
#
|
|
4338
|
+
# Defaults to `social_security_number`.
|
|
4286
4339
|
sig do
|
|
4287
4340
|
returns(
|
|
4288
4341
|
Increase::EntityCreateParams::Trust::Grantor::Identification::Method::OrSymbol
|
|
@@ -4371,6 +4424,8 @@ module Increase
|
|
|
4371
4424
|
end
|
|
4372
4425
|
def self.new(
|
|
4373
4426
|
# A method that can be used to verify the individual's identity.
|
|
4427
|
+
#
|
|
4428
|
+
# Defaults to `social_security_number`.
|
|
4374
4429
|
method_:,
|
|
4375
4430
|
# An identification number that can be used to verify the individual's identity,
|
|
4376
4431
|
# such as a social security number. For Social Security Numbers and Individual
|
|
@@ -4409,6 +4464,8 @@ module Increase
|
|
|
4409
4464
|
end
|
|
4410
4465
|
|
|
4411
4466
|
# A method that can be used to verify the individual's identity.
|
|
4467
|
+
#
|
|
4468
|
+
# Defaults to `social_security_number`.
|
|
4412
4469
|
module Method
|
|
4413
4470
|
extend Increase::Internal::Type::Enum
|
|
4414
4471
|
|
|
@@ -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
|
|
|
@@ -84,6 +86,8 @@ module Increase
|
|
|
84
86
|
idempotency_key: nil,
|
|
85
87
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
86
88
|
# objects.
|
|
89
|
+
#
|
|
90
|
+
# Defaults to `100`.
|
|
87
91
|
limit: nil,
|
|
88
92
|
status: nil,
|
|
89
93
|
validation_status: nil,
|
|
@@ -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: {}
|
|
@@ -342,6 +342,8 @@ module Increase
|
|
|
342
342
|
attr_accessor :city
|
|
343
343
|
|
|
344
344
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
345
|
+
#
|
|
346
|
+
# Defaults to `US`.
|
|
345
347
|
sig { returns(String) }
|
|
346
348
|
attr_accessor :country
|
|
347
349
|
|
|
@@ -387,6 +389,8 @@ module Increase
|
|
|
387
389
|
# The city, district, town, or village of the address.
|
|
388
390
|
city:,
|
|
389
391
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
392
|
+
#
|
|
393
|
+
# Defaults to `US`.
|
|
390
394
|
country:,
|
|
391
395
|
# The first line of the address. This is usually the street number and street.
|
|
392
396
|
line1:,
|
|
@@ -431,6 +435,8 @@ module Increase
|
|
|
431
435
|
attr_accessor :value
|
|
432
436
|
|
|
433
437
|
# The category of the legal identifier.
|
|
438
|
+
#
|
|
439
|
+
# Defaults to `us_employer_identification_number`.
|
|
434
440
|
sig do
|
|
435
441
|
returns(
|
|
436
442
|
T.nilable(
|
|
@@ -462,6 +468,8 @@ module Increase
|
|
|
462
468
|
# digits with no dashes or other separators.
|
|
463
469
|
value:,
|
|
464
470
|
# The category of the legal identifier.
|
|
471
|
+
#
|
|
472
|
+
# Defaults to `us_employer_identification_number`.
|
|
465
473
|
category: nil
|
|
466
474
|
)
|
|
467
475
|
end
|
|
@@ -479,6 +487,8 @@ module Increase
|
|
|
479
487
|
end
|
|
480
488
|
|
|
481
489
|
# The category of the legal identifier.
|
|
490
|
+
#
|
|
491
|
+
# Defaults to `us_employer_identification_number`.
|
|
482
492
|
module Category
|
|
483
493
|
extend Increase::Internal::Type::Enum
|
|
484
494
|
|
|
@@ -775,6 +785,8 @@ module Increase
|
|
|
775
785
|
attr_accessor :city
|
|
776
786
|
|
|
777
787
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
788
|
+
#
|
|
789
|
+
# Defaults to `US`.
|
|
778
790
|
sig { returns(String) }
|
|
779
791
|
attr_accessor :country
|
|
780
792
|
|
|
@@ -820,6 +832,8 @@ module Increase
|
|
|
820
832
|
# The city, district, town, or village of the address.
|
|
821
833
|
city:,
|
|
822
834
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
835
|
+
#
|
|
836
|
+
# Defaults to `US`.
|
|
823
837
|
country:,
|
|
824
838
|
# The first line of the address. This is usually the street number and street.
|
|
825
839
|
line1:,
|
|
@@ -859,6 +873,8 @@ module Increase
|
|
|
859
873
|
end
|
|
860
874
|
|
|
861
875
|
# A method that can be used to verify the individual's identity.
|
|
876
|
+
#
|
|
877
|
+
# Defaults to `social_security_number`.
|
|
862
878
|
sig do
|
|
863
879
|
returns(
|
|
864
880
|
Increase::EntityUpdateParams::NaturalPerson::Identification::Method::OrSymbol
|
|
@@ -947,6 +963,8 @@ module Increase
|
|
|
947
963
|
end
|
|
948
964
|
def self.new(
|
|
949
965
|
# A method that can be used to verify the individual's identity.
|
|
966
|
+
#
|
|
967
|
+
# Defaults to `social_security_number`.
|
|
950
968
|
method_:,
|
|
951
969
|
# An identification number that can be used to verify the individual's identity,
|
|
952
970
|
# such as a social security number. For Social Security Numbers and Individual
|
|
@@ -985,6 +1003,8 @@ module Increase
|
|
|
985
1003
|
end
|
|
986
1004
|
|
|
987
1005
|
# A method that can be used to verify the individual's identity.
|
|
1006
|
+
#
|
|
1007
|
+
# Defaults to `social_security_number`.
|
|
988
1008
|
module Method
|
|
989
1009
|
extend Increase::Internal::Type::Enum
|
|
990
1010
|
|
|
@@ -530,6 +530,20 @@ module Increase
|
|
|
530
530
|
Increase::Event::Category::TaggedSymbol
|
|
531
531
|
)
|
|
532
532
|
|
|
533
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
534
|
+
INTEREST_RATE_PLAN_CREATED =
|
|
535
|
+
T.let(
|
|
536
|
+
:"interest_rate_plan.created",
|
|
537
|
+
Increase::Event::Category::TaggedSymbol
|
|
538
|
+
)
|
|
539
|
+
|
|
540
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
541
|
+
INTEREST_RATE_PLAN_UPDATED =
|
|
542
|
+
T.let(
|
|
543
|
+
:"interest_rate_plan.updated",
|
|
544
|
+
Increase::Event::Category::TaggedSymbol
|
|
545
|
+
)
|
|
546
|
+
|
|
533
547
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
534
548
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED =
|
|
535
549
|
T.let(
|
|
@@ -41,6 +41,8 @@ module Increase
|
|
|
41
41
|
|
|
42
42
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
43
43
|
# objects.
|
|
44
|
+
#
|
|
45
|
+
# Defaults to `100`.
|
|
44
46
|
sig { returns(T.nilable(Integer)) }
|
|
45
47
|
attr_reader :limit
|
|
46
48
|
|
|
@@ -73,6 +75,8 @@ module Increase
|
|
|
73
75
|
cursor: nil,
|
|
74
76
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
75
77
|
# objects.
|
|
78
|
+
#
|
|
79
|
+
# Defaults to `100`.
|
|
76
80
|
limit: nil,
|
|
77
81
|
order_by: nil,
|
|
78
82
|
request_options: {}
|
|
@@ -629,6 +633,20 @@ module Increase
|
|
|
629
633
|
Increase::EventListParams::Category::In::TaggedSymbol
|
|
630
634
|
)
|
|
631
635
|
|
|
636
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
637
|
+
INTEREST_RATE_PLAN_CREATED =
|
|
638
|
+
T.let(
|
|
639
|
+
:"interest_rate_plan.created",
|
|
640
|
+
Increase::EventListParams::Category::In::TaggedSymbol
|
|
641
|
+
)
|
|
642
|
+
|
|
643
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
644
|
+
INTEREST_RATE_PLAN_UPDATED =
|
|
645
|
+
T.let(
|
|
646
|
+
:"interest_rate_plan.updated",
|
|
647
|
+
Increase::EventListParams::Category::In::TaggedSymbol
|
|
648
|
+
)
|
|
649
|
+
|
|
632
650
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
633
651
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED =
|
|
634
652
|
T.let(
|
|
@@ -1066,6 +1084,8 @@ module Increase
|
|
|
1066
1084
|
end
|
|
1067
1085
|
|
|
1068
1086
|
# The direction to order in.
|
|
1087
|
+
#
|
|
1088
|
+
# Defaults to `ascending`.
|
|
1069
1089
|
sig do
|
|
1070
1090
|
returns(
|
|
1071
1091
|
T.nilable(Increase::EventListParams::OrderBy::Direction::OrSymbol)
|
|
@@ -1103,6 +1123,8 @@ module Increase
|
|
|
1103
1123
|
end
|
|
1104
1124
|
def self.new(
|
|
1105
1125
|
# The direction to order in.
|
|
1126
|
+
#
|
|
1127
|
+
# Defaults to `ascending`.
|
|
1106
1128
|
direction: nil,
|
|
1107
1129
|
# The field to order by.
|
|
1108
1130
|
field: nil
|
|
@@ -1122,6 +1144,8 @@ module Increase
|
|
|
1122
1144
|
end
|
|
1123
1145
|
|
|
1124
1146
|
# The direction to order in.
|
|
1147
|
+
#
|
|
1148
|
+
# Defaults to `ascending`.
|
|
1125
1149
|
module Direction
|
|
1126
1150
|
extend Increase::Internal::Type::Enum
|
|
1127
1151
|
|
|
@@ -654,6 +654,20 @@ module Increase
|
|
|
654
654
|
Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
|
|
655
655
|
)
|
|
656
656
|
|
|
657
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
658
|
+
INTEREST_RATE_PLAN_CREATED =
|
|
659
|
+
T.let(
|
|
660
|
+
:"interest_rate_plan.created",
|
|
661
|
+
Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
|
|
662
|
+
)
|
|
663
|
+
|
|
664
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
665
|
+
INTEREST_RATE_PLAN_UPDATED =
|
|
666
|
+
T.let(
|
|
667
|
+
:"interest_rate_plan.updated",
|
|
668
|
+
Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
|
|
669
|
+
)
|
|
670
|
+
|
|
657
671
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
658
672
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED =
|
|
659
673
|
T.let(
|
|
@@ -652,6 +652,20 @@ module Increase
|
|
|
652
652
|
Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
|
|
653
653
|
)
|
|
654
654
|
|
|
655
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
656
|
+
INTEREST_RATE_PLAN_CREATED =
|
|
657
|
+
T.let(
|
|
658
|
+
:"interest_rate_plan.created",
|
|
659
|
+
Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
|
|
660
|
+
)
|
|
661
|
+
|
|
662
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
663
|
+
INTEREST_RATE_PLAN_UPDATED =
|
|
664
|
+
T.let(
|
|
665
|
+
:"interest_rate_plan.updated",
|
|
666
|
+
Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
|
|
667
|
+
)
|
|
668
|
+
|
|
655
669
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
656
670
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED =
|
|
657
671
|
T.let(
|
|
@@ -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
|
|
|
@@ -57,6 +59,8 @@ module Increase
|
|
|
57
59
|
idempotency_key: nil,
|
|
58
60
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
59
61
|
# objects.
|
|
62
|
+
#
|
|
63
|
+
# Defaults to `100`.
|
|
60
64
|
limit: nil,
|
|
61
65
|
request_options: {}
|
|
62
66
|
)
|
|
@@ -67,6 +67,8 @@ module Increase
|
|
|
67
67
|
|
|
68
68
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
69
69
|
# objects.
|
|
70
|
+
#
|
|
71
|
+
# Defaults to `100`.
|
|
70
72
|
sig { returns(T.nilable(Integer)) }
|
|
71
73
|
attr_reader :limit
|
|
72
74
|
|
|
@@ -107,6 +109,8 @@ module Increase
|
|
|
107
109
|
idempotency_key: nil,
|
|
108
110
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
109
111
|
# objects.
|
|
112
|
+
#
|
|
113
|
+
# Defaults to `100`.
|
|
110
114
|
limit: nil,
|
|
111
115
|
status: nil,
|
|
112
116
|
request_options: {}
|
|
@@ -45,7 +45,9 @@ module Increase
|
|
|
45
45
|
end
|
|
46
46
|
attr_writer :account_holder
|
|
47
47
|
|
|
48
|
-
# The type of the destination account.
|
|
48
|
+
# The type of the destination account.
|
|
49
|
+
#
|
|
50
|
+
# Defaults to `checking`.
|
|
49
51
|
sig do
|
|
50
52
|
returns(
|
|
51
53
|
T.nilable(Increase::ExternalAccountCreateParams::Funding::OrSymbol)
|
|
@@ -81,7 +83,9 @@ module Increase
|
|
|
81
83
|
routing_number:,
|
|
82
84
|
# The type of entity that owns the External Account.
|
|
83
85
|
account_holder: nil,
|
|
84
|
-
# The type of the destination account.
|
|
86
|
+
# The type of the destination account.
|
|
87
|
+
#
|
|
88
|
+
# Defaults to `checking`.
|
|
85
89
|
funding: nil,
|
|
86
90
|
request_options: {}
|
|
87
91
|
)
|
|
@@ -145,7 +149,9 @@ module Increase
|
|
|
145
149
|
end
|
|
146
150
|
end
|
|
147
151
|
|
|
148
|
-
# The type of the destination account.
|
|
152
|
+
# The type of the destination account.
|
|
153
|
+
#
|
|
154
|
+
# Defaults to `checking`.
|
|
149
155
|
module Funding
|
|
150
156
|
extend Increase::Internal::Type::Enum
|
|
151
157
|
|
|
@@ -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
|
|
|
@@ -74,6 +76,8 @@ module Increase
|
|
|
74
76
|
idempotency_key: nil,
|
|
75
77
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
76
78
|
# objects.
|
|
79
|
+
#
|
|
80
|
+
# Defaults to `100`.
|
|
77
81
|
limit: nil,
|
|
78
82
|
# Filter External Accounts to those with the specified Routing Number.
|
|
79
83
|
routing_number: nil,
|