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
|
@@ -231,91 +231,135 @@ module Increase
|
|
|
231
231
|
)
|
|
232
232
|
end
|
|
233
233
|
|
|
234
|
-
#
|
|
234
|
+
# Structured address components. City and country are required.
|
|
235
235
|
sig do
|
|
236
236
|
returns(
|
|
237
|
-
|
|
237
|
+
T.nilable(
|
|
238
|
+
Increase::WireTransferCreateParams::Creditor::Address::Structured
|
|
239
|
+
)
|
|
238
240
|
)
|
|
239
241
|
end
|
|
240
|
-
attr_reader :
|
|
242
|
+
attr_reader :structured
|
|
241
243
|
|
|
242
244
|
sig do
|
|
243
245
|
params(
|
|
244
|
-
|
|
245
|
-
Increase::WireTransferCreateParams::Creditor::Address::
|
|
246
|
+
structured:
|
|
247
|
+
Increase::WireTransferCreateParams::Creditor::Address::Structured::OrHash
|
|
246
248
|
).void
|
|
247
249
|
end
|
|
248
|
-
attr_writer :
|
|
250
|
+
attr_writer :structured
|
|
249
251
|
|
|
250
252
|
# The person or business's address.
|
|
251
253
|
sig do
|
|
252
254
|
params(
|
|
253
|
-
|
|
254
|
-
Increase::WireTransferCreateParams::Creditor::Address::
|
|
255
|
+
structured:
|
|
256
|
+
Increase::WireTransferCreateParams::Creditor::Address::Structured::OrHash
|
|
255
257
|
).returns(T.attached_class)
|
|
256
258
|
end
|
|
257
259
|
def self.new(
|
|
258
|
-
#
|
|
259
|
-
|
|
260
|
+
# Structured address components. City and country are required.
|
|
261
|
+
structured: nil
|
|
260
262
|
)
|
|
261
263
|
end
|
|
262
264
|
|
|
263
265
|
sig do
|
|
264
266
|
override.returns(
|
|
265
267
|
{
|
|
266
|
-
|
|
267
|
-
Increase::WireTransferCreateParams::Creditor::Address::
|
|
268
|
+
structured:
|
|
269
|
+
Increase::WireTransferCreateParams::Creditor::Address::Structured
|
|
268
270
|
}
|
|
269
271
|
)
|
|
270
272
|
end
|
|
271
273
|
def to_hash
|
|
272
274
|
end
|
|
273
275
|
|
|
274
|
-
class
|
|
276
|
+
class Structured < Increase::Internal::Type::BaseModel
|
|
275
277
|
OrHash =
|
|
276
278
|
T.type_alias do
|
|
277
279
|
T.any(
|
|
278
|
-
Increase::WireTransferCreateParams::Creditor::Address::
|
|
280
|
+
Increase::WireTransferCreateParams::Creditor::Address::Structured,
|
|
279
281
|
Increase::Internal::AnyHash
|
|
280
282
|
)
|
|
281
283
|
end
|
|
282
284
|
|
|
283
|
-
# The
|
|
285
|
+
# The city, district, town, or village of the address.
|
|
284
286
|
sig { returns(String) }
|
|
285
|
-
attr_accessor :
|
|
287
|
+
attr_accessor :city
|
|
288
|
+
|
|
289
|
+
# The two-letter
|
|
290
|
+
# [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code for
|
|
291
|
+
# the country of the address.
|
|
292
|
+
sig { returns(String) }
|
|
293
|
+
attr_accessor :country
|
|
294
|
+
|
|
295
|
+
# The first line of the address.
|
|
296
|
+
sig { returns(T.nilable(String)) }
|
|
297
|
+
attr_reader :line1
|
|
298
|
+
|
|
299
|
+
sig { params(line1: String).void }
|
|
300
|
+
attr_writer :line1
|
|
286
301
|
|
|
287
|
-
# The
|
|
302
|
+
# The second line of the address.
|
|
288
303
|
sig { returns(T.nilable(String)) }
|
|
289
304
|
attr_reader :line2
|
|
290
305
|
|
|
291
306
|
sig { params(line2: String).void }
|
|
292
307
|
attr_writer :line2
|
|
293
308
|
|
|
294
|
-
# The
|
|
309
|
+
# The postal code of the address.
|
|
295
310
|
sig { returns(T.nilable(String)) }
|
|
296
|
-
attr_reader :
|
|
311
|
+
attr_reader :postal_code
|
|
297
312
|
|
|
298
|
-
sig { params(
|
|
299
|
-
attr_writer :
|
|
313
|
+
sig { params(postal_code: String).void }
|
|
314
|
+
attr_writer :postal_code
|
|
315
|
+
|
|
316
|
+
# The address state.
|
|
317
|
+
sig { returns(T.nilable(String)) }
|
|
318
|
+
attr_reader :state
|
|
300
319
|
|
|
301
|
-
|
|
320
|
+
sig { params(state: String).void }
|
|
321
|
+
attr_writer :state
|
|
322
|
+
|
|
323
|
+
# Structured address components. City and country are required.
|
|
302
324
|
sig do
|
|
303
|
-
params(
|
|
304
|
-
|
|
305
|
-
|
|
325
|
+
params(
|
|
326
|
+
city: String,
|
|
327
|
+
country: String,
|
|
328
|
+
line1: String,
|
|
329
|
+
line2: String,
|
|
330
|
+
postal_code: String,
|
|
331
|
+
state: String
|
|
332
|
+
).returns(T.attached_class)
|
|
306
333
|
end
|
|
307
334
|
def self.new(
|
|
308
|
-
# The
|
|
309
|
-
|
|
310
|
-
# The
|
|
335
|
+
# The city, district, town, or village of the address.
|
|
336
|
+
city:,
|
|
337
|
+
# The two-letter
|
|
338
|
+
# [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code for
|
|
339
|
+
# the country of the address.
|
|
340
|
+
country:,
|
|
341
|
+
# The first line of the address.
|
|
342
|
+
line1: nil,
|
|
343
|
+
# The second line of the address.
|
|
311
344
|
line2: nil,
|
|
312
|
-
# The
|
|
313
|
-
|
|
345
|
+
# The postal code of the address.
|
|
346
|
+
postal_code: nil,
|
|
347
|
+
# The address state.
|
|
348
|
+
state: nil
|
|
314
349
|
)
|
|
315
350
|
end
|
|
316
351
|
|
|
317
352
|
sig do
|
|
318
|
-
override.returns(
|
|
353
|
+
override.returns(
|
|
354
|
+
{
|
|
355
|
+
city: String,
|
|
356
|
+
country: String,
|
|
357
|
+
line1: String,
|
|
358
|
+
line2: String,
|
|
359
|
+
postal_code: String,
|
|
360
|
+
state: String
|
|
361
|
+
}
|
|
362
|
+
)
|
|
319
363
|
end
|
|
320
364
|
def to_hash
|
|
321
365
|
end
|
|
@@ -595,91 +639,135 @@ module Increase
|
|
|
595
639
|
)
|
|
596
640
|
end
|
|
597
641
|
|
|
598
|
-
#
|
|
642
|
+
# Structured address components. City and country are required.
|
|
599
643
|
sig do
|
|
600
644
|
returns(
|
|
601
|
-
|
|
645
|
+
T.nilable(
|
|
646
|
+
Increase::WireTransferCreateParams::Debtor::Address::Structured
|
|
647
|
+
)
|
|
602
648
|
)
|
|
603
649
|
end
|
|
604
|
-
attr_reader :
|
|
650
|
+
attr_reader :structured
|
|
605
651
|
|
|
606
652
|
sig do
|
|
607
653
|
params(
|
|
608
|
-
|
|
609
|
-
Increase::WireTransferCreateParams::Debtor::Address::
|
|
654
|
+
structured:
|
|
655
|
+
Increase::WireTransferCreateParams::Debtor::Address::Structured::OrHash
|
|
610
656
|
).void
|
|
611
657
|
end
|
|
612
|
-
attr_writer :
|
|
658
|
+
attr_writer :structured
|
|
613
659
|
|
|
614
660
|
# The person or business's address.
|
|
615
661
|
sig do
|
|
616
662
|
params(
|
|
617
|
-
|
|
618
|
-
Increase::WireTransferCreateParams::Debtor::Address::
|
|
663
|
+
structured:
|
|
664
|
+
Increase::WireTransferCreateParams::Debtor::Address::Structured::OrHash
|
|
619
665
|
).returns(T.attached_class)
|
|
620
666
|
end
|
|
621
667
|
def self.new(
|
|
622
|
-
#
|
|
623
|
-
|
|
668
|
+
# Structured address components. City and country are required.
|
|
669
|
+
structured: nil
|
|
624
670
|
)
|
|
625
671
|
end
|
|
626
672
|
|
|
627
673
|
sig do
|
|
628
674
|
override.returns(
|
|
629
675
|
{
|
|
630
|
-
|
|
631
|
-
Increase::WireTransferCreateParams::Debtor::Address::
|
|
676
|
+
structured:
|
|
677
|
+
Increase::WireTransferCreateParams::Debtor::Address::Structured
|
|
632
678
|
}
|
|
633
679
|
)
|
|
634
680
|
end
|
|
635
681
|
def to_hash
|
|
636
682
|
end
|
|
637
683
|
|
|
638
|
-
class
|
|
684
|
+
class Structured < Increase::Internal::Type::BaseModel
|
|
639
685
|
OrHash =
|
|
640
686
|
T.type_alias do
|
|
641
687
|
T.any(
|
|
642
|
-
Increase::WireTransferCreateParams::Debtor::Address::
|
|
688
|
+
Increase::WireTransferCreateParams::Debtor::Address::Structured,
|
|
643
689
|
Increase::Internal::AnyHash
|
|
644
690
|
)
|
|
645
691
|
end
|
|
646
692
|
|
|
647
|
-
# The
|
|
693
|
+
# The city, district, town, or village of the address.
|
|
648
694
|
sig { returns(String) }
|
|
649
|
-
attr_accessor :
|
|
695
|
+
attr_accessor :city
|
|
696
|
+
|
|
697
|
+
# The two-letter
|
|
698
|
+
# [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code for
|
|
699
|
+
# the country of the address.
|
|
700
|
+
sig { returns(String) }
|
|
701
|
+
attr_accessor :country
|
|
702
|
+
|
|
703
|
+
# The first line of the address.
|
|
704
|
+
sig { returns(T.nilable(String)) }
|
|
705
|
+
attr_reader :line1
|
|
706
|
+
|
|
707
|
+
sig { params(line1: String).void }
|
|
708
|
+
attr_writer :line1
|
|
650
709
|
|
|
651
|
-
# The
|
|
710
|
+
# The second line of the address.
|
|
652
711
|
sig { returns(T.nilable(String)) }
|
|
653
712
|
attr_reader :line2
|
|
654
713
|
|
|
655
714
|
sig { params(line2: String).void }
|
|
656
715
|
attr_writer :line2
|
|
657
716
|
|
|
658
|
-
# The
|
|
717
|
+
# The postal code of the address.
|
|
659
718
|
sig { returns(T.nilable(String)) }
|
|
660
|
-
attr_reader :
|
|
719
|
+
attr_reader :postal_code
|
|
661
720
|
|
|
662
|
-
sig { params(
|
|
663
|
-
attr_writer :
|
|
721
|
+
sig { params(postal_code: String).void }
|
|
722
|
+
attr_writer :postal_code
|
|
723
|
+
|
|
724
|
+
# The address state.
|
|
725
|
+
sig { returns(T.nilable(String)) }
|
|
726
|
+
attr_reader :state
|
|
664
727
|
|
|
665
|
-
|
|
728
|
+
sig { params(state: String).void }
|
|
729
|
+
attr_writer :state
|
|
730
|
+
|
|
731
|
+
# Structured address components. City and country are required.
|
|
666
732
|
sig do
|
|
667
|
-
params(
|
|
668
|
-
|
|
669
|
-
|
|
733
|
+
params(
|
|
734
|
+
city: String,
|
|
735
|
+
country: String,
|
|
736
|
+
line1: String,
|
|
737
|
+
line2: String,
|
|
738
|
+
postal_code: String,
|
|
739
|
+
state: String
|
|
740
|
+
).returns(T.attached_class)
|
|
670
741
|
end
|
|
671
742
|
def self.new(
|
|
672
|
-
# The
|
|
673
|
-
|
|
674
|
-
# The
|
|
743
|
+
# The city, district, town, or village of the address.
|
|
744
|
+
city:,
|
|
745
|
+
# The two-letter
|
|
746
|
+
# [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code for
|
|
747
|
+
# the country of the address.
|
|
748
|
+
country:,
|
|
749
|
+
# The first line of the address.
|
|
750
|
+
line1: nil,
|
|
751
|
+
# The second line of the address.
|
|
675
752
|
line2: nil,
|
|
676
|
-
# The
|
|
677
|
-
|
|
753
|
+
# The postal code of the address.
|
|
754
|
+
postal_code: nil,
|
|
755
|
+
# The address state.
|
|
756
|
+
state: nil
|
|
678
757
|
)
|
|
679
758
|
end
|
|
680
759
|
|
|
681
760
|
sig do
|
|
682
|
-
override.returns(
|
|
761
|
+
override.returns(
|
|
762
|
+
{
|
|
763
|
+
city: String,
|
|
764
|
+
country: String,
|
|
765
|
+
line1: String,
|
|
766
|
+
line2: String,
|
|
767
|
+
postal_code: String,
|
|
768
|
+
state: String
|
|
769
|
+
}
|
|
770
|
+
)
|
|
683
771
|
end
|
|
684
772
|
def to_hash
|
|
685
773
|
end
|
|
@@ -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
|
|
|
@@ -95,6 +97,8 @@ module Increase
|
|
|
95
97
|
idempotency_key: nil,
|
|
96
98
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
97
99
|
# objects.
|
|
100
|
+
#
|
|
101
|
+
# Defaults to `100`.
|
|
98
102
|
limit: nil,
|
|
99
103
|
status: nil,
|
|
100
104
|
request_options: {}
|
|
@@ -98,6 +98,8 @@ module Increase
|
|
|
98
98
|
informational_entity_id: nil,
|
|
99
99
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
100
100
|
# objects.
|
|
101
|
+
#
|
|
102
|
+
# Defaults to `100`.
|
|
101
103
|
limit: nil,
|
|
102
104
|
# Filter Accounts for those in a specific Program.
|
|
103
105
|
program_id: nil,
|
|
@@ -43,18 +43,22 @@ module Increase
|
|
|
43
43
|
# The name by which the recipient knows you.
|
|
44
44
|
company_name: nil,
|
|
45
45
|
# Whether the Prenotification is for a future debit or credit.
|
|
46
|
+
#
|
|
47
|
+
# Defaults to `debit`.
|
|
46
48
|
credit_debit_indicator: nil,
|
|
47
49
|
# The ACH Prenotification effective date in
|
|
48
50
|
# [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
|
|
49
51
|
effective_date: nil,
|
|
50
52
|
# Your identifier for the recipient.
|
|
51
53
|
individual_id: nil,
|
|
52
|
-
# The name of
|
|
54
|
+
# The name of the recipient. This value is informational and not verified by the
|
|
53
55
|
# recipient's bank.
|
|
54
56
|
individual_name: nil,
|
|
55
57
|
# The
|
|
56
58
|
# [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
|
|
57
59
|
# to use for the ACH Prenotification.
|
|
60
|
+
#
|
|
61
|
+
# Defaults to `corporate_credit_or_debit`.
|
|
58
62
|
standard_entry_class_code: nil,
|
|
59
63
|
request_options: {}
|
|
60
64
|
)
|
|
@@ -95,6 +99,8 @@ module Increase
|
|
|
95
99
|
idempotency_key: nil,
|
|
96
100
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
97
101
|
# objects.
|
|
102
|
+
#
|
|
103
|
+
# Defaults to `100`.
|
|
98
104
|
limit: nil,
|
|
99
105
|
request_options: {}
|
|
100
106
|
)
|
|
@@ -27,8 +27,6 @@ module Increase
|
|
|
27
27
|
routing_number: String,
|
|
28
28
|
standard_entry_class_code:
|
|
29
29
|
Increase::ACHTransferCreateParams::StandardEntryClassCode::OrSymbol,
|
|
30
|
-
transaction_timing:
|
|
31
|
-
Increase::ACHTransferCreateParams::TransactionTiming::OrSymbol,
|
|
32
30
|
request_options: Increase::RequestOptions::OrHash
|
|
33
31
|
).returns(Increase::ACHTransfer)
|
|
34
32
|
end
|
|
@@ -79,6 +77,8 @@ module Increase
|
|
|
79
77
|
# provided, `account_number`, `routing_number`, and `funding` must be absent.
|
|
80
78
|
external_account_id: nil,
|
|
81
79
|
# The type of the receiver's bank account.
|
|
80
|
+
#
|
|
81
|
+
# Defaults to `checking`.
|
|
82
82
|
funding: nil,
|
|
83
83
|
# Your internal identifier for the transfer recipient. This value is informational
|
|
84
84
|
# and not verified by the recipient's bank. Most callers can leave this unset.
|
|
@@ -101,8 +101,6 @@ module Increase
|
|
|
101
101
|
# to use for the transfer. If not provided, the default is
|
|
102
102
|
# `corporate_credit_or_debit`.
|
|
103
103
|
standard_entry_class_code: nil,
|
|
104
|
-
# The timing of the transaction.
|
|
105
|
-
transaction_timing: nil,
|
|
106
104
|
request_options: {}
|
|
107
105
|
)
|
|
108
106
|
end
|
|
@@ -149,6 +147,8 @@ module Increase
|
|
|
149
147
|
idempotency_key: nil,
|
|
150
148
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
151
149
|
# objects.
|
|
150
|
+
#
|
|
151
|
+
# Defaults to `100`.
|
|
152
152
|
limit: nil,
|
|
153
153
|
status: nil,
|
|
154
154
|
request_options: {}
|
|
@@ -50,6 +50,7 @@ module Increase
|
|
|
50
50
|
entity_beneficial_owner_id: String,
|
|
51
51
|
address: Increase::BeneficialOwnerUpdateParams::Address::OrHash,
|
|
52
52
|
confirmed_no_us_tax_id: T::Boolean,
|
|
53
|
+
date_of_birth: Date,
|
|
53
54
|
identification:
|
|
54
55
|
Increase::BeneficialOwnerUpdateParams::Identification::OrHash,
|
|
55
56
|
name: String,
|
|
@@ -69,6 +70,8 @@ module Increase
|
|
|
69
70
|
# tax id (either a Social Security Number or Individual Taxpayer Identification
|
|
70
71
|
# Number).
|
|
71
72
|
confirmed_no_us_tax_id: nil,
|
|
73
|
+
# The person's date of birth in YYYY-MM-DD format.
|
|
74
|
+
date_of_birth: nil,
|
|
72
75
|
# A means of verifying the person's identity.
|
|
73
76
|
identification: nil,
|
|
74
77
|
# The individual's legal name.
|
|
@@ -105,6 +108,8 @@ module Increase
|
|
|
105
108
|
idempotency_key: nil,
|
|
106
109
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
107
110
|
# objects.
|
|
111
|
+
#
|
|
112
|
+
# Defaults to `100`.
|
|
108
113
|
limit: nil,
|
|
109
114
|
request_options: {}
|
|
110
115
|
)
|
|
@@ -10,6 +10,7 @@ module Increase
|
|
|
10
10
|
authorization_controls:
|
|
11
11
|
Increase::CardCreateParams::AuthorizationControls::OrHash,
|
|
12
12
|
billing_address: Increase::CardCreateParams::BillingAddress::OrHash,
|
|
13
|
+
cardholder_name: Increase::CardCreateParams::CardholderName::OrHash,
|
|
13
14
|
description: String,
|
|
14
15
|
digital_wallet: Increase::CardCreateParams::DigitalWallet::OrHash,
|
|
15
16
|
entity_id: String,
|
|
@@ -23,6 +24,9 @@ module Increase
|
|
|
23
24
|
authorization_controls: nil,
|
|
24
25
|
# The card's billing address.
|
|
25
26
|
billing_address: nil,
|
|
27
|
+
# The name of the cardholder. Used to respond to Account Name Inquiry requests
|
|
28
|
+
# from acquirers in Card Validations.
|
|
29
|
+
cardholder_name: nil,
|
|
26
30
|
# The description you choose to give the card.
|
|
27
31
|
description: nil,
|
|
28
32
|
# The contact information used in the two-factor steps for digital wallet card
|
|
@@ -113,6 +117,8 @@ module Increase
|
|
|
113
117
|
idempotency_key: nil,
|
|
114
118
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
115
119
|
# objects.
|
|
120
|
+
#
|
|
121
|
+
# Defaults to `100`.
|
|
116
122
|
limit: nil,
|
|
117
123
|
status: nil,
|
|
118
124
|
request_options: {}
|
|
@@ -97,6 +97,8 @@ module Increase
|
|
|
97
97
|
idempotency_key: nil,
|
|
98
98
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
99
99
|
# objects.
|
|
100
|
+
#
|
|
101
|
+
# Defaults to `100`.
|
|
100
102
|
limit: nil,
|
|
101
103
|
status: nil,
|
|
102
104
|
request_options: {}
|
|
@@ -132,7 +134,10 @@ module Increase
|
|
|
132
134
|
)
|
|
133
135
|
end
|
|
134
136
|
|
|
135
|
-
#
|
|
137
|
+
# Request a stop payment on a Check Transfer. This can be done any time before the
|
|
138
|
+
# check is deposited. A stopped check cannot be deposited and the funds held by
|
|
139
|
+
# the transfer's Pending Transaction are released back to the account's available
|
|
140
|
+
# balance.
|
|
136
141
|
sig do
|
|
137
142
|
params(
|
|
138
143
|
check_transfer_id: String,
|
|
@@ -39,6 +39,8 @@ module Increase
|
|
|
39
39
|
cursor: nil,
|
|
40
40
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
41
41
|
# objects.
|
|
42
|
+
#
|
|
43
|
+
# Defaults to `100`.
|
|
42
44
|
limit: nil,
|
|
43
45
|
# Filter Declined Transactions to those belonging to the specified route.
|
|
44
46
|
route_id: nil,
|