increase 1.346.1 → 1.348.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 +14 -2
- data/lib/increase/models/ach_prenotification_list_params.rb +4 -0
- data/lib/increase/models/ach_transfer.rb +2 -2
- data/lib/increase/models/ach_transfer_create_params.rb +7 -24
- data/lib/increase/models/ach_transfer_list_params.rb +4 -0
- data/lib/increase/models/balance_lookup.rb +49 -1
- 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 +21 -2
- data/lib/increase/models/card.rb +43 -1
- data/lib/increase/models/card_create_params.rb +42 -1
- data/lib/increase/models/card_dispute.rb +1 -1
- data/lib/increase/models/card_dispute_list_params.rb +5 -1
- data/lib/increase/models/card_list_params.rb +4 -0
- data/lib/increase/models/card_payment.rb +18 -1
- 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 +15 -3
- data/lib/increase/models/check_transfer_create_params.rb +27 -15
- 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.rb +22 -4
- 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 +778 -3
- data/lib/increase/models/event.rb +15 -0
- data/lib/increase/models/event_list_params.rb +25 -0
- data/lib/increase/models/event_subscription.rb +15 -0
- data/lib/increase/models/event_subscription_create_params.rb +15 -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 +9 -8
- 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.rb +6 -6
- 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.rb +18 -1
- 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_decision.rb +18 -1
- data/lib/increase/models/real_time_payments_transfer.rb +30 -19
- data/lib/increase/models/real_time_payments_transfer_create_params.rb +12 -1
- 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_dispute_action_params.rb +30 -1
- 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/entity_update_validation_params.rb +3 -0
- data/lib/increase/models/simulations/program_create_params.rb +3 -0
- data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +18 -18
- 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 +15 -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 +100 -42
- 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 +7 -1
- data/lib/increase/resources/ach_transfers.rb +5 -4
- data/lib/increase/resources/beneficial_owners.rb +5 -1
- 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 +7 -1
- 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 +7 -1
- 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 +14 -2
- data/rbi/increase/models/ach_prenotification_list_params.rbi +4 -0
- data/rbi/increase/models/ach_transfer.rbi +2 -2
- data/rbi/increase/models/ach_transfer_create_params.rbi +6 -59
- data/rbi/increase/models/ach_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/balance_lookup.rbi +48 -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 +21 -0
- data/rbi/increase/models/card.rbi +63 -0
- data/rbi/increase/models/card_create_params.rbi +65 -0
- data/rbi/increase/models/card_dispute.rbi +1 -1
- data/rbi/increase/models/card_dispute_list_params.rbi +5 -1
- data/rbi/increase/models/card_list_params.rbi +4 -0
- data/rbi/increase/models/card_payment.rbi +16 -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 +17 -2
- data/rbi/increase/models/check_transfer_create_params.rbi +28 -14
- 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.rbi +61 -3
- 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 +1346 -3
- data/rbi/increase/models/event.rbi +35 -0
- data/rbi/increase/models/event_list_params.rbi +45 -0
- data/rbi/increase/models/event_subscription.rbi +35 -0
- data/rbi/increase/models/event_subscription_create_params.rbi +35 -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 +9 -8
- 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.rbi +6 -6
- 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.rbi +16 -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_decision.rbi +16 -0
- data/rbi/increase/models/real_time_payments_transfer.rbi +29 -18
- data/rbi/increase/models/real_time_payments_transfer_create_params.rbi +15 -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_dispute_action_params.rbi +60 -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/entity_update_validation_params.rbi +7 -0
- data/rbi/increase/models/simulations/program_create_params.rbi +7 -0
- data/rbi/increase/models/simulations/real_time_payments_transfer_complete_params.rbi +18 -18
- 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 +35 -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 +150 -62
- 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 +7 -1
- data/rbi/increase/resources/ach_transfers.rbi +4 -4
- data/rbi/increase/resources/beneficial_owners.rbi +5 -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 +6 -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 +6 -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/ach_transfer_create_params.rbs +1 -24
- data/sig/increase/models/balance_lookup.rbs +30 -0
- data/sig/increase/models/beneficial_owner_update_params.rbs +7 -0
- data/sig/increase/models/card.rbs +19 -0
- data/sig/increase/models/card_create_params.rbs +25 -0
- data/sig/increase/models/card_dispute.rbs +1 -1
- data/sig/increase/models/card_dispute_list_params.rbs +1 -1
- data/sig/increase/models/card_payment.rbs +5 -0
- data/sig/increase/models/check_transfer.rbs +11 -2
- data/sig/increase/models/check_transfer_create_params.rbs +9 -2
- data/sig/increase/models/entity.rbs +21 -4
- data/sig/increase/models/entity_update_params.rbs +585 -3
- data/sig/increase/models/event.rbs +20 -0
- data/sig/increase/models/event_list_params.rbs +20 -0
- data/sig/increase/models/event_subscription.rbs +20 -0
- data/sig/increase/models/event_subscription_create_params.rbs +20 -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_ach_transfer.rbs +2 -2
- data/sig/increase/models/inbound_check_deposit.rbs +5 -0
- data/sig/increase/models/pending_transaction.rbs +5 -0
- data/sig/increase/models/program.rbs +5 -1
- data/sig/increase/models/real_time_decision.rbs +5 -0
- data/sig/increase/models/real_time_payments_transfer.rbs +23 -18
- data/sig/increase/models/real_time_payments_transfer_create_params.rbs +7 -0
- data/sig/increase/models/routing_number_list_response.rbs +19 -0
- data/sig/increase/models/simulations/card_dispute_action_params.rbs +23 -0
- data/sig/increase/models/simulations/entity_update_validation_params.rbs +4 -0
- data/sig/increase/models/simulations/program_create_params.rbs +5 -1
- data/sig/increase/models/simulations/real_time_payments_transfer_complete_params.rbs +18 -18
- data/sig/increase/models/unwrap_webhook_event.rbs +20 -0
- data/sig/increase/models/wire_transfer_create_params.rbs +80 -26
- data/sig/increase/resources/ach_transfers.rbs +0 -1
- data/sig/increase/resources/beneficial_owners.rbs +1 -0
- data/sig/increase/resources/cards.rbs +1 -0
- data/sig/increase/resources/real_time_payments_transfers.rbs +1 -0
- 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}]
|