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
|
@@ -24,8 +24,9 @@ module Increase
|
|
|
24
24
|
optional :amount, Integer
|
|
25
25
|
|
|
26
26
|
# @!attribute reason
|
|
27
|
-
# The reason for the adjustment.
|
|
28
|
-
#
|
|
27
|
+
# The reason for the adjustment.
|
|
28
|
+
#
|
|
29
|
+
# Defaults to `non_conforming_item`.
|
|
29
30
|
#
|
|
30
31
|
# @return [Symbol, Increase::Models::Simulations::CheckDepositAdjustmentParams::Reason, nil]
|
|
31
32
|
optional :reason, enum: -> { Increase::Simulations::CheckDepositAdjustmentParams::Reason }
|
|
@@ -40,13 +41,15 @@ module Increase
|
|
|
40
41
|
# Deposit amount.
|
|
41
42
|
#
|
|
42
43
|
# @param reason [Symbol, Increase::Models::Simulations::CheckDepositAdjustmentParams::Reason]
|
|
43
|
-
# The reason for the adjustment.
|
|
44
|
-
#
|
|
44
|
+
# The reason for the adjustment.
|
|
45
|
+
#
|
|
46
|
+
# Defaults to `non_conforming_item`.
|
|
45
47
|
#
|
|
46
48
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
47
49
|
|
|
48
|
-
# The reason for the adjustment.
|
|
49
|
-
#
|
|
50
|
+
# The reason for the adjustment.
|
|
51
|
+
#
|
|
52
|
+
# Defaults to `non_conforming_item`.
|
|
50
53
|
module Reason
|
|
51
54
|
extend Increase::Internal::Type::Enum
|
|
52
55
|
|
|
@@ -54,6 +54,9 @@ module Increase
|
|
|
54
54
|
# The entity's address could not be validated. Update the address with the [update an entity API](/documentation/api/entities#update-an-entity.corporation.address).
|
|
55
55
|
ENTITY_ADDRESS = :entity_address
|
|
56
56
|
|
|
57
|
+
# The entity's identity could not be verified. Update the identification with the [update an entity API](/documentation/api/entities#update-an-entity.natural_person.identification).
|
|
58
|
+
ENTITY_IDENTITY = :entity_identity
|
|
59
|
+
|
|
57
60
|
# A beneficial owner's identity could not be verified. Update the identification with the [update a beneficial owner API](/documentation/api/beneficial-owners#update-a-beneficial-owner).
|
|
58
61
|
BENEFICIAL_OWNER_IDENTITY = :beneficial_owner_identity
|
|
59
62
|
|
|
@@ -49,61 +49,61 @@ module Increase
|
|
|
49
49
|
module RejectReasonCode
|
|
50
50
|
extend Increase::Internal::Type::Enum
|
|
51
51
|
|
|
52
|
-
# The destination account is closed. Corresponds to the Real-Time Payments reason code
|
|
52
|
+
# The destination account is closed. Corresponds to the Real-Time Payments reason code "AC04".
|
|
53
53
|
ACCOUNT_CLOSED = :account_closed
|
|
54
54
|
|
|
55
|
-
# The destination account is currently blocked from receiving transactions. Corresponds to the Real-Time Payments reason code
|
|
55
|
+
# The destination account is currently blocked from receiving transactions. Corresponds to the Real-Time Payments reason code "AC06".
|
|
56
56
|
ACCOUNT_BLOCKED = :account_blocked
|
|
57
57
|
|
|
58
|
-
# The destination account is ineligible to receive Real-Time Payments transfers. Corresponds to the Real-Time Payments reason code
|
|
58
|
+
# The destination account is ineligible to receive Real-Time Payments transfers. Corresponds to the Real-Time Payments reason code "AC14".
|
|
59
59
|
INVALID_CREDITOR_ACCOUNT_TYPE = :invalid_creditor_account_type
|
|
60
60
|
|
|
61
|
-
# The destination account does not exist. Corresponds to the Real-Time Payments reason code
|
|
61
|
+
# The destination account does not exist. Corresponds to the Real-Time Payments reason code "AC03".
|
|
62
62
|
INVALID_CREDITOR_ACCOUNT_NUMBER = :invalid_creditor_account_number
|
|
63
63
|
|
|
64
|
-
# The destination routing number is invalid. Corresponds to the Real-Time Payments reason code
|
|
64
|
+
# The destination routing number is invalid. Corresponds to the Real-Time Payments reason code "RC04".
|
|
65
65
|
INVALID_CREDITOR_FINANCIAL_INSTITUTION_IDENTIFIER = :invalid_creditor_financial_institution_identifier
|
|
66
66
|
|
|
67
|
-
# The destination account holder is deceased. Corresponds to the Real-Time Payments reason code
|
|
67
|
+
# The destination account holder is deceased. Corresponds to the Real-Time Payments reason code "MD07".
|
|
68
68
|
END_CUSTOMER_DECEASED = :end_customer_deceased
|
|
69
69
|
|
|
70
70
|
# The reason is provided as narrative information in the additional information field.
|
|
71
71
|
NARRATIVE = :narrative
|
|
72
72
|
|
|
73
|
-
# Real-Time Payments transfers are not allowed to the destination account. Corresponds to the Real-Time Payments reason code
|
|
73
|
+
# Real-Time Payments transfers are not allowed to the destination account. Corresponds to the Real-Time Payments reason code "AG01".
|
|
74
74
|
TRANSACTION_FORBIDDEN = :transaction_forbidden
|
|
75
75
|
|
|
76
|
-
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code
|
|
76
|
+
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code "AG03".
|
|
77
77
|
TRANSACTION_TYPE_NOT_SUPPORTED = :transaction_type_not_supported
|
|
78
78
|
|
|
79
|
-
# The amount of the transfer is different than expected by the recipient. Corresponds to the Real-Time Payments reason code
|
|
79
|
+
# The amount of the transfer is different than expected by the recipient. Corresponds to the Real-Time Payments reason code "AM09".
|
|
80
80
|
UNEXPECTED_AMOUNT = :unexpected_amount
|
|
81
81
|
|
|
82
|
-
# The amount is higher than the recipient is authorized to send or receive. Corresponds to the Real-Time Payments reason code
|
|
82
|
+
# The amount is higher than the recipient is authorized to send or receive. Corresponds to the Real-Time Payments reason code "AM14".
|
|
83
83
|
AMOUNT_EXCEEDS_BANK_LIMITS = :amount_exceeds_bank_limits
|
|
84
84
|
|
|
85
|
-
# The creditor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code
|
|
85
|
+
# The creditor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code "BE04".
|
|
86
86
|
INVALID_CREDITOR_ADDRESS = :invalid_creditor_address
|
|
87
87
|
|
|
88
|
-
# The specified creditor is unknown. Corresponds to the Real-Time Payments reason code
|
|
88
|
+
# The specified creditor is unknown. Corresponds to the Real-Time Payments reason code "BE06".
|
|
89
89
|
UNKNOWN_END_CUSTOMER = :unknown_end_customer
|
|
90
90
|
|
|
91
|
-
# The debtor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code
|
|
91
|
+
# The debtor's address is required, but missing or invalid. Corresponds to the Real-Time Payments reason code "BE07".
|
|
92
92
|
INVALID_DEBTOR_ADDRESS = :invalid_debtor_address
|
|
93
93
|
|
|
94
|
-
# There was a timeout processing the transfer. Corresponds to the Real-Time Payments reason code
|
|
94
|
+
# There was a timeout processing the transfer. Corresponds to the Real-Time Payments reason code "DS24".
|
|
95
95
|
TIMEOUT = :timeout
|
|
96
96
|
|
|
97
|
-
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code
|
|
97
|
+
# Real-Time Payments transfers are not enabled for the destination account. Corresponds to the Real-Time Payments reason code "NOAT".
|
|
98
98
|
UNSUPPORTED_MESSAGE_FOR_RECIPIENT = :unsupported_message_for_recipient
|
|
99
99
|
|
|
100
|
-
# The destination financial institution is currently not connected to Real-Time Payments. Corresponds to the Real-Time Payments reason code
|
|
100
|
+
# The destination financial institution is currently not connected to Real-Time Payments. Corresponds to the Real-Time Payments reason code "9912".
|
|
101
101
|
RECIPIENT_CONNECTION_NOT_AVAILABLE = :recipient_connection_not_available
|
|
102
102
|
|
|
103
|
-
# Real-Time Payments is currently unavailable. Corresponds to the Real-Time Payments reason code
|
|
103
|
+
# Real-Time Payments is currently unavailable. Corresponds to the Real-Time Payments reason code "9948".
|
|
104
104
|
REAL_TIME_PAYMENTS_SUSPENDED = :real_time_payments_suspended
|
|
105
105
|
|
|
106
|
-
# The destination financial institution is currently signed off of Real-Time Payments. Corresponds to the Real-Time Payments reason code
|
|
106
|
+
# The destination financial institution is currently signed off of Real-Time Payments. Corresponds to the Real-Time Payments reason code "9910".
|
|
107
107
|
INSTRUCTED_AGENT_SIGNED_OFF = :instructed_agent_signed_off
|
|
108
108
|
|
|
109
109
|
# The transfer was rejected due to an internal Increase issue. We have been notified.
|
|
@@ -32,6 +32,8 @@ module Increase
|
|
|
32
32
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
33
33
|
# objects.
|
|
34
34
|
#
|
|
35
|
+
# Defaults to `100`.
|
|
36
|
+
#
|
|
35
37
|
# @return [Integer, nil]
|
|
36
38
|
optional :limit, Integer
|
|
37
39
|
|
|
@@ -50,6 +52,8 @@ module Increase
|
|
|
50
52
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
51
53
|
# objects.
|
|
52
54
|
#
|
|
55
|
+
# Defaults to `100`.
|
|
56
|
+
#
|
|
53
57
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
54
58
|
end
|
|
55
59
|
end
|
|
@@ -37,6 +37,8 @@ module Increase
|
|
|
37
37
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
38
38
|
# objects.
|
|
39
39
|
#
|
|
40
|
+
# Defaults to `100`.
|
|
41
|
+
#
|
|
40
42
|
# @return [Integer, nil]
|
|
41
43
|
optional :limit, Integer
|
|
42
44
|
|
|
@@ -62,6 +64,8 @@ module Increase
|
|
|
62
64
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
63
65
|
# objects.
|
|
64
66
|
#
|
|
67
|
+
# Defaults to `100`.
|
|
68
|
+
#
|
|
65
69
|
# @param status [Increase::Models::SwiftTransferListParams::Status]
|
|
66
70
|
#
|
|
67
71
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -33,6 +33,8 @@ module Increase
|
|
|
33
33
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
34
34
|
# objects.
|
|
35
35
|
#
|
|
36
|
+
# Defaults to `100`.
|
|
37
|
+
#
|
|
36
38
|
# @return [Integer, nil]
|
|
37
39
|
optional :limit, Integer
|
|
38
40
|
|
|
@@ -56,6 +58,8 @@ module Increase
|
|
|
56
58
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
57
59
|
# objects.
|
|
58
60
|
#
|
|
61
|
+
# Defaults to `100`.
|
|
62
|
+
#
|
|
59
63
|
# @param route_id [String]
|
|
60
64
|
# Filter Transactions for those belonging to the specified route. This could be a
|
|
61
65
|
# Card ID or an Account Number ID.
|
|
@@ -276,6 +276,12 @@ module Increase
|
|
|
276
276
|
# Occurs whenever an Inbound Wire Transfer is updated.
|
|
277
277
|
INBOUND_WIRE_TRANSFER_UPDATED = :"inbound_wire_transfer.updated"
|
|
278
278
|
|
|
279
|
+
# Occurs whenever an Interest Rate Plan is created.
|
|
280
|
+
INTEREST_RATE_PLAN_CREATED = :"interest_rate_plan.created"
|
|
281
|
+
|
|
282
|
+
# Occurs whenever an Interest Rate Plan is updated.
|
|
283
|
+
INTEREST_RATE_PLAN_UPDATED = :"interest_rate_plan.updated"
|
|
284
|
+
|
|
279
285
|
# Occurs whenever an IntraFi Account Enrollment is created.
|
|
280
286
|
INTRAFI_ACCOUNT_ENROLLMENT_CREATED = :"intrafi_account_enrollment.created"
|
|
281
287
|
|
|
@@ -297,6 +303,9 @@ module Increase
|
|
|
297
303
|
# Occurs whenever a Loan Distribution is created.
|
|
298
304
|
LOAN_DISTRIBUTION_CREATED = :"loan_distribution.created"
|
|
299
305
|
|
|
306
|
+
# Occurs whenever a Loan Obligation is created.
|
|
307
|
+
LOAN_OBLIGATION_CREATED = :"loan_obligation.created"
|
|
308
|
+
|
|
300
309
|
# Occurs whenever a Loan Offer is created.
|
|
301
310
|
LOAN_OFFER_CREATED = :"loan_offer.created"
|
|
302
311
|
|
|
@@ -312,6 +321,12 @@ module Increase
|
|
|
312
321
|
# Occurs whenever a Lockbox is updated.
|
|
313
322
|
LOCKBOX_UPDATED = :"lockbox.updated"
|
|
314
323
|
|
|
324
|
+
# Occurs whenever a Lockbox Address is created.
|
|
325
|
+
LOCKBOX_ADDRESS_CREATED = :"lockbox_address.created"
|
|
326
|
+
|
|
327
|
+
# Occurs whenever a Lockbox Address is updated.
|
|
328
|
+
LOCKBOX_ADDRESS_UPDATED = :"lockbox_address.updated"
|
|
329
|
+
|
|
315
330
|
# Occurs whenever an OAuth Connection is created.
|
|
316
331
|
OAUTH_CONNECTION_CREATED = :"oauth_connection.created"
|
|
317
332
|
|
|
@@ -234,7 +234,7 @@ module Increase
|
|
|
234
234
|
required :line2, String, nil?: true
|
|
235
235
|
|
|
236
236
|
# @!attribute postal_code
|
|
237
|
-
# The
|
|
237
|
+
# The postal code of the address.
|
|
238
238
|
#
|
|
239
239
|
# @return [String, nil]
|
|
240
240
|
required :postal_code, String, nil?: true
|
|
@@ -259,7 +259,7 @@ module Increase
|
|
|
259
259
|
#
|
|
260
260
|
# @param line2 [String, nil] The second line of the address.
|
|
261
261
|
#
|
|
262
|
-
# @param postal_code [String, nil] The
|
|
262
|
+
# @param postal_code [String, nil] The postal code of the address.
|
|
263
263
|
#
|
|
264
264
|
# @param state [String, nil] The address state.
|
|
265
265
|
end
|
|
@@ -293,7 +293,7 @@ module Increase
|
|
|
293
293
|
required :line2, String, nil?: true
|
|
294
294
|
|
|
295
295
|
# @!attribute postal_code
|
|
296
|
-
# The
|
|
296
|
+
# The postal code of the address.
|
|
297
297
|
#
|
|
298
298
|
# @return [String, nil]
|
|
299
299
|
required :postal_code, String, nil?: true
|
|
@@ -318,7 +318,7 @@ module Increase
|
|
|
318
318
|
#
|
|
319
319
|
# @param line2 [String, nil] The second line of the address.
|
|
320
320
|
#
|
|
321
|
-
# @param postal_code [String, nil] The
|
|
321
|
+
# @param postal_code [String, nil] The postal code of the address.
|
|
322
322
|
#
|
|
323
323
|
# @param state [String, nil] The address state.
|
|
324
324
|
end
|
|
@@ -146,7 +146,7 @@ module Increase
|
|
|
146
146
|
optional :line2, String
|
|
147
147
|
|
|
148
148
|
# @!attribute postal_code
|
|
149
|
-
# The
|
|
149
|
+
# The postal code of the address.
|
|
150
150
|
#
|
|
151
151
|
# @return [String, nil]
|
|
152
152
|
optional :postal_code, String
|
|
@@ -171,7 +171,7 @@ module Increase
|
|
|
171
171
|
#
|
|
172
172
|
# @param line2 [String] The second line of the address. This might be the floor or room number.
|
|
173
173
|
#
|
|
174
|
-
# @param postal_code [String] The
|
|
174
|
+
# @param postal_code [String] The postal code of the address.
|
|
175
175
|
#
|
|
176
176
|
# @param state [String] The address state.
|
|
177
177
|
end
|
|
@@ -204,7 +204,7 @@ module Increase
|
|
|
204
204
|
optional :line2, String
|
|
205
205
|
|
|
206
206
|
# @!attribute postal_code
|
|
207
|
-
# The
|
|
207
|
+
# The postal code of the address.
|
|
208
208
|
#
|
|
209
209
|
# @return [String, nil]
|
|
210
210
|
optional :postal_code, String
|
|
@@ -229,7 +229,7 @@ module Increase
|
|
|
229
229
|
#
|
|
230
230
|
# @param line2 [String] The second line of the address. This might be the floor or room number.
|
|
231
231
|
#
|
|
232
|
-
# @param postal_code [String] The
|
|
232
|
+
# @param postal_code [String] The postal code of the address.
|
|
233
233
|
#
|
|
234
234
|
# @param state [String] The address state.
|
|
235
235
|
end
|
|
@@ -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::WireDrawdownRequestListParams::Status]
|
|
51
55
|
#
|
|
52
56
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -139,46 +139,75 @@ module Increase
|
|
|
139
139
|
|
|
140
140
|
# @see Increase::Models::WireTransferCreateParams::Creditor#address
|
|
141
141
|
class Address < Increase::Internal::Type::BaseModel
|
|
142
|
-
# @!attribute
|
|
143
|
-
#
|
|
142
|
+
# @!attribute structured
|
|
143
|
+
# Structured address components. City and country are required.
|
|
144
144
|
#
|
|
145
|
-
# @return [Increase::Models::WireTransferCreateParams::Creditor::Address::
|
|
146
|
-
|
|
145
|
+
# @return [Increase::Models::WireTransferCreateParams::Creditor::Address::Structured, nil]
|
|
146
|
+
optional :structured, -> { Increase::WireTransferCreateParams::Creditor::Address::Structured }
|
|
147
147
|
|
|
148
|
-
# @!method initialize(
|
|
148
|
+
# @!method initialize(structured: nil)
|
|
149
149
|
# The person or business's address.
|
|
150
150
|
#
|
|
151
|
-
# @param
|
|
152
|
-
#
|
|
151
|
+
# @param structured [Increase::Models::WireTransferCreateParams::Creditor::Address::Structured]
|
|
152
|
+
# Structured address components. City and country are required.
|
|
153
153
|
|
|
154
|
-
# @see Increase::Models::WireTransferCreateParams::Creditor::Address#
|
|
155
|
-
class
|
|
156
|
-
# @!attribute
|
|
157
|
-
# The
|
|
154
|
+
# @see Increase::Models::WireTransferCreateParams::Creditor::Address#structured
|
|
155
|
+
class Structured < Increase::Internal::Type::BaseModel
|
|
156
|
+
# @!attribute city
|
|
157
|
+
# The city, district, town, or village of the address.
|
|
158
|
+
#
|
|
159
|
+
# @return [String]
|
|
160
|
+
required :city, String
|
|
161
|
+
|
|
162
|
+
# @!attribute country
|
|
163
|
+
# The two-letter
|
|
164
|
+
# [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code for
|
|
165
|
+
# the country of the address.
|
|
158
166
|
#
|
|
159
167
|
# @return [String]
|
|
160
|
-
required :
|
|
168
|
+
required :country, String
|
|
169
|
+
|
|
170
|
+
# @!attribute line1
|
|
171
|
+
# The first line of the address.
|
|
172
|
+
#
|
|
173
|
+
# @return [String, nil]
|
|
174
|
+
optional :line1, String
|
|
161
175
|
|
|
162
176
|
# @!attribute line2
|
|
163
|
-
# The
|
|
177
|
+
# The second line of the address.
|
|
164
178
|
#
|
|
165
179
|
# @return [String, nil]
|
|
166
180
|
optional :line2, String
|
|
167
181
|
|
|
168
|
-
# @!attribute
|
|
169
|
-
# The
|
|
182
|
+
# @!attribute postal_code
|
|
183
|
+
# The postal code of the address.
|
|
184
|
+
#
|
|
185
|
+
# @return [String, nil]
|
|
186
|
+
optional :postal_code, String
|
|
187
|
+
|
|
188
|
+
# @!attribute state
|
|
189
|
+
# The address state.
|
|
170
190
|
#
|
|
171
191
|
# @return [String, nil]
|
|
172
|
-
optional :
|
|
192
|
+
optional :state, String
|
|
173
193
|
|
|
174
|
-
# @!method initialize(
|
|
175
|
-
#
|
|
194
|
+
# @!method initialize(city:, country:, line1: nil, line2: nil, postal_code: nil, state: nil)
|
|
195
|
+
# Structured address components. City and country are required.
|
|
196
|
+
#
|
|
197
|
+
# @param city [String] The city, district, town, or village of the address.
|
|
198
|
+
#
|
|
199
|
+
# @param country [String]
|
|
200
|
+
# The two-letter
|
|
201
|
+
# [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code for
|
|
202
|
+
# the country of the address.
|
|
203
|
+
#
|
|
204
|
+
# @param line1 [String] The first line of the address.
|
|
176
205
|
#
|
|
177
|
-
# @param
|
|
206
|
+
# @param line2 [String] The second line of the address.
|
|
178
207
|
#
|
|
179
|
-
# @param
|
|
208
|
+
# @param postal_code [String] The postal code of the address.
|
|
180
209
|
#
|
|
181
|
-
# @param
|
|
210
|
+
# @param state [String] The address state.
|
|
182
211
|
end
|
|
183
212
|
end
|
|
184
213
|
end
|
|
@@ -312,46 +341,75 @@ module Increase
|
|
|
312
341
|
|
|
313
342
|
# @see Increase::Models::WireTransferCreateParams::Debtor#address
|
|
314
343
|
class Address < Increase::Internal::Type::BaseModel
|
|
315
|
-
# @!attribute
|
|
316
|
-
#
|
|
344
|
+
# @!attribute structured
|
|
345
|
+
# Structured address components. City and country are required.
|
|
317
346
|
#
|
|
318
|
-
# @return [Increase::Models::WireTransferCreateParams::Debtor::Address::
|
|
319
|
-
|
|
347
|
+
# @return [Increase::Models::WireTransferCreateParams::Debtor::Address::Structured, nil]
|
|
348
|
+
optional :structured, -> { Increase::WireTransferCreateParams::Debtor::Address::Structured }
|
|
320
349
|
|
|
321
|
-
# @!method initialize(
|
|
350
|
+
# @!method initialize(structured: nil)
|
|
322
351
|
# The person or business's address.
|
|
323
352
|
#
|
|
324
|
-
# @param
|
|
325
|
-
#
|
|
353
|
+
# @param structured [Increase::Models::WireTransferCreateParams::Debtor::Address::Structured]
|
|
354
|
+
# Structured address components. City and country are required.
|
|
326
355
|
|
|
327
|
-
# @see Increase::Models::WireTransferCreateParams::Debtor::Address#
|
|
328
|
-
class
|
|
329
|
-
# @!attribute
|
|
330
|
-
# The
|
|
356
|
+
# @see Increase::Models::WireTransferCreateParams::Debtor::Address#structured
|
|
357
|
+
class Structured < Increase::Internal::Type::BaseModel
|
|
358
|
+
# @!attribute city
|
|
359
|
+
# The city, district, town, or village of the address.
|
|
360
|
+
#
|
|
361
|
+
# @return [String]
|
|
362
|
+
required :city, String
|
|
363
|
+
|
|
364
|
+
# @!attribute country
|
|
365
|
+
# The two-letter
|
|
366
|
+
# [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code for
|
|
367
|
+
# the country of the address.
|
|
331
368
|
#
|
|
332
369
|
# @return [String]
|
|
333
|
-
required :
|
|
370
|
+
required :country, String
|
|
371
|
+
|
|
372
|
+
# @!attribute line1
|
|
373
|
+
# The first line of the address.
|
|
374
|
+
#
|
|
375
|
+
# @return [String, nil]
|
|
376
|
+
optional :line1, String
|
|
334
377
|
|
|
335
378
|
# @!attribute line2
|
|
336
|
-
# The
|
|
379
|
+
# The second line of the address.
|
|
337
380
|
#
|
|
338
381
|
# @return [String, nil]
|
|
339
382
|
optional :line2, String
|
|
340
383
|
|
|
341
|
-
# @!attribute
|
|
342
|
-
# The
|
|
384
|
+
# @!attribute postal_code
|
|
385
|
+
# The postal code of the address.
|
|
386
|
+
#
|
|
387
|
+
# @return [String, nil]
|
|
388
|
+
optional :postal_code, String
|
|
389
|
+
|
|
390
|
+
# @!attribute state
|
|
391
|
+
# The address state.
|
|
343
392
|
#
|
|
344
393
|
# @return [String, nil]
|
|
345
|
-
optional :
|
|
394
|
+
optional :state, String
|
|
346
395
|
|
|
347
|
-
# @!method initialize(
|
|
348
|
-
#
|
|
396
|
+
# @!method initialize(city:, country:, line1: nil, line2: nil, postal_code: nil, state: nil)
|
|
397
|
+
# Structured address components. City and country are required.
|
|
398
|
+
#
|
|
399
|
+
# @param city [String] The city, district, town, or village of the address.
|
|
400
|
+
#
|
|
401
|
+
# @param country [String]
|
|
402
|
+
# The two-letter
|
|
403
|
+
# [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code for
|
|
404
|
+
# the country of the address.
|
|
405
|
+
#
|
|
406
|
+
# @param line1 [String] The first line of the address.
|
|
349
407
|
#
|
|
350
|
-
# @param
|
|
408
|
+
# @param line2 [String] The second line of the address.
|
|
351
409
|
#
|
|
352
|
-
# @param
|
|
410
|
+
# @param postal_code [String] The postal code of the address.
|
|
353
411
|
#
|
|
354
|
-
# @param
|
|
412
|
+
# @param state [String] The address state.
|
|
355
413
|
end
|
|
356
414
|
end
|
|
357
415
|
end
|
|
@@ -43,6 +43,8 @@ module Increase
|
|
|
43
43
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
44
44
|
# objects.
|
|
45
45
|
#
|
|
46
|
+
# Defaults to `100`.
|
|
47
|
+
#
|
|
46
48
|
# @return [Integer, nil]
|
|
47
49
|
optional :limit, Integer
|
|
48
50
|
|
|
@@ -70,6 +72,8 @@ module Increase
|
|
|
70
72
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
71
73
|
# objects.
|
|
72
74
|
#
|
|
75
|
+
# Defaults to `100`.
|
|
76
|
+
#
|
|
73
77
|
# @param status [Increase::Models::WireTransferListParams::Status]
|
|
74
78
|
#
|
|
75
79
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -110,6 +110,8 @@ module Increase
|
|
|
110
110
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
111
111
|
# objects.
|
|
112
112
|
#
|
|
113
|
+
# Defaults to `100`.
|
|
114
|
+
#
|
|
113
115
|
# @param status [Increase::Models::AccountNumberListParams::Status]
|
|
114
116
|
#
|
|
115
117
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
@@ -35,6 +35,8 @@ module Increase
|
|
|
35
35
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
36
36
|
# objects.
|
|
37
37
|
#
|
|
38
|
+
# Defaults to `100`.
|
|
39
|
+
#
|
|
38
40
|
# @param statement_period_start [Increase::Models::AccountStatementListParams::StatementPeriodStart]
|
|
39
41
|
#
|
|
40
42
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
@@ -81,6 +81,8 @@ module Increase
|
|
|
81
81
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
82
82
|
# objects.
|
|
83
83
|
#
|
|
84
|
+
# Defaults to `100`.
|
|
85
|
+
#
|
|
84
86
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
85
87
|
#
|
|
86
88
|
# @return [Increase::Internal::Page<Increase::Models::AccountTransfer>]
|
|
@@ -110,6 +110,8 @@ module Increase
|
|
|
110
110
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
111
111
|
# objects.
|
|
112
112
|
#
|
|
113
|
+
# Defaults to `100`.
|
|
114
|
+
#
|
|
113
115
|
# @param program_id [String] Filter Accounts for those in a specific Program.
|
|
114
116
|
#
|
|
115
117
|
# @param status [Increase::Models::AccountListParams::Status]
|
|
@@ -28,6 +28,8 @@ module Increase
|
|
|
28
28
|
# @param credit_debit_indicator [Symbol, Increase::Models::ACHPrenotificationCreateParams::CreditDebitIndicator]
|
|
29
29
|
# Whether the Prenotification is for a future debit or credit.
|
|
30
30
|
#
|
|
31
|
+
# Defaults to `debit`.
|
|
32
|
+
#
|
|
31
33
|
# @param effective_date [Date]
|
|
32
34
|
# The ACH Prenotification effective date in
|
|
33
35
|
# [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
|
|
@@ -35,7 +37,7 @@ module Increase
|
|
|
35
37
|
# @param individual_id [String] Your identifier for the recipient.
|
|
36
38
|
#
|
|
37
39
|
# @param individual_name [String]
|
|
38
|
-
# The name of
|
|
40
|
+
# The name of the recipient. This value is informational and not verified by the
|
|
39
41
|
# recipient's bank.
|
|
40
42
|
#
|
|
41
43
|
# @param standard_entry_class_code [Symbol, Increase::Models::ACHPrenotificationCreateParams::StandardEntryClassCode]
|
|
@@ -43,6 +45,8 @@ module Increase
|
|
|
43
45
|
# [Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
|
|
44
46
|
# to use for the ACH Prenotification.
|
|
45
47
|
#
|
|
48
|
+
# Defaults to `corporate_credit_or_debit`.
|
|
49
|
+
#
|
|
46
50
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
47
51
|
#
|
|
48
52
|
# @return [Increase::Models::ACHPrenotification]
|
|
@@ -97,6 +101,8 @@ module Increase
|
|
|
97
101
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
98
102
|
# objects.
|
|
99
103
|
#
|
|
104
|
+
# Defaults to `100`.
|
|
105
|
+
#
|
|
100
106
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
101
107
|
#
|
|
102
108
|
# @return [Increase::Internal::Page<Increase::Models::ACHPrenotification>]
|
|
@@ -5,7 +5,7 @@ module Increase
|
|
|
5
5
|
class ACHTransfers
|
|
6
6
|
# Create an ACH Transfer
|
|
7
7
|
#
|
|
8
|
-
# @overload create(account_id:, amount:, statement_descriptor:, account_number: nil, addenda: nil, company_descriptive_date: nil, company_discretionary_data: nil, company_entry_description: nil, company_name: nil, destination_account_holder: nil, external_account_id: nil, funding: nil, individual_id: nil, individual_name: nil, preferred_effective_date: nil, require_approval: nil, routing_number: nil, standard_entry_class_code: nil,
|
|
8
|
+
# @overload create(account_id:, amount:, statement_descriptor:, account_number: nil, addenda: nil, company_descriptive_date: nil, company_discretionary_data: nil, company_entry_description: nil, company_name: nil, destination_account_holder: nil, external_account_id: nil, funding: nil, individual_id: nil, individual_name: nil, preferred_effective_date: nil, require_approval: nil, routing_number: nil, standard_entry_class_code: nil, request_options: {})
|
|
9
9
|
#
|
|
10
10
|
# @param account_id [String] The Increase identifier for the account that will send the transfer.
|
|
11
11
|
#
|
|
@@ -65,6 +65,8 @@ module Increase
|
|
|
65
65
|
# @param funding [Symbol, Increase::Models::ACHTransferCreateParams::Funding]
|
|
66
66
|
# The type of the receiver's bank account.
|
|
67
67
|
#
|
|
68
|
+
# Defaults to `checking`.
|
|
69
|
+
#
|
|
68
70
|
# @param individual_id [String]
|
|
69
71
|
# Your internal identifier for the transfer recipient. This value is informational
|
|
70
72
|
# and not verified by the recipient's bank. Most callers can leave this unset.
|
|
@@ -92,9 +94,6 @@ module Increase
|
|
|
92
94
|
# to use for the transfer. If not provided, the default is
|
|
93
95
|
# `corporate_credit_or_debit`.
|
|
94
96
|
#
|
|
95
|
-
# @param transaction_timing [Symbol, Increase::Models::ACHTransferCreateParams::TransactionTiming]
|
|
96
|
-
# The timing of the transaction.
|
|
97
|
-
#
|
|
98
97
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
99
98
|
#
|
|
100
99
|
# @return [Increase::Models::ACHTransfer]
|
|
@@ -153,6 +152,8 @@ module Increase
|
|
|
153
152
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
154
153
|
# objects.
|
|
155
154
|
#
|
|
155
|
+
# Defaults to `100`.
|
|
156
|
+
#
|
|
156
157
|
# @param status [Increase::Models::ACHTransferListParams::Status]
|
|
157
158
|
#
|
|
158
159
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|