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
|
@@ -284,6 +284,8 @@ module Increase
|
|
|
284
284
|
# @!attribute country
|
|
285
285
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
286
286
|
#
|
|
287
|
+
# Defaults to `US`.
|
|
288
|
+
#
|
|
287
289
|
# @return [String]
|
|
288
290
|
required :country, String
|
|
289
291
|
|
|
@@ -318,7 +320,10 @@ module Increase
|
|
|
318
320
|
#
|
|
319
321
|
# @param city [String] The city, district, town, or village of the address.
|
|
320
322
|
#
|
|
321
|
-
# @param country [String]
|
|
323
|
+
# @param country [String]
|
|
324
|
+
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
325
|
+
#
|
|
326
|
+
# Defaults to `US`.
|
|
322
327
|
#
|
|
323
328
|
# @param line1 [String] The first line of the address. This is usually the street number and street.
|
|
324
329
|
#
|
|
@@ -432,6 +437,8 @@ module Increase
|
|
|
432
437
|
# @!attribute country
|
|
433
438
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
434
439
|
#
|
|
440
|
+
# Defaults to `US`.
|
|
441
|
+
#
|
|
435
442
|
# @return [String]
|
|
436
443
|
required :country, String
|
|
437
444
|
|
|
@@ -466,7 +473,10 @@ module Increase
|
|
|
466
473
|
#
|
|
467
474
|
# @param city [String] The city, district, town, or village of the address.
|
|
468
475
|
#
|
|
469
|
-
# @param country [String]
|
|
476
|
+
# @param country [String]
|
|
477
|
+
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
478
|
+
#
|
|
479
|
+
# Defaults to `US`.
|
|
470
480
|
#
|
|
471
481
|
# @param line1 [String] The first line of the address. This is usually the street number and street.
|
|
472
482
|
#
|
|
@@ -484,6 +494,8 @@ module Increase
|
|
|
484
494
|
# @!attribute method_
|
|
485
495
|
# A method that can be used to verify the individual's identity.
|
|
486
496
|
#
|
|
497
|
+
# Defaults to `social_security_number`.
|
|
498
|
+
#
|
|
487
499
|
# @return [Symbol, Increase::Models::EntityCreateParams::Corporation::BeneficialOwner::Individual::Identification::Method]
|
|
488
500
|
required :method_,
|
|
489
501
|
enum: -> {
|
|
@@ -531,6 +543,8 @@ module Increase
|
|
|
531
543
|
# @param method_ [Symbol, Increase::Models::EntityCreateParams::Corporation::BeneficialOwner::Individual::Identification::Method]
|
|
532
544
|
# A method that can be used to verify the individual's identity.
|
|
533
545
|
#
|
|
546
|
+
# Defaults to `social_security_number`.
|
|
547
|
+
#
|
|
534
548
|
# @param number [String]
|
|
535
549
|
# An identification number that can be used to verify the individual's identity,
|
|
536
550
|
# such as a social security number. For Social Security Numbers and Individual
|
|
@@ -552,6 +566,8 @@ module Increase
|
|
|
552
566
|
|
|
553
567
|
# A method that can be used to verify the individual's identity.
|
|
554
568
|
#
|
|
569
|
+
# Defaults to `social_security_number`.
|
|
570
|
+
#
|
|
555
571
|
# @see Increase::Models::EntityCreateParams::Corporation::BeneficialOwner::Individual::Identification#method_
|
|
556
572
|
module Method
|
|
557
573
|
extend Increase::Internal::Type::Enum
|
|
@@ -729,8 +745,9 @@ module Increase
|
|
|
729
745
|
required :value, String
|
|
730
746
|
|
|
731
747
|
# @!attribute category
|
|
732
|
-
# The category of the legal identifier.
|
|
733
|
-
#
|
|
748
|
+
# The category of the legal identifier.
|
|
749
|
+
#
|
|
750
|
+
# Defaults to `us_employer_identification_number`.
|
|
734
751
|
#
|
|
735
752
|
# @return [Symbol, Increase::Models::EntityCreateParams::Corporation::LegalIdentifier::Category, nil]
|
|
736
753
|
optional :category, enum: -> { Increase::EntityCreateParams::Corporation::LegalIdentifier::Category }
|
|
@@ -747,11 +764,13 @@ module Increase
|
|
|
747
764
|
# [sandbox test values](https://increase.com/documentation/sandbox-test-values).
|
|
748
765
|
#
|
|
749
766
|
# @param category [Symbol, Increase::Models::EntityCreateParams::Corporation::LegalIdentifier::Category]
|
|
750
|
-
# The category of the legal identifier.
|
|
751
|
-
#
|
|
767
|
+
# The category of the legal identifier.
|
|
768
|
+
#
|
|
769
|
+
# Defaults to `us_employer_identification_number`.
|
|
752
770
|
|
|
753
|
-
# The category of the legal identifier.
|
|
754
|
-
#
|
|
771
|
+
# The category of the legal identifier.
|
|
772
|
+
#
|
|
773
|
+
# Defaults to `us_employer_identification_number`.
|
|
755
774
|
#
|
|
756
775
|
# @see Increase::Models::EntityCreateParams::Corporation::LegalIdentifier#category
|
|
757
776
|
module Category
|
|
@@ -1021,6 +1040,8 @@ module Increase
|
|
|
1021
1040
|
# @!attribute country
|
|
1022
1041
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
1023
1042
|
#
|
|
1043
|
+
# Defaults to `US`.
|
|
1044
|
+
#
|
|
1024
1045
|
# @return [String]
|
|
1025
1046
|
required :country, String
|
|
1026
1047
|
|
|
@@ -1055,7 +1076,10 @@ module Increase
|
|
|
1055
1076
|
#
|
|
1056
1077
|
# @param city [String] The city, district, town, or village of the address.
|
|
1057
1078
|
#
|
|
1058
|
-
# @param country [String]
|
|
1079
|
+
# @param country [String]
|
|
1080
|
+
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
1081
|
+
#
|
|
1082
|
+
# Defaults to `US`.
|
|
1059
1083
|
#
|
|
1060
1084
|
# @param line1 [String] The first line of the address. This is usually the street number and street.
|
|
1061
1085
|
#
|
|
@@ -1073,6 +1097,8 @@ module Increase
|
|
|
1073
1097
|
# @!attribute method_
|
|
1074
1098
|
# A method that can be used to verify the individual's identity.
|
|
1075
1099
|
#
|
|
1100
|
+
# Defaults to `social_security_number`.
|
|
1101
|
+
#
|
|
1076
1102
|
# @return [Symbol, Increase::Models::EntityCreateParams::Joint::Individual::Identification::Method]
|
|
1077
1103
|
required :method_,
|
|
1078
1104
|
enum: -> { Increase::EntityCreateParams::Joint::Individual::Identification::Method },
|
|
@@ -1116,6 +1142,8 @@ module Increase
|
|
|
1116
1142
|
# @param method_ [Symbol, Increase::Models::EntityCreateParams::Joint::Individual::Identification::Method]
|
|
1117
1143
|
# A method that can be used to verify the individual's identity.
|
|
1118
1144
|
#
|
|
1145
|
+
# Defaults to `social_security_number`.
|
|
1146
|
+
#
|
|
1119
1147
|
# @param number [String]
|
|
1120
1148
|
# An identification number that can be used to verify the individual's identity,
|
|
1121
1149
|
# such as a social security number. For Social Security Numbers and Individual
|
|
@@ -1137,6 +1165,8 @@ module Increase
|
|
|
1137
1165
|
|
|
1138
1166
|
# A method that can be used to verify the individual's identity.
|
|
1139
1167
|
#
|
|
1168
|
+
# Defaults to `social_security_number`.
|
|
1169
|
+
#
|
|
1140
1170
|
# @see Increase::Models::EntityCreateParams::Joint::Individual::Identification#method_
|
|
1141
1171
|
module Method
|
|
1142
1172
|
extend Increase::Internal::Type::Enum
|
|
@@ -1358,6 +1388,8 @@ module Increase
|
|
|
1358
1388
|
# @!attribute country
|
|
1359
1389
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
1360
1390
|
#
|
|
1391
|
+
# Defaults to `US`.
|
|
1392
|
+
#
|
|
1361
1393
|
# @return [String]
|
|
1362
1394
|
required :country, String
|
|
1363
1395
|
|
|
@@ -1392,7 +1424,10 @@ module Increase
|
|
|
1392
1424
|
#
|
|
1393
1425
|
# @param city [String] The city, district, town, or village of the address.
|
|
1394
1426
|
#
|
|
1395
|
-
# @param country [String]
|
|
1427
|
+
# @param country [String]
|
|
1428
|
+
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
1429
|
+
#
|
|
1430
|
+
# Defaults to `US`.
|
|
1396
1431
|
#
|
|
1397
1432
|
# @param line1 [String] The first line of the address. This is usually the street number and street.
|
|
1398
1433
|
#
|
|
@@ -1410,6 +1445,8 @@ module Increase
|
|
|
1410
1445
|
# @!attribute method_
|
|
1411
1446
|
# A method that can be used to verify the individual's identity.
|
|
1412
1447
|
#
|
|
1448
|
+
# Defaults to `social_security_number`.
|
|
1449
|
+
#
|
|
1413
1450
|
# @return [Symbol, Increase::Models::EntityCreateParams::NaturalPerson::Identification::Method]
|
|
1414
1451
|
required :method_,
|
|
1415
1452
|
enum: -> { Increase::EntityCreateParams::NaturalPerson::Identification::Method },
|
|
@@ -1453,6 +1490,8 @@ module Increase
|
|
|
1453
1490
|
# @param method_ [Symbol, Increase::Models::EntityCreateParams::NaturalPerson::Identification::Method]
|
|
1454
1491
|
# A method that can be used to verify the individual's identity.
|
|
1455
1492
|
#
|
|
1493
|
+
# Defaults to `social_security_number`.
|
|
1494
|
+
#
|
|
1456
1495
|
# @param number [String]
|
|
1457
1496
|
# An identification number that can be used to verify the individual's identity,
|
|
1458
1497
|
# such as a social security number. For Social Security Numbers and Individual
|
|
@@ -1474,6 +1513,8 @@ module Increase
|
|
|
1474
1513
|
|
|
1475
1514
|
# A method that can be used to verify the individual's identity.
|
|
1476
1515
|
#
|
|
1516
|
+
# Defaults to `social_security_number`.
|
|
1517
|
+
#
|
|
1477
1518
|
# @see Increase::Models::EntityCreateParams::NaturalPerson::Identification#method_
|
|
1478
1519
|
module Method
|
|
1479
1520
|
extend Increase::Internal::Type::Enum
|
|
@@ -2013,6 +2054,8 @@ module Increase
|
|
|
2013
2054
|
# @!attribute country
|
|
2014
2055
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
2015
2056
|
#
|
|
2057
|
+
# Defaults to `US`.
|
|
2058
|
+
#
|
|
2016
2059
|
# @return [String]
|
|
2017
2060
|
required :country, String
|
|
2018
2061
|
|
|
@@ -2047,7 +2090,10 @@ module Increase
|
|
|
2047
2090
|
#
|
|
2048
2091
|
# @param city [String] The city, district, town, or village of the address.
|
|
2049
2092
|
#
|
|
2050
|
-
# @param country [String]
|
|
2093
|
+
# @param country [String]
|
|
2094
|
+
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
2095
|
+
#
|
|
2096
|
+
# Defaults to `US`.
|
|
2051
2097
|
#
|
|
2052
2098
|
# @param line1 [String] The first line of the address. This is usually the street number and street.
|
|
2053
2099
|
#
|
|
@@ -2065,6 +2111,8 @@ module Increase
|
|
|
2065
2111
|
# @!attribute method_
|
|
2066
2112
|
# A method that can be used to verify the individual's identity.
|
|
2067
2113
|
#
|
|
2114
|
+
# Defaults to `social_security_number`.
|
|
2115
|
+
#
|
|
2068
2116
|
# @return [Symbol, Increase::Models::EntityCreateParams::Trust::Trustee::Individual::Identification::Method]
|
|
2069
2117
|
required :method_,
|
|
2070
2118
|
enum: -> {
|
|
@@ -2111,6 +2159,8 @@ module Increase
|
|
|
2111
2159
|
# @param method_ [Symbol, Increase::Models::EntityCreateParams::Trust::Trustee::Individual::Identification::Method]
|
|
2112
2160
|
# A method that can be used to verify the individual's identity.
|
|
2113
2161
|
#
|
|
2162
|
+
# Defaults to `social_security_number`.
|
|
2163
|
+
#
|
|
2114
2164
|
# @param number [String]
|
|
2115
2165
|
# An identification number that can be used to verify the individual's identity,
|
|
2116
2166
|
# such as a social security number. For Social Security Numbers and Individual
|
|
@@ -2132,6 +2182,8 @@ module Increase
|
|
|
2132
2182
|
|
|
2133
2183
|
# A method that can be used to verify the individual's identity.
|
|
2134
2184
|
#
|
|
2185
|
+
# Defaults to `social_security_number`.
|
|
2186
|
+
#
|
|
2135
2187
|
# @see Increase::Models::EntityCreateParams::Trust::Trustee::Individual::Identification#method_
|
|
2136
2188
|
module Method
|
|
2137
2189
|
extend Increase::Internal::Type::Enum
|
|
@@ -2351,6 +2403,8 @@ module Increase
|
|
|
2351
2403
|
# @!attribute country
|
|
2352
2404
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
2353
2405
|
#
|
|
2406
|
+
# Defaults to `US`.
|
|
2407
|
+
#
|
|
2354
2408
|
# @return [String]
|
|
2355
2409
|
required :country, String
|
|
2356
2410
|
|
|
@@ -2385,7 +2439,10 @@ module Increase
|
|
|
2385
2439
|
#
|
|
2386
2440
|
# @param city [String] The city, district, town, or village of the address.
|
|
2387
2441
|
#
|
|
2388
|
-
# @param country [String]
|
|
2442
|
+
# @param country [String]
|
|
2443
|
+
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
2444
|
+
#
|
|
2445
|
+
# Defaults to `US`.
|
|
2389
2446
|
#
|
|
2390
2447
|
# @param line1 [String] The first line of the address. This is usually the street number and street.
|
|
2391
2448
|
#
|
|
@@ -2403,6 +2460,8 @@ module Increase
|
|
|
2403
2460
|
# @!attribute method_
|
|
2404
2461
|
# A method that can be used to verify the individual's identity.
|
|
2405
2462
|
#
|
|
2463
|
+
# Defaults to `social_security_number`.
|
|
2464
|
+
#
|
|
2406
2465
|
# @return [Symbol, Increase::Models::EntityCreateParams::Trust::Grantor::Identification::Method]
|
|
2407
2466
|
required :method_,
|
|
2408
2467
|
enum: -> { Increase::EntityCreateParams::Trust::Grantor::Identification::Method },
|
|
@@ -2446,6 +2505,8 @@ module Increase
|
|
|
2446
2505
|
# @param method_ [Symbol, Increase::Models::EntityCreateParams::Trust::Grantor::Identification::Method]
|
|
2447
2506
|
# A method that can be used to verify the individual's identity.
|
|
2448
2507
|
#
|
|
2508
|
+
# Defaults to `social_security_number`.
|
|
2509
|
+
#
|
|
2449
2510
|
# @param number [String]
|
|
2450
2511
|
# An identification number that can be used to verify the individual's identity,
|
|
2451
2512
|
# such as a social security number. For Social Security Numbers and Individual
|
|
@@ -2467,6 +2528,8 @@ module Increase
|
|
|
2467
2528
|
|
|
2468
2529
|
# A method that can be used to verify the individual's identity.
|
|
2469
2530
|
#
|
|
2531
|
+
# Defaults to `social_security_number`.
|
|
2532
|
+
#
|
|
2470
2533
|
# @see Increase::Models::EntityCreateParams::Trust::Grantor::Identification#method_
|
|
2471
2534
|
module Method
|
|
2472
2535
|
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
|
|
|
@@ -59,6 +61,8 @@ module Increase
|
|
|
59
61
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
60
62
|
# objects.
|
|
61
63
|
#
|
|
64
|
+
# Defaults to `100`.
|
|
65
|
+
#
|
|
62
66
|
# @param status [Increase::Models::EntityListParams::Status]
|
|
63
67
|
#
|
|
64
68
|
# @param validation_status [Increase::Models::EntityListParams::ValidationStatus]
|
|
@@ -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::EntityOnboardingSessionListParams::Status]
|
|
51
55
|
#
|
|
52
56
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -205,6 +205,8 @@ module Increase
|
|
|
205
205
|
# @!attribute country
|
|
206
206
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
207
207
|
#
|
|
208
|
+
# Defaults to `US`.
|
|
209
|
+
#
|
|
208
210
|
# @return [String]
|
|
209
211
|
required :country, String
|
|
210
212
|
|
|
@@ -239,7 +241,10 @@ module Increase
|
|
|
239
241
|
#
|
|
240
242
|
# @param city [String] The city, district, town, or village of the address.
|
|
241
243
|
#
|
|
242
|
-
# @param country [String]
|
|
244
|
+
# @param country [String]
|
|
245
|
+
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
246
|
+
#
|
|
247
|
+
# Defaults to `US`.
|
|
243
248
|
#
|
|
244
249
|
# @param line1 [String] The first line of the address. This is usually the street number and street.
|
|
245
250
|
#
|
|
@@ -264,6 +269,8 @@ module Increase
|
|
|
264
269
|
# @!attribute category
|
|
265
270
|
# The category of the legal identifier.
|
|
266
271
|
#
|
|
272
|
+
# Defaults to `us_employer_identification_number`.
|
|
273
|
+
#
|
|
267
274
|
# @return [Symbol, Increase::Models::EntityUpdateParams::Corporation::LegalIdentifier::Category, nil]
|
|
268
275
|
optional :category, enum: -> { Increase::EntityUpdateParams::Corporation::LegalIdentifier::Category }
|
|
269
276
|
|
|
@@ -277,9 +284,13 @@ module Increase
|
|
|
277
284
|
#
|
|
278
285
|
# @param category [Symbol, Increase::Models::EntityUpdateParams::Corporation::LegalIdentifier::Category]
|
|
279
286
|
# The category of the legal identifier.
|
|
287
|
+
#
|
|
288
|
+
# Defaults to `us_employer_identification_number`.
|
|
280
289
|
|
|
281
290
|
# The category of the legal identifier.
|
|
282
291
|
#
|
|
292
|
+
# Defaults to `us_employer_identification_number`.
|
|
293
|
+
#
|
|
283
294
|
# @see Increase::Models::EntityUpdateParams::Corporation::LegalIdentifier#category
|
|
284
295
|
module Category
|
|
285
296
|
extend Increase::Internal::Type::Enum
|
|
@@ -430,6 +441,8 @@ module Increase
|
|
|
430
441
|
# @!attribute country
|
|
431
442
|
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
432
443
|
#
|
|
444
|
+
# Defaults to `US`.
|
|
445
|
+
#
|
|
433
446
|
# @return [String]
|
|
434
447
|
required :country, String
|
|
435
448
|
|
|
@@ -464,7 +477,10 @@ module Increase
|
|
|
464
477
|
#
|
|
465
478
|
# @param city [String] The city, district, town, or village of the address.
|
|
466
479
|
#
|
|
467
|
-
# @param country [String]
|
|
480
|
+
# @param country [String]
|
|
481
|
+
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
|
|
482
|
+
#
|
|
483
|
+
# Defaults to `US`.
|
|
468
484
|
#
|
|
469
485
|
# @param line1 [String] The first line of the address. This is usually the street number and street.
|
|
470
486
|
#
|
|
@@ -482,6 +498,8 @@ module Increase
|
|
|
482
498
|
# @!attribute method_
|
|
483
499
|
# A method that can be used to verify the individual's identity.
|
|
484
500
|
#
|
|
501
|
+
# Defaults to `social_security_number`.
|
|
502
|
+
#
|
|
485
503
|
# @return [Symbol, Increase::Models::EntityUpdateParams::NaturalPerson::Identification::Method]
|
|
486
504
|
required :method_,
|
|
487
505
|
enum: -> { Increase::EntityUpdateParams::NaturalPerson::Identification::Method },
|
|
@@ -525,6 +543,8 @@ module Increase
|
|
|
525
543
|
# @param method_ [Symbol, Increase::Models::EntityUpdateParams::NaturalPerson::Identification::Method]
|
|
526
544
|
# A method that can be used to verify the individual's identity.
|
|
527
545
|
#
|
|
546
|
+
# Defaults to `social_security_number`.
|
|
547
|
+
#
|
|
528
548
|
# @param number [String]
|
|
529
549
|
# An identification number that can be used to verify the individual's identity,
|
|
530
550
|
# such as a social security number. For Social Security Numbers and Individual
|
|
@@ -546,6 +566,8 @@ module Increase
|
|
|
546
566
|
|
|
547
567
|
# A method that can be used to verify the individual's identity.
|
|
548
568
|
#
|
|
569
|
+
# Defaults to `social_security_number`.
|
|
570
|
+
#
|
|
549
571
|
# @see Increase::Models::EntityUpdateParams::NaturalPerson::Identification#method_
|
|
550
572
|
module Method
|
|
551
573
|
extend Increase::Internal::Type::Enum
|
|
@@ -277,6 +277,12 @@ module Increase
|
|
|
277
277
|
# Occurs whenever an Inbound Wire Transfer is updated.
|
|
278
278
|
INBOUND_WIRE_TRANSFER_UPDATED = :"inbound_wire_transfer.updated"
|
|
279
279
|
|
|
280
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
281
|
+
INTEREST_RATE_PLAN_CREATED = :"interest_rate_plan.created"
|
|
282
|
+
|
|
283
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
284
|
+
INTEREST_RATE_PLAN_UPDATED = :"interest_rate_plan.updated"
|
|
285
|
+
|
|
280
286
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
281
287
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED = :"intrafi_account_enrollment.created"
|
|
282
288
|
|
|
@@ -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 order_by [Increase::Models::EventListParams::OrderBy]
|
|
59
63
|
#
|
|
60
64
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -285,6 +289,12 @@ module Increase
|
|
|
285
289
|
# Occurs whenever an Inbound Wire Transfer is updated.
|
|
286
290
|
INBOUND_WIRE_TRANSFER_UPDATED = :"inbound_wire_transfer.updated"
|
|
287
291
|
|
|
292
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
293
|
+
INTEREST_RATE_PLAN_CREATED = :"interest_rate_plan.created"
|
|
294
|
+
|
|
295
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
296
|
+
INTEREST_RATE_PLAN_UPDATED = :"interest_rate_plan.updated"
|
|
297
|
+
|
|
288
298
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
289
299
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED = :"intrafi_account_enrollment.created"
|
|
290
300
|
|
|
@@ -490,6 +500,8 @@ module Increase
|
|
|
490
500
|
# @!attribute direction
|
|
491
501
|
# The direction to order in.
|
|
492
502
|
#
|
|
503
|
+
# Defaults to `ascending`.
|
|
504
|
+
#
|
|
493
505
|
# @return [Symbol, Increase::Models::EventListParams::OrderBy::Direction, nil]
|
|
494
506
|
optional :direction, enum: -> { Increase::EventListParams::OrderBy::Direction }
|
|
495
507
|
|
|
@@ -503,10 +515,14 @@ module Increase
|
|
|
503
515
|
# @param direction [Symbol, Increase::Models::EventListParams::OrderBy::Direction]
|
|
504
516
|
# The direction to order in.
|
|
505
517
|
#
|
|
518
|
+
# Defaults to `ascending`.
|
|
519
|
+
#
|
|
506
520
|
# @param field [Symbol, Increase::Models::EventListParams::OrderBy::Field] The field to order by.
|
|
507
521
|
|
|
508
522
|
# The direction to order in.
|
|
509
523
|
#
|
|
524
|
+
# Defaults to `ascending`.
|
|
525
|
+
#
|
|
510
526
|
# @see Increase::Models::EventListParams::OrderBy#direction
|
|
511
527
|
module Direction
|
|
512
528
|
extend Increase::Internal::Type::Enum
|
|
@@ -318,6 +318,12 @@ module Increase
|
|
|
318
318
|
# Occurs whenever an Inbound Wire Transfer is updated.
|
|
319
319
|
INBOUND_WIRE_TRANSFER_UPDATED = :"inbound_wire_transfer.updated"
|
|
320
320
|
|
|
321
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
322
|
+
INTEREST_RATE_PLAN_CREATED = :"interest_rate_plan.created"
|
|
323
|
+
|
|
324
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
325
|
+
INTEREST_RATE_PLAN_UPDATED = :"interest_rate_plan.updated"
|
|
326
|
+
|
|
321
327
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
322
328
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED = :"intrafi_account_enrollment.created"
|
|
323
329
|
|
|
@@ -287,6 +287,12 @@ module Increase
|
|
|
287
287
|
# Occurs whenever an Inbound Wire Transfer is updated.
|
|
288
288
|
INBOUND_WIRE_TRANSFER_UPDATED = :"inbound_wire_transfer.updated"
|
|
289
289
|
|
|
290
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
291
|
+
INTEREST_RATE_PLAN_CREATED = :"interest_rate_plan.created"
|
|
292
|
+
|
|
293
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
294
|
+
INTEREST_RATE_PLAN_UPDATED = :"interest_rate_plan.updated"
|
|
295
|
+
|
|
290
296
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
291
297
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED = :"intrafi_account_enrollment.created"
|
|
292
298
|
|
|
@@ -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
|
|
|
@@ -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
|
end
|
|
47
51
|
end
|
|
@@ -47,6 +47,8 @@ module Increase
|
|
|
47
47
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
48
48
|
# objects.
|
|
49
49
|
#
|
|
50
|
+
# Defaults to `100`.
|
|
51
|
+
#
|
|
50
52
|
# @return [Integer, nil]
|
|
51
53
|
optional :limit, Integer
|
|
52
54
|
|
|
@@ -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 status [Increase::Models::ExportListParams::Status]
|
|
81
85
|
#
|
|
82
86
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -33,7 +33,9 @@ module Increase
|
|
|
33
33
|
optional :account_holder, enum: -> { Increase::ExternalAccountCreateParams::AccountHolder }
|
|
34
34
|
|
|
35
35
|
# @!attribute funding
|
|
36
|
-
# The type of the destination account.
|
|
36
|
+
# The type of the destination account.
|
|
37
|
+
#
|
|
38
|
+
# Defaults to `checking`.
|
|
37
39
|
#
|
|
38
40
|
# @return [Symbol, Increase::Models::ExternalAccountCreateParams::Funding, nil]
|
|
39
41
|
optional :funding, enum: -> { Increase::ExternalAccountCreateParams::Funding }
|
|
@@ -51,7 +53,9 @@ module Increase
|
|
|
51
53
|
# The type of entity that owns the External Account.
|
|
52
54
|
#
|
|
53
55
|
# @param funding [Symbol, Increase::Models::ExternalAccountCreateParams::Funding]
|
|
54
|
-
# The type of the destination account.
|
|
56
|
+
# The type of the destination account.
|
|
57
|
+
#
|
|
58
|
+
# Defaults to `checking`.
|
|
55
59
|
#
|
|
56
60
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
57
61
|
|
|
@@ -72,7 +76,9 @@ module Increase
|
|
|
72
76
|
# @return [Array<Symbol>]
|
|
73
77
|
end
|
|
74
78
|
|
|
75
|
-
# The type of the destination account.
|
|
79
|
+
# The type of the destination account.
|
|
80
|
+
#
|
|
81
|
+
# Defaults to `checking`.
|
|
76
82
|
module Funding
|
|
77
83
|
extend Increase::Internal::Type::Enum
|
|
78
84
|
|
|
@@ -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
|
|
|
@@ -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 routing_number [String] Filter External Accounts to those with the specified Routing Number.
|
|
57
61
|
#
|
|
58
62
|
# @param status [Increase::Models::ExternalAccountListParams::Status]
|
|
@@ -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
|
|
|
@@ -71,6 +73,8 @@ module Increase
|
|
|
71
73
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
72
74
|
# objects.
|
|
73
75
|
#
|
|
76
|
+
# Defaults to `100`.
|
|
77
|
+
#
|
|
74
78
|
# @param status [Increase::Models::FednowTransferListParams::Status]
|
|
75
79
|
#
|
|
76
80
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
data/lib/increase/models/file.rb
CHANGED
|
@@ -182,13 +182,13 @@ module Increase
|
|
|
182
182
|
# An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
|
|
183
183
|
DIGITAL_WALLET_APP_ICON = :digital_wallet_app_icon
|
|
184
184
|
|
|
185
|
-
# 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.
|
|
185
|
+
# 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.
|
|
186
186
|
PHYSICAL_CARD_FRONT = :physical_card_front
|
|
187
187
|
|
|
188
188
|
# The image to be printed on the back of a physical card.
|
|
189
189
|
PHYSICAL_CARD_BACK = :physical_card_back
|
|
190
190
|
|
|
191
|
-
# 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.
|
|
191
|
+
# 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.
|
|
192
192
|
PHYSICAL_CARD_CARRIER = :physical_card_carrier
|
|
193
193
|
|
|
194
194
|
# A document requested by Increase.
|
|
@@ -18,6 +18,8 @@ module Increase
|
|
|
18
18
|
# @!attribute purpose
|
|
19
19
|
# What the File will be used for in Increase's systems.
|
|
20
20
|
#
|
|
21
|
+
# Defaults to `other`.
|
|
22
|
+
#
|
|
21
23
|
# @return [Symbol, Increase::Models::FileCreateParams::Purpose]
|
|
22
24
|
required :purpose, enum: -> { Increase::FileCreateParams::Purpose }
|
|
23
25
|
|
|
@@ -36,11 +38,15 @@ module Increase
|
|
|
36
38
|
# @param purpose [Symbol, Increase::Models::FileCreateParams::Purpose]
|
|
37
39
|
# What the File will be used for in Increase's systems.
|
|
38
40
|
#
|
|
41
|
+
# Defaults to `other`.
|
|
42
|
+
#
|
|
39
43
|
# @param description [String] The description you choose to give the File.
|
|
40
44
|
#
|
|
41
45
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
42
46
|
|
|
43
47
|
# What the File will be used for in Increase's systems.
|
|
48
|
+
#
|
|
49
|
+
# Defaults to `other`.
|
|
44
50
|
module Purpose
|
|
45
51
|
extend Increase::Internal::Type::Enum
|
|
46
52
|
|
|
@@ -86,10 +92,10 @@ module Increase
|
|
|
86
92
|
# An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
|
|
87
93
|
DIGITAL_WALLET_APP_ICON = :digital_wallet_app_icon
|
|
88
94
|
|
|
89
|
-
# 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.
|
|
95
|
+
# 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.
|
|
90
96
|
PHYSICAL_CARD_FRONT = :physical_card_front
|
|
91
97
|
|
|
92
|
-
# 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.
|
|
98
|
+
# 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.
|
|
93
99
|
PHYSICAL_CARD_CARRIER = :physical_card_carrier
|
|
94
100
|
|
|
95
101
|
# A document requested by Increase.
|