increase 1.339.0 → 1.341.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/client.rb +8 -6
- data/lib/increase/internal/type/converter.rb +13 -12
- data/lib/increase/models/account.rb +40 -19
- data/lib/increase/models/account_create_params.rb +14 -11
- data/lib/increase/models/account_list_params.rb +25 -17
- data/lib/increase/models/account_number.rb +22 -14
- data/lib/increase/models/account_number_create_params.rb +12 -13
- data/lib/increase/models/account_number_list_params.rb +26 -20
- data/lib/increase/models/account_number_update_params.rb +12 -11
- data/lib/increase/models/account_statement.rb +15 -11
- data/lib/increase/models/account_statement_list_params.rb +15 -12
- data/lib/increase/models/account_transfer.rb +58 -29
- data/lib/increase/models/account_transfer_create_params.rb +12 -7
- data/lib/increase/models/account_transfer_list_params.rb +20 -12
- data/lib/increase/models/ach_prenotification.rb +48 -27
- data/lib/increase/models/ach_prenotification_create_params.rb +15 -8
- data/lib/increase/models/ach_prenotification_list_params.rb +20 -12
- data/lib/increase/models/ach_transfer.rb +199 -103
- data/lib/increase/models/ach_transfer_create_params.rb +110 -61
- data/lib/increase/models/ach_transfer_list_params.rb +23 -16
- data/lib/increase/models/balance_lookup.rb +14 -11
- data/lib/increase/models/beneficial_owner_create_params.rb +50 -38
- data/lib/increase/models/beneficial_owner_list_params.rb +11 -6
- data/lib/increase/models/beneficial_owner_update_params.rb +44 -31
- data/lib/increase/models/card.rb +69 -47
- data/lib/increase/models/card_create_details_iframe_params.rb +3 -4
- data/lib/increase/models/card_create_params.rb +65 -56
- data/lib/increase/models/card_details.rb +7 -5
- data/lib/increase/models/card_dispute.rb +530 -306
- data/lib/increase/models/card_dispute_create_params.rb +271 -175
- data/lib/increase/models/card_dispute_list_params.rb +24 -16
- data/lib/increase/models/card_dispute_submit_user_submission_params.rb +288 -191
- data/lib/increase/models/card_iframe_url.rb +3 -4
- data/lib/increase/models/card_list_params.rb +23 -16
- data/lib/increase/models/card_payment.rb +1941 -1200
- data/lib/increase/models/card_payment_list_params.rb +15 -11
- data/lib/increase/models/card_purchase_supplement.rb +37 -25
- data/lib/increase/models/card_purchase_supplement_list_params.rb +18 -13
- data/lib/increase/models/card_push_transfer.rb +121 -65
- data/lib/increase/models/card_push_transfer_create_params.rb +55 -25
- data/lib/increase/models/card_push_transfer_list_params.rb +23 -16
- data/lib/increase/models/card_token.rb +9 -6
- data/lib/increase/models/card_token_capabilities.rb +11 -8
- data/lib/increase/models/card_token_list_params.rb +15 -11
- data/lib/increase/models/card_update_params.rb +65 -57
- data/lib/increase/models/card_validation.rb +76 -43
- data/lib/increase/models/card_validation_create_params.rb +11 -7
- data/lib/increase/models/card_validation_list_params.rb +23 -16
- data/lib/increase/models/check_deposit.rb +103 -52
- data/lib/increase/models/check_deposit_create_params.rb +2 -4
- data/lib/increase/models/check_deposit_list_params.rb +20 -12
- data/lib/increase/models/check_transfer.rb +127 -75
- data/lib/increase/models/check_transfer_create_params.rb +91 -51
- data/lib/increase/models/check_transfer_list_params.rb +27 -16
- data/lib/increase/models/check_transfer_stop_payment_params.rb +2 -1
- data/lib/increase/models/declined_transaction.rb +339 -206
- data/lib/increase/models/declined_transaction_list_params.rb +18 -15
- data/lib/increase/models/digital_card_profile.rb +16 -9
- data/lib/increase/models/digital_card_profile_clone_params.rb +2 -1
- data/lib/increase/models/digital_card_profile_create_params.rb +2 -1
- data/lib/increase/models/digital_card_profile_list_params.rb +12 -9
- data/lib/increase/models/digital_wallet_token.rb +26 -17
- data/lib/increase/models/digital_wallet_token_list_params.rb +15 -11
- data/lib/increase/models/entity.rb +182 -140
- data/lib/increase/models/entity_archive_params.rb +3 -4
- data/lib/increase/models/entity_beneficial_owner.rb +24 -19
- data/lib/increase/models/entity_create_params.rb +326 -238
- data/lib/increase/models/entity_list_params.rb +67 -16
- data/lib/increase/models/entity_onboarding_session.rb +25 -11
- data/lib/increase/models/entity_onboarding_session_create_params.rb +8 -5
- data/lib/increase/models/entity_onboarding_session_list_params.rb +12 -9
- data/lib/increase/models/entity_supplemental_document.rb +11 -7
- data/lib/increase/models/entity_update_params.rb +114 -88
- data/lib/increase/models/event.rb +6 -5
- data/lib/increase/models/event_list_params.rb +23 -17
- data/lib/increase/models/event_subscription.rb +17 -9
- data/lib/increase/models/event_subscription_create_params.rb +14 -8
- data/lib/increase/models/event_subscription_list_params.rb +8 -5
- data/lib/increase/models/event_subscription_update_params.rb +2 -1
- data/lib/increase/models/export.rb +69 -30
- data/lib/increase/models/export_create_params.rb +76 -46
- data/lib/increase/models/export_list_params.rb +26 -17
- data/lib/increase/models/external_account.rb +14 -8
- data/lib/increase/models/external_account_create_params.rb +7 -6
- data/lib/increase/models/external_account_list_params.rb +12 -9
- data/lib/increase/models/external_account_update_params.rb +6 -3
- data/lib/increase/models/fednow_transfer.rb +62 -32
- data/lib/increase/models/fednow_transfer_create_params.rb +11 -8
- data/lib/increase/models/fednow_transfer_list_params.rb +25 -17
- data/lib/increase/models/file.rb +13 -7
- data/lib/increase/models/file_create_params.rb +6 -5
- data/lib/increase/models/file_link.rb +17 -8
- data/lib/increase/models/file_link_create_params.rb +3 -4
- data/lib/increase/models/file_list_params.rb +23 -16
- data/lib/increase/models/group.rb +6 -5
- data/lib/increase/models/inbound_ach_transfer.rb +115 -51
- data/lib/increase/models/inbound_ach_transfer_create_notification_of_change_params.rb +3 -5
- data/lib/increase/models/inbound_ach_transfer_decline_params.rb +4 -4
- data/lib/increase/models/inbound_ach_transfer_list_params.rb +21 -16
- data/lib/increase/models/inbound_ach_transfer_transfer_return_params.rb +6 -5
- data/lib/increase/models/inbound_check_deposit.rb +46 -19
- data/lib/increase/models/inbound_check_deposit_list_params.rb +18 -12
- data/lib/increase/models/inbound_check_deposit_return_params.rb +2 -1
- data/lib/increase/models/inbound_fednow_transfer.rb +28 -14
- data/lib/increase/models/inbound_fednow_transfer_list_params.rb +18 -12
- data/lib/increase/models/inbound_fednow_transfer_retrieve_params.rb +2 -1
- data/lib/increase/models/inbound_mail_item.rb +13 -8
- data/lib/increase/models/inbound_mail_item_action_params.rb +4 -2
- data/lib/increase/models/inbound_mail_item_list_params.rb +17 -12
- data/lib/increase/models/inbound_real_time_payments_transfer.rb +21 -12
- data/lib/increase/models/inbound_real_time_payments_transfer_list_params.rb +21 -14
- data/lib/increase/models/inbound_real_time_payments_transfer_retrieve_params.rb +2 -1
- data/lib/increase/models/inbound_wire_drawdown_request.rb +23 -10
- data/lib/increase/models/inbound_wire_drawdown_request_list_params.rb +3 -4
- data/lib/increase/models/inbound_wire_drawdown_request_retrieve_params.rb +2 -1
- data/lib/increase/models/inbound_wire_transfer.rb +33 -21
- data/lib/increase/models/inbound_wire_transfer_list_params.rb +24 -17
- data/lib/increase/models/inbound_wire_transfer_reverse_params.rb +2 -1
- data/lib/increase/models/intrafi_account_enrollment.rb +16 -8
- data/lib/increase/models/intrafi_account_enrollment_list_params.rb +12 -9
- data/lib/increase/models/intrafi_account_enrollment_retrieve_params.rb +2 -1
- data/lib/increase/models/intrafi_account_enrollment_unenroll_params.rb +2 -1
- data/lib/increase/models/intrafi_balance.rb +18 -12
- data/lib/increase/models/intrafi_exclusion.rb +13 -7
- data/lib/increase/models/intrafi_exclusion_archive_params.rb +4 -4
- data/lib/increase/models/intrafi_exclusion_create_params.rb +5 -4
- data/lib/increase/models/intrafi_exclusion_list_params.rb +8 -5
- data/lib/increase/models/lockbox_address.rb +16 -11
- data/lib/increase/models/lockbox_address_list_params.rb +20 -12
- data/lib/increase/models/lockbox_address_update_params.rb +2 -1
- data/lib/increase/models/lockbox_recipient.rb +22 -10
- data/lib/increase/models/lockbox_recipient_create_params.rb +5 -5
- data/lib/increase/models/lockbox_recipient_list_params.rb +22 -13
- data/lib/increase/models/lockbox_recipient_update_params.rb +2 -1
- data/lib/increase/models/oauth_application.rb +12 -7
- data/lib/increase/models/oauth_application_list_params.rb +18 -15
- data/lib/increase/models/oauth_connection.rb +9 -6
- data/lib/increase/models/oauth_connection_list_params.rb +10 -9
- data/lib/increase/models/oauth_token.rb +6 -5
- data/lib/increase/models/oauth_token_create_params.rb +14 -7
- data/lib/increase/models/pending_transaction.rb +392 -239
- data/lib/increase/models/pending_transaction_create_params.rb +6 -6
- data/lib/increase/models/pending_transaction_list_params.rb +23 -19
- data/lib/increase/models/physical_card.rb +36 -24
- data/lib/increase/models/physical_card_create_params.rb +22 -17
- data/lib/increase/models/physical_card_list_params.rb +20 -12
- data/lib/increase/models/physical_card_profile.rb +33 -17
- data/lib/increase/models/physical_card_profile_clone_params.rb +9 -9
- data/lib/increase/models/physical_card_profile_create_params.rb +9 -9
- data/lib/increase/models/physical_card_profile_list_params.rb +12 -9
- data/lib/increase/models/physical_card_update_params.rb +2 -1
- data/lib/increase/models/program.rb +15 -8
- data/lib/increase/models/program_list_params.rb +3 -4
- data/lib/increase/models/real_time_decision.rb +561 -370
- data/lib/increase/models/real_time_decision_action_params.rb +86 -75
- data/lib/increase/models/real_time_payments_transfer.rb +90 -47
- data/lib/increase/models/real_time_payments_transfer_approve_params.rb +2 -1
- data/lib/increase/models/real_time_payments_transfer_cancel_params.rb +2 -1
- data/lib/increase/models/real_time_payments_transfer_create_params.rb +24 -12
- data/lib/increase/models/real_time_payments_transfer_list_params.rb +28 -19
- data/lib/increase/models/routing_number_list_params.rb +3 -4
- data/lib/increase/models/routing_number_list_response.rb +11 -8
- data/lib/increase/models/simulations/account_revenue_payment_create_params.rb +9 -7
- data/lib/increase/models/simulations/ach_transfer_create_notification_of_change_params.rb +5 -6
- data/lib/increase/models/simulations/ach_transfer_return_params.rb +3 -4
- data/lib/increase/models/simulations/ach_transfer_settle_params.rb +4 -4
- data/lib/increase/models/simulations/card_authentication_create_params.rb +10 -8
- data/lib/increase/models/simulations/card_authorization_create_params.rb +50 -27
- data/lib/increase/models/simulations/card_authorization_create_response.rb +11 -7
- data/lib/increase/models/simulations/card_balance_inquiry_create_params.rb +26 -13
- data/lib/increase/models/simulations/card_dispute_action_params.rb +39 -19
- data/lib/increase/models/simulations/card_fuel_confirmation_create_params.rb +3 -5
- data/lib/increase/models/simulations/card_increment_create_params.rb +5 -4
- data/lib/increase/models/simulations/card_purchase_supplement_create_params.rb +7 -7
- data/lib/increase/models/simulations/card_refund_create_params.rb +10 -6
- data/lib/increase/models/simulations/card_reversal_create_params.rb +3 -4
- data/lib/increase/models/simulations/card_settlement_create_params.rb +6 -5
- data/lib/increase/models/simulations/card_token_create_params.rb +18 -9
- data/lib/increase/models/simulations/check_deposit_adjustment_params.rb +8 -5
- data/lib/increase/models/simulations/check_deposit_submit_params.rb +9 -10
- data/lib/increase/models/simulations/digital_wallet_token_request_create_response.rb +9 -7
- data/lib/increase/models/simulations/entity_onboarding_session_submit_params.rb +2 -1
- data/lib/increase/models/simulations/entity_update_validation_params.rb +5 -5
- data/lib/increase/models/simulations/export_create_params.rb +5 -5
- data/lib/increase/models/simulations/inbound_ach_transfer_create_params.rb +20 -12
- data/lib/increase/models/simulations/inbound_check_deposit_adjustment_params.rb +5 -6
- data/lib/increase/models/simulations/inbound_check_deposit_create_params.rb +6 -6
- data/lib/increase/models/simulations/inbound_mail_item_create_params.rb +9 -6
- data/lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb +5 -6
- data/lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb +27 -13
- data/lib/increase/models/simulations/inbound_wire_transfer_create_params.rb +45 -19
- data/lib/increase/models/simulations/interest_payment_create_params.rb +4 -5
- data/lib/increase/models/simulations/pending_transaction_release_inbound_funds_hold_params.rb +3 -5
- data/lib/increase/models/simulations/physical_card_advance_shipment_params.rb +2 -1
- data/lib/increase/models/simulations/physical_card_create_params.rb +5 -5
- data/lib/increase/models/simulations/program_create_params.rb +4 -2
- data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +6 -3
- data/lib/increase/models/supplemental_document_list_params.rb +8 -5
- data/lib/increase/models/swift_transfer.rb +48 -26
- data/lib/increase/models/swift_transfer_create_params.rb +28 -19
- data/lib/increase/models/swift_transfer_list_params.rb +23 -16
- data/lib/increase/models/transaction.rb +995 -534
- data/lib/increase/models/transaction_list_params.rb +21 -16
- data/lib/increase/models/unwrap_webhook_event.rb +6 -5
- data/lib/increase/models/wire_drawdown_request.rb +44 -26
- data/lib/increase/models/wire_drawdown_request_create_params.rb +23 -19
- data/lib/increase/models/wire_drawdown_request_list_params.rb +12 -9
- data/lib/increase/models/wire_transfer.rb +100 -55
- data/lib/increase/models/wire_transfer_create_params.rb +43 -26
- data/lib/increase/models/wire_transfer_list_params.rb +23 -16
- data/lib/increase/resources/account_numbers.rb +20 -16
- data/lib/increase/resources/account_statements.rb +3 -4
- data/lib/increase/resources/account_transfers.rb +20 -12
- data/lib/increase/resources/accounts.rb +19 -12
- data/lib/increase/resources/ach_prenotifications.rb +23 -13
- data/lib/increase/resources/ach_transfers.rb +93 -43
- data/lib/increase/resources/beneficial_owners.rb +35 -19
- data/lib/increase/resources/card_disputes.rb +43 -22
- data/lib/increase/resources/card_payments.rb +3 -4
- data/lib/increase/resources/card_purchase_supplements.rb +6 -5
- data/lib/increase/resources/card_push_transfers.rb +55 -24
- data/lib/increase/resources/card_tokens.rb +3 -4
- data/lib/increase/resources/card_validations.rb +19 -12
- data/lib/increase/resources/cards.rb +33 -22
- data/lib/increase/resources/check_deposits.rb +10 -9
- data/lib/increase/resources/check_transfers.rb +37 -17
- data/lib/increase/resources/declined_transactions.rb +3 -4
- data/lib/increase/resources/digital_card_profiles.rb +12 -7
- data/lib/increase/resources/digital_wallet_tokens.rb +3 -4
- data/lib/increase/resources/entities.rb +69 -33
- data/lib/increase/resources/entity_onboarding_sessions.rb +16 -10
- data/lib/increase/resources/event_subscriptions.rb +22 -13
- data/lib/increase/resources/events.rb +10 -9
- data/lib/increase/resources/exports.rb +40 -22
- data/lib/increase/resources/external_accounts.rb +21 -14
- data/lib/increase/resources/fednow_transfers.rb +21 -14
- data/lib/increase/resources/file_links.rb +3 -4
- data/lib/increase/resources/files.rb +14 -10
- data/lib/increase/resources/inbound_ach_transfers.rb +18 -19
- data/lib/increase/resources/inbound_check_deposits.rb +8 -6
- data/lib/increase/resources/inbound_fednow_transfers.rb +8 -6
- data/lib/increase/resources/inbound_mail_items.rb +7 -6
- data/lib/increase/resources/inbound_real_time_payments_transfers.rb +11 -7
- data/lib/increase/resources/inbound_wire_drawdown_requests.rb +5 -5
- data/lib/increase/resources/inbound_wire_transfers.rb +10 -7
- data/lib/increase/resources/intrafi_account_enrollments.rb +12 -7
- data/lib/increase/resources/intrafi_exclusions.rb +17 -13
- data/lib/increase/resources/lockbox_addresses.rb +10 -6
- data/lib/increase/resources/lockbox_recipients.rb +17 -12
- data/lib/increase/resources/oauth_applications.rb +3 -4
- data/lib/increase/resources/oauth_connections.rb +6 -5
- data/lib/increase/resources/oauth_tokens.rb +14 -7
- data/lib/increase/resources/pending_transactions.rb +7 -8
- data/lib/increase/resources/physical_card_profiles.rb +18 -15
- data/lib/increase/resources/physical_cards.rb +17 -12
- data/lib/increase/resources/programs.rb +3 -4
- data/lib/increase/resources/real_time_decisions.rb +18 -9
- data/lib/increase/resources/real_time_payments_transfers.rb +41 -21
- data/lib/increase/resources/routing_numbers.rb +3 -4
- data/lib/increase/resources/simulations/account_revenue_payments.rb +9 -7
- data/lib/increase/resources/simulations/ach_transfers.rb +12 -14
- data/lib/increase/resources/simulations/card_authentications.rb +10 -8
- data/lib/increase/resources/simulations/card_authorizations.rb +28 -12
- data/lib/increase/resources/simulations/card_balance_inquiries.rb +22 -11
- data/lib/increase/resources/simulations/card_disputes.rb +6 -5
- data/lib/increase/resources/simulations/card_fuel_confirmations.rb +3 -5
- data/lib/increase/resources/simulations/card_increments.rb +5 -4
- data/lib/increase/resources/simulations/card_purchase_supplements.rb +7 -7
- data/lib/increase/resources/simulations/card_refunds.rb +10 -6
- data/lib/increase/resources/simulations/card_reversals.rb +3 -4
- data/lib/increase/resources/simulations/card_settlements.rb +6 -5
- data/lib/increase/resources/simulations/card_tokens.rb +6 -3
- data/lib/increase/resources/simulations/check_deposits.rb +11 -9
- data/lib/increase/resources/simulations/entities.rb +3 -4
- data/lib/increase/resources/simulations/entity_onboarding_sessions.rb +2 -1
- data/lib/increase/resources/simulations/exports.rb +5 -5
- data/lib/increase/resources/simulations/inbound_ach_transfers.rb +14 -9
- data/lib/increase/resources/simulations/inbound_check_deposits.rb +11 -12
- data/lib/increase/resources/simulations/inbound_mail_items.rb +9 -6
- data/lib/increase/resources/simulations/inbound_real_time_payments_transfers.rb +5 -6
- data/lib/increase/resources/simulations/inbound_wire_drawdown_requests.rb +27 -13
- data/lib/increase/resources/simulations/inbound_wire_transfers.rb +45 -19
- data/lib/increase/resources/simulations/interest_payments.rb +4 -5
- data/lib/increase/resources/simulations/pending_transactions.rb +3 -5
- data/lib/increase/resources/simulations/physical_cards.rb +7 -6
- data/lib/increase/resources/simulations/programs.rb +4 -2
- data/lib/increase/resources/simulations/real_time_payments_transfers.rb +4 -2
- data/lib/increase/resources/supplemental_documents.rb +8 -5
- data/lib/increase/resources/swift_transfers.rb +28 -16
- data/lib/increase/resources/transactions.rb +6 -5
- data/lib/increase/resources/wire_drawdown_requests.rb +23 -14
- data/lib/increase/resources/wire_transfers.rb +29 -16
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/beneficial_owner_create_params.rbi +4 -2
- data/rbi/increase/models/check_transfer.rbi +15 -0
- data/rbi/increase/models/check_transfer_create_params.rbi +35 -36
- data/rbi/increase/models/check_transfer_list_params.rbi +7 -0
- data/rbi/increase/models/entity.rbi +9 -6
- data/rbi/increase/models/entity_create_params.rbi +6 -4
- data/rbi/increase/models/entity_list_params.rbi +119 -0
- data/rbi/increase/models/entity_supplemental_document.rbi +1 -1
- data/rbi/increase/models/entity_update_params.rbi +4 -4
- data/rbi/increase/models/pending_transaction_create_params.rbi +4 -4
- data/rbi/increase/resources/beneficial_owners.rbi +2 -1
- data/rbi/increase/resources/entities.rbi +3 -0
- data/rbi/increase/resources/pending_transactions.rbi +2 -2
- data/sig/increase/models/check_transfer.rbs +9 -0
- data/sig/increase/models/check_transfer_create_params.rbs +12 -9
- data/sig/increase/models/check_transfer_list_params.rbs +4 -0
- data/sig/increase/models/entity_list_params.rbs +48 -1
- data/sig/increase/resources/entities.rbs +1 -0
- metadata +2 -2
|
@@ -3,9 +3,6 @@
|
|
|
3
3
|
module Increase
|
|
4
4
|
module Resources
|
|
5
5
|
class SwiftTransfers
|
|
6
|
-
# Some parameter documentations has been truncated, see
|
|
7
|
-
# {Increase::Models::SwiftTransferCreateParams} for more details.
|
|
8
|
-
#
|
|
9
6
|
# Create a Swift Transfer
|
|
10
7
|
#
|
|
11
8
|
# @overload create(account_id:, account_number:, bank_identification_code:, creditor_address:, creditor_name:, debtor_address:, debtor_name:, instructed_amount:, instructed_currency:, source_account_number_id:, unstructured_remittance_information:, require_approval: nil, routing_number: nil, request_options: {})
|
|
@@ -14,9 +11,13 @@ module Increase
|
|
|
14
11
|
#
|
|
15
12
|
# @param account_number [String] The creditor's account number.
|
|
16
13
|
#
|
|
17
|
-
# @param bank_identification_code [String]
|
|
14
|
+
# @param bank_identification_code [String]
|
|
15
|
+
# The bank identification code (BIC) of the creditor. If it ends with the
|
|
16
|
+
# three-character branch code, this must be 11 characters long. Otherwise this
|
|
17
|
+
# must be 8 characters and the branch code will be assumed to be `XXX`.
|
|
18
18
|
#
|
|
19
|
-
# @param creditor_address [Increase::Models::SwiftTransferCreateParams::CreditorAddress]
|
|
19
|
+
# @param creditor_address [Increase::Models::SwiftTransferCreateParams::CreditorAddress]
|
|
20
|
+
# The creditor's address.
|
|
20
21
|
#
|
|
21
22
|
# @param creditor_name [String] The creditor's name.
|
|
22
23
|
#
|
|
@@ -24,17 +25,25 @@ module Increase
|
|
|
24
25
|
#
|
|
25
26
|
# @param debtor_name [String] The debtor's name.
|
|
26
27
|
#
|
|
27
|
-
# @param instructed_amount [Integer]
|
|
28
|
+
# @param instructed_amount [Integer]
|
|
29
|
+
# The amount, in minor units of `instructed_currency`, to send to the creditor.
|
|
28
30
|
#
|
|
29
|
-
# @param instructed_currency [Symbol, Increase::Models::SwiftTransferCreateParams::InstructedCurrency]
|
|
31
|
+
# @param instructed_currency [Symbol, Increase::Models::SwiftTransferCreateParams::InstructedCurrency]
|
|
32
|
+
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code of the
|
|
33
|
+
# instructed amount.
|
|
30
34
|
#
|
|
31
|
-
# @param source_account_number_id [String]
|
|
35
|
+
# @param source_account_number_id [String]
|
|
36
|
+
# The Account Number to include in the transfer as the debtor's account number.
|
|
32
37
|
#
|
|
33
|
-
# @param unstructured_remittance_information [String]
|
|
38
|
+
# @param unstructured_remittance_information [String]
|
|
39
|
+
# Unstructured remittance information to include in the transfer.
|
|
34
40
|
#
|
|
35
|
-
# @param require_approval [Boolean]
|
|
41
|
+
# @param require_approval [Boolean]
|
|
42
|
+
# Whether the transfer requires explicit approval via the dashboard or API.
|
|
36
43
|
#
|
|
37
|
-
# @param routing_number [String]
|
|
44
|
+
# @param routing_number [String]
|
|
45
|
+
# The creditor's bank account routing or transit number. Required in certain
|
|
46
|
+
# countries.
|
|
38
47
|
#
|
|
39
48
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
40
49
|
#
|
|
@@ -72,9 +81,6 @@ module Increase
|
|
|
72
81
|
)
|
|
73
82
|
end
|
|
74
83
|
|
|
75
|
-
# Some parameter documentations has been truncated, see
|
|
76
|
-
# {Increase::Models::SwiftTransferListParams} for more details.
|
|
77
|
-
#
|
|
78
84
|
# List Swift Transfers
|
|
79
85
|
#
|
|
80
86
|
# @overload list(account_id: nil, created_at: nil, cursor: nil, idempotency_key: nil, limit: nil, status: nil, request_options: {})
|
|
@@ -85,9 +91,15 @@ module Increase
|
|
|
85
91
|
#
|
|
86
92
|
# @param cursor [String] Return the page of entries after this one.
|
|
87
93
|
#
|
|
88
|
-
# @param idempotency_key [String]
|
|
94
|
+
# @param idempotency_key [String]
|
|
95
|
+
# Filter records to the one with the specified `idempotency_key` you chose for
|
|
96
|
+
# that object. This value is unique across Increase and is used to ensure that a
|
|
97
|
+
# request is only processed once. Learn more about
|
|
98
|
+
# [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
89
99
|
#
|
|
90
|
-
# @param limit [Integer]
|
|
100
|
+
# @param limit [Integer]
|
|
101
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
102
|
+
# objects.
|
|
91
103
|
#
|
|
92
104
|
# @param status [Increase::Models::SwiftTransferListParams::Status]
|
|
93
105
|
#
|
|
@@ -23,9 +23,6 @@ module Increase
|
|
|
23
23
|
)
|
|
24
24
|
end
|
|
25
25
|
|
|
26
|
-
# Some parameter documentations has been truncated, see
|
|
27
|
-
# {Increase::Models::TransactionListParams} for more details.
|
|
28
|
-
#
|
|
29
26
|
# List Transactions
|
|
30
27
|
#
|
|
31
28
|
# @overload list(account_id: nil, category: nil, created_at: nil, cursor: nil, limit: nil, route_id: nil, request_options: {})
|
|
@@ -38,9 +35,13 @@ module Increase
|
|
|
38
35
|
#
|
|
39
36
|
# @param cursor [String] Return the page of entries after this one.
|
|
40
37
|
#
|
|
41
|
-
# @param limit [Integer]
|
|
38
|
+
# @param limit [Integer]
|
|
39
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
40
|
+
# objects.
|
|
42
41
|
#
|
|
43
|
-
# @param route_id [String]
|
|
42
|
+
# @param route_id [String]
|
|
43
|
+
# Filter Transactions for those belonging to the specified route. This could be a
|
|
44
|
+
# Card ID or an Account Number ID.
|
|
44
45
|
#
|
|
45
46
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
46
47
|
#
|
|
@@ -3,9 +3,6 @@
|
|
|
3
3
|
module Increase
|
|
4
4
|
module Resources
|
|
5
5
|
class WireDrawdownRequests
|
|
6
|
-
# Some parameter documentations has been truncated, see
|
|
7
|
-
# {Increase::Models::WireDrawdownRequestCreateParams} for more details.
|
|
8
|
-
#
|
|
9
6
|
# Create a Wire Drawdown Request
|
|
10
7
|
#
|
|
11
8
|
# @overload create(account_number_id:, amount:, creditor_address:, creditor_name:, debtor_address:, debtor_name:, unstructured_remittance_information:, charge_bearer: nil, debtor_account_number: nil, debtor_external_account_id: nil, debtor_routing_number: nil, end_to_end_identification: nil, request_options: {})
|
|
@@ -14,25 +11,34 @@ module Increase
|
|
|
14
11
|
#
|
|
15
12
|
# @param amount [Integer] The amount requested from the debtor, in USD cents.
|
|
16
13
|
#
|
|
17
|
-
# @param creditor_address [Increase::Models::WireDrawdownRequestCreateParams::CreditorAddress]
|
|
14
|
+
# @param creditor_address [Increase::Models::WireDrawdownRequestCreateParams::CreditorAddress]
|
|
15
|
+
# The creditor's address.
|
|
18
16
|
#
|
|
19
17
|
# @param creditor_name [String] The creditor's name.
|
|
20
18
|
#
|
|
21
|
-
# @param debtor_address [Increase::Models::WireDrawdownRequestCreateParams::DebtorAddress]
|
|
19
|
+
# @param debtor_address [Increase::Models::WireDrawdownRequestCreateParams::DebtorAddress]
|
|
20
|
+
# The debtor's address.
|
|
22
21
|
#
|
|
23
22
|
# @param debtor_name [String] The debtor's name.
|
|
24
23
|
#
|
|
25
|
-
# @param unstructured_remittance_information [String]
|
|
24
|
+
# @param unstructured_remittance_information [String]
|
|
25
|
+
# Remittance information the debtor will see as part of the request.
|
|
26
26
|
#
|
|
27
|
-
# @param charge_bearer [Symbol, Increase::Models::WireDrawdownRequestCreateParams::ChargeBearer]
|
|
27
|
+
# @param charge_bearer [Symbol, Increase::Models::WireDrawdownRequestCreateParams::ChargeBearer]
|
|
28
|
+
# Determines who bears the cost of the drawdown request. Defaults to `shared` if
|
|
29
|
+
# not specified.
|
|
28
30
|
#
|
|
29
31
|
# @param debtor_account_number [String] The debtor's account number.
|
|
30
32
|
#
|
|
31
|
-
# @param debtor_external_account_id [String]
|
|
33
|
+
# @param debtor_external_account_id [String]
|
|
34
|
+
# The ID of an External Account to initiate a transfer to. If this parameter is
|
|
35
|
+
# provided, `debtor_account_number` and `debtor_routing_number` must be absent.
|
|
32
36
|
#
|
|
33
37
|
# @param debtor_routing_number [String] The debtor's routing number.
|
|
34
38
|
#
|
|
35
|
-
# @param end_to_end_identification [String]
|
|
39
|
+
# @param end_to_end_identification [String]
|
|
40
|
+
# A free-form reference string set by the sender mirrored back in the subsequent
|
|
41
|
+
# wire transfer.
|
|
36
42
|
#
|
|
37
43
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
38
44
|
#
|
|
@@ -70,18 +76,21 @@ module Increase
|
|
|
70
76
|
)
|
|
71
77
|
end
|
|
72
78
|
|
|
73
|
-
# Some parameter documentations has been truncated, see
|
|
74
|
-
# {Increase::Models::WireDrawdownRequestListParams} for more details.
|
|
75
|
-
#
|
|
76
79
|
# List Wire Drawdown Requests
|
|
77
80
|
#
|
|
78
81
|
# @overload list(cursor: nil, idempotency_key: nil, limit: nil, status: nil, request_options: {})
|
|
79
82
|
#
|
|
80
83
|
# @param cursor [String] Return the page of entries after this one.
|
|
81
84
|
#
|
|
82
|
-
# @param idempotency_key [String]
|
|
85
|
+
# @param idempotency_key [String]
|
|
86
|
+
# Filter records to the one with the specified `idempotency_key` you chose for
|
|
87
|
+
# that object. This value is unique across Increase and is used to ensure that a
|
|
88
|
+
# request is only processed once. Learn more about
|
|
89
|
+
# [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
83
90
|
#
|
|
84
|
-
# @param limit [Integer]
|
|
91
|
+
# @param limit [Integer]
|
|
92
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
93
|
+
# objects.
|
|
85
94
|
#
|
|
86
95
|
# @param status [Increase::Models::WireDrawdownRequestListParams::Status]
|
|
87
96
|
#
|
|
@@ -3,9 +3,6 @@
|
|
|
3
3
|
module Increase
|
|
4
4
|
module Resources
|
|
5
5
|
class WireTransfers
|
|
6
|
-
# Some parameter documentations has been truncated, see
|
|
7
|
-
# {Increase::Models::WireTransferCreateParams} for more details.
|
|
8
|
-
#
|
|
9
6
|
# Create a Wire Transfer
|
|
10
7
|
#
|
|
11
8
|
# @overload create(account_id:, amount:, creditor:, remittance:, account_number: nil, debtor: nil, external_account_id: nil, inbound_wire_drawdown_request_id: nil, require_approval: nil, routing_number: nil, source_account_number_id: nil, request_options: {})
|
|
@@ -14,23 +11,36 @@ module Increase
|
|
|
14
11
|
#
|
|
15
12
|
# @param amount [Integer] The transfer amount in USD cents.
|
|
16
13
|
#
|
|
17
|
-
# @param creditor [Increase::Models::WireTransferCreateParams::Creditor]
|
|
14
|
+
# @param creditor [Increase::Models::WireTransferCreateParams::Creditor]
|
|
15
|
+
# The person or business that is receiving the funds from the transfer.
|
|
18
16
|
#
|
|
19
|
-
# @param remittance [Increase::Models::WireTransferCreateParams::Remittance]
|
|
17
|
+
# @param remittance [Increase::Models::WireTransferCreateParams::Remittance]
|
|
18
|
+
# Additional remittance information related to the wire transfer.
|
|
20
19
|
#
|
|
21
20
|
# @param account_number [String] The account number for the destination account.
|
|
22
21
|
#
|
|
23
|
-
# @param debtor [Increase::Models::WireTransferCreateParams::Debtor]
|
|
22
|
+
# @param debtor [Increase::Models::WireTransferCreateParams::Debtor]
|
|
23
|
+
# The person or business whose funds are being transferred. This is only necessary
|
|
24
|
+
# if you're transferring from a commingled account. Otherwise, we'll use the
|
|
25
|
+
# associated entity's details.
|
|
24
26
|
#
|
|
25
|
-
# @param external_account_id [String]
|
|
27
|
+
# @param external_account_id [String]
|
|
28
|
+
# The ID of an External Account to initiate a transfer to. If this parameter is
|
|
29
|
+
# provided, `account_number` and `routing_number` must be absent.
|
|
26
30
|
#
|
|
27
|
-
# @param inbound_wire_drawdown_request_id [String]
|
|
31
|
+
# @param inbound_wire_drawdown_request_id [String]
|
|
32
|
+
# The ID of an Inbound Wire Drawdown Request in response to which this transfer is
|
|
33
|
+
# being sent.
|
|
28
34
|
#
|
|
29
|
-
# @param require_approval [Boolean]
|
|
35
|
+
# @param require_approval [Boolean]
|
|
36
|
+
# Whether the transfer requires explicit approval via the dashboard or API.
|
|
30
37
|
#
|
|
31
|
-
# @param routing_number [String]
|
|
38
|
+
# @param routing_number [String]
|
|
39
|
+
# The American Bankers' Association (ABA) Routing Transit Number (RTN) for the
|
|
40
|
+
# destination account.
|
|
32
41
|
#
|
|
33
|
-
# @param source_account_number_id [String]
|
|
42
|
+
# @param source_account_number_id [String]
|
|
43
|
+
# The ID of an Account Number that will be passed to the wire's recipient
|
|
34
44
|
#
|
|
35
45
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
36
46
|
#
|
|
@@ -68,9 +78,6 @@ module Increase
|
|
|
68
78
|
)
|
|
69
79
|
end
|
|
70
80
|
|
|
71
|
-
# Some parameter documentations has been truncated, see
|
|
72
|
-
# {Increase::Models::WireTransferListParams} for more details.
|
|
73
|
-
#
|
|
74
81
|
# List Wire Transfers
|
|
75
82
|
#
|
|
76
83
|
# @overload list(account_id: nil, created_at: nil, cursor: nil, external_account_id: nil, idempotency_key: nil, limit: nil, status: nil, request_options: {})
|
|
@@ -83,9 +90,15 @@ module Increase
|
|
|
83
90
|
#
|
|
84
91
|
# @param external_account_id [String] Filter Wire Transfers to those made to the specified External Account.
|
|
85
92
|
#
|
|
86
|
-
# @param idempotency_key [String]
|
|
93
|
+
# @param idempotency_key [String]
|
|
94
|
+
# Filter records to the one with the specified `idempotency_key` you chose for
|
|
95
|
+
# that object. This value is unique across Increase and is used to ensure that a
|
|
96
|
+
# request is only processed once. Learn more about
|
|
97
|
+
# [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
87
98
|
#
|
|
88
|
-
# @param limit [Integer]
|
|
99
|
+
# @param limit [Integer]
|
|
100
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
101
|
+
# objects.
|
|
89
102
|
#
|
|
90
103
|
# @param status [Increase::Models::WireTransferListParams::Status]
|
|
91
104
|
#
|
data/lib/increase/version.rb
CHANGED
|
@@ -14,7 +14,8 @@ module Increase
|
|
|
14
14
|
)
|
|
15
15
|
end
|
|
16
16
|
|
|
17
|
-
# The identifier of the Entity to associate with the new Beneficial Owner.
|
|
17
|
+
# The identifier of the Entity to associate with the new Beneficial Owner. Only
|
|
18
|
+
# `corporation` entities have beneficial owners.
|
|
18
19
|
sig { returns(String) }
|
|
19
20
|
attr_accessor :entity_id
|
|
20
21
|
|
|
@@ -57,7 +58,8 @@ module Increase
|
|
|
57
58
|
).returns(T.attached_class)
|
|
58
59
|
end
|
|
59
60
|
def self.new(
|
|
60
|
-
# The identifier of the Entity to associate with the new Beneficial Owner.
|
|
61
|
+
# The identifier of the Entity to associate with the new Beneficial Owner. Only
|
|
62
|
+
# `corporation` entities have beneficial owners.
|
|
61
63
|
entity_id:,
|
|
62
64
|
# Personal details for the beneficial owner.
|
|
63
65
|
individual:,
|
|
@@ -813,6 +813,10 @@ module Increase
|
|
|
813
813
|
end
|
|
814
814
|
attr_writer :return_address
|
|
815
815
|
|
|
816
|
+
# A custom name printed above the Increase-managed return address.
|
|
817
|
+
sig { returns(T.nilable(String)) }
|
|
818
|
+
attr_accessor :return_address_name
|
|
819
|
+
|
|
816
820
|
# The shipping method for the check.
|
|
817
821
|
sig do
|
|
818
822
|
returns(
|
|
@@ -857,6 +861,7 @@ module Increase
|
|
|
857
861
|
T.nilable(
|
|
858
862
|
Increase::CheckTransfer::PhysicalCheck::ReturnAddress::OrHash
|
|
859
863
|
),
|
|
864
|
+
return_address_name: T.nilable(String),
|
|
860
865
|
shipping_method:
|
|
861
866
|
Increase::CheckTransfer::PhysicalCheck::ShippingMethod::OrSymbol,
|
|
862
867
|
signature:
|
|
@@ -885,6 +890,8 @@ module Increase
|
|
|
885
890
|
recipient_name:,
|
|
886
891
|
# The return address to be printed on the check.
|
|
887
892
|
return_address:,
|
|
893
|
+
# A custom name printed above the Increase-managed return address.
|
|
894
|
+
return_address_name:,
|
|
888
895
|
# The shipping method for the check.
|
|
889
896
|
shipping_method:,
|
|
890
897
|
# The signature that will appear on the check.
|
|
@@ -909,6 +916,7 @@ module Increase
|
|
|
909
916
|
T.nilable(
|
|
910
917
|
Increase::CheckTransfer::PhysicalCheck::ReturnAddress
|
|
911
918
|
),
|
|
919
|
+
return_address_name: T.nilable(String),
|
|
912
920
|
shipping_method:
|
|
913
921
|
Increase::CheckTransfer::PhysicalCheck::ShippingMethod::TaggedSymbol,
|
|
914
922
|
signature: Increase::CheckTransfer::PhysicalCheck::Signature,
|
|
@@ -1356,6 +1364,13 @@ module Increase
|
|
|
1356
1364
|
Increase::CheckTransfer::Status::TaggedSymbol
|
|
1357
1365
|
)
|
|
1358
1366
|
|
|
1367
|
+
# The transfer is pending review by Increase.
|
|
1368
|
+
PENDING_REVIEWING =
|
|
1369
|
+
T.let(
|
|
1370
|
+
:pending_reviewing,
|
|
1371
|
+
Increase::CheckTransfer::Status::TaggedSymbol
|
|
1372
|
+
)
|
|
1373
|
+
|
|
1359
1374
|
# The transfer requires attention from an Increase operator.
|
|
1360
1375
|
REQUIRES_ATTENTION =
|
|
1361
1376
|
T.let(
|
|
@@ -288,6 +288,16 @@ module Increase
|
|
|
288
288
|
sig { returns(String) }
|
|
289
289
|
attr_accessor :memo
|
|
290
290
|
|
|
291
|
+
# The payer of the check. This will be printed on the top-left portion of the
|
|
292
|
+
# check. This should be an array of up to 4 elements, each of which represents a
|
|
293
|
+
# line of the payer.
|
|
294
|
+
sig do
|
|
295
|
+
returns(
|
|
296
|
+
T::Array[Increase::CheckTransferCreateParams::PhysicalCheck::Payer]
|
|
297
|
+
)
|
|
298
|
+
end
|
|
299
|
+
attr_accessor :payer
|
|
300
|
+
|
|
291
301
|
# The name that will be printed on the check in the 'To:' field.
|
|
292
302
|
sig { returns(String) }
|
|
293
303
|
attr_accessor :recipient_name
|
|
@@ -317,30 +327,6 @@ module Increase
|
|
|
317
327
|
sig { params(note: String).void }
|
|
318
328
|
attr_writer :note
|
|
319
329
|
|
|
320
|
-
# The payer of the check. This will be printed on the top-left portion of the
|
|
321
|
-
# check and defaults to the return address if unspecified. This should be an array
|
|
322
|
-
# of up to 4 elements, each of which represents a line of the payer.
|
|
323
|
-
sig do
|
|
324
|
-
returns(
|
|
325
|
-
T.nilable(
|
|
326
|
-
T::Array[
|
|
327
|
-
Increase::CheckTransferCreateParams::PhysicalCheck::Payer
|
|
328
|
-
]
|
|
329
|
-
)
|
|
330
|
-
)
|
|
331
|
-
end
|
|
332
|
-
attr_reader :payer
|
|
333
|
-
|
|
334
|
-
sig do
|
|
335
|
-
params(
|
|
336
|
-
payer:
|
|
337
|
-
T::Array[
|
|
338
|
-
Increase::CheckTransferCreateParams::PhysicalCheck::Payer::OrHash
|
|
339
|
-
]
|
|
340
|
-
).void
|
|
341
|
-
end
|
|
342
|
-
attr_writer :payer
|
|
343
|
-
|
|
344
330
|
# The return address to be printed on the check. If omitted this will default to
|
|
345
331
|
# an Increase-owned address that will mark checks as delivery failed and shred
|
|
346
332
|
# them.
|
|
@@ -361,6 +347,14 @@ module Increase
|
|
|
361
347
|
end
|
|
362
348
|
attr_writer :return_address
|
|
363
349
|
|
|
350
|
+
# A custom name to print above the default return address. Cannot be provided
|
|
351
|
+
# together with `return_address`.
|
|
352
|
+
sig { returns(T.nilable(String)) }
|
|
353
|
+
attr_reader :return_address_name
|
|
354
|
+
|
|
355
|
+
sig { params(return_address_name: String).void }
|
|
356
|
+
attr_writer :return_address_name
|
|
357
|
+
|
|
364
358
|
# How to ship the check. For details on pricing, timing, and restrictions, see
|
|
365
359
|
# https://increase.com/documentation/originating-checks#printing-checks .
|
|
366
360
|
sig do
|
|
@@ -408,16 +402,17 @@ module Increase
|
|
|
408
402
|
mailing_address:
|
|
409
403
|
Increase::CheckTransferCreateParams::PhysicalCheck::MailingAddress::OrHash,
|
|
410
404
|
memo: String,
|
|
411
|
-
recipient_name: String,
|
|
412
|
-
attachment_file_id: String,
|
|
413
|
-
check_voucher_image_file_id: String,
|
|
414
|
-
note: String,
|
|
415
405
|
payer:
|
|
416
406
|
T::Array[
|
|
417
407
|
Increase::CheckTransferCreateParams::PhysicalCheck::Payer::OrHash
|
|
418
408
|
],
|
|
409
|
+
recipient_name: String,
|
|
410
|
+
attachment_file_id: String,
|
|
411
|
+
check_voucher_image_file_id: String,
|
|
412
|
+
note: String,
|
|
419
413
|
return_address:
|
|
420
414
|
Increase::CheckTransferCreateParams::PhysicalCheck::ReturnAddress::OrHash,
|
|
415
|
+
return_address_name: String,
|
|
421
416
|
shipping_method:
|
|
422
417
|
Increase::CheckTransferCreateParams::PhysicalCheck::ShippingMethod::OrSymbol,
|
|
423
418
|
signature:
|
|
@@ -429,6 +424,10 @@ module Increase
|
|
|
429
424
|
mailing_address:,
|
|
430
425
|
# The descriptor that will be printed on the memo field on the check.
|
|
431
426
|
memo:,
|
|
427
|
+
# The payer of the check. This will be printed on the top-left portion of the
|
|
428
|
+
# check. This should be an array of up to 4 elements, each of which represents a
|
|
429
|
+
# line of the payer.
|
|
430
|
+
payer:,
|
|
432
431
|
# The name that will be printed on the check in the 'To:' field.
|
|
433
432
|
recipient_name:,
|
|
434
433
|
# The ID of a File to be attached to the check. This must have
|
|
@@ -441,14 +440,13 @@ module Increase
|
|
|
441
440
|
check_voucher_image_file_id: nil,
|
|
442
441
|
# The descriptor that will be printed on the letter included with the check.
|
|
443
442
|
note: nil,
|
|
444
|
-
# The payer of the check. This will be printed on the top-left portion of the
|
|
445
|
-
# check and defaults to the return address if unspecified. This should be an array
|
|
446
|
-
# of up to 4 elements, each of which represents a line of the payer.
|
|
447
|
-
payer: nil,
|
|
448
443
|
# The return address to be printed on the check. If omitted this will default to
|
|
449
444
|
# an Increase-owned address that will mark checks as delivery failed and shred
|
|
450
445
|
# them.
|
|
451
446
|
return_address: nil,
|
|
447
|
+
# A custom name to print above the default return address. Cannot be provided
|
|
448
|
+
# together with `return_address`.
|
|
449
|
+
return_address_name: nil,
|
|
452
450
|
# How to ship the check. For details on pricing, timing, and restrictions, see
|
|
453
451
|
# https://increase.com/documentation/originating-checks#printing-checks .
|
|
454
452
|
shipping_method: nil,
|
|
@@ -465,16 +463,17 @@ module Increase
|
|
|
465
463
|
mailing_address:
|
|
466
464
|
Increase::CheckTransferCreateParams::PhysicalCheck::MailingAddress,
|
|
467
465
|
memo: String,
|
|
468
|
-
recipient_name: String,
|
|
469
|
-
attachment_file_id: String,
|
|
470
|
-
check_voucher_image_file_id: String,
|
|
471
|
-
note: String,
|
|
472
466
|
payer:
|
|
473
467
|
T::Array[
|
|
474
468
|
Increase::CheckTransferCreateParams::PhysicalCheck::Payer
|
|
475
469
|
],
|
|
470
|
+
recipient_name: String,
|
|
471
|
+
attachment_file_id: String,
|
|
472
|
+
check_voucher_image_file_id: String,
|
|
473
|
+
note: String,
|
|
476
474
|
return_address:
|
|
477
475
|
Increase::CheckTransferCreateParams::PhysicalCheck::ReturnAddress,
|
|
476
|
+
return_address_name: String,
|
|
478
477
|
shipping_method:
|
|
479
478
|
Increase::CheckTransferCreateParams::PhysicalCheck::ShippingMethod::OrSymbol,
|
|
480
479
|
signature:
|
|
@@ -267,6 +267,13 @@ module Increase
|
|
|
267
267
|
Increase::CheckTransferListParams::Status::In::TaggedSymbol
|
|
268
268
|
)
|
|
269
269
|
|
|
270
|
+
# The transfer is pending review by Increase.
|
|
271
|
+
PENDING_REVIEWING =
|
|
272
|
+
T.let(
|
|
273
|
+
:pending_reviewing,
|
|
274
|
+
Increase::CheckTransferListParams::Status::In::TaggedSymbol
|
|
275
|
+
)
|
|
276
|
+
|
|
270
277
|
# The transfer requires attention from an Increase operator.
|
|
271
278
|
REQUIRES_ATTENTION =
|
|
272
279
|
T.let(
|
|
@@ -147,7 +147,7 @@ module Increase
|
|
|
147
147
|
attr_writer :validation
|
|
148
148
|
|
|
149
149
|
# Entities are the legal entities that own accounts. They can be people,
|
|
150
|
-
# corporations,
|
|
150
|
+
# corporations, joint accounts, trusts, or government authorities. To learn more,
|
|
151
151
|
# see [Entities](/documentation/entities).
|
|
152
152
|
sig do
|
|
153
153
|
params(
|
|
@@ -311,7 +311,8 @@ module Increase
|
|
|
311
311
|
sig { returns(T.nilable(String)) }
|
|
312
312
|
attr_accessor :industry_code
|
|
313
313
|
|
|
314
|
-
# The legal identifier of the corporation
|
|
314
|
+
# The legal identifier of the corporation, like an Employer Identification Number
|
|
315
|
+
# (EIN).
|
|
315
316
|
sig do
|
|
316
317
|
returns(T.nilable(Increase::Entity::Corporation::LegalIdentifier))
|
|
317
318
|
end
|
|
@@ -370,7 +371,8 @@ module Increase
|
|
|
370
371
|
# The numeric North American Industry Classification System (NAICS) code submitted
|
|
371
372
|
# for the corporation.
|
|
372
373
|
industry_code:,
|
|
373
|
-
# The legal identifier of the corporation
|
|
374
|
+
# The legal identifier of the corporation, like an Employer Identification Number
|
|
375
|
+
# (EIN).
|
|
374
376
|
legal_identifier:,
|
|
375
377
|
# The legal name of the corporation.
|
|
376
378
|
name:,
|
|
@@ -955,11 +957,12 @@ module Increase
|
|
|
955
957
|
end
|
|
956
958
|
attr_accessor :category
|
|
957
959
|
|
|
958
|
-
# The
|
|
960
|
+
# The legal identifier itself.
|
|
959
961
|
sig { returns(String) }
|
|
960
962
|
attr_accessor :value
|
|
961
963
|
|
|
962
|
-
# The legal identifier of the corporation
|
|
964
|
+
# The legal identifier of the corporation, like an Employer Identification Number
|
|
965
|
+
# (EIN).
|
|
963
966
|
sig do
|
|
964
967
|
params(
|
|
965
968
|
category:
|
|
@@ -970,7 +973,7 @@ module Increase
|
|
|
970
973
|
def self.new(
|
|
971
974
|
# The category of the legal identifier.
|
|
972
975
|
category:,
|
|
973
|
-
# The
|
|
976
|
+
# The legal identifier itself.
|
|
974
977
|
value:
|
|
975
978
|
)
|
|
976
979
|
end
|
|
@@ -1266,8 +1266,9 @@ module Increase
|
|
|
1266
1266
|
)
|
|
1267
1267
|
end
|
|
1268
1268
|
|
|
1269
|
-
# The legal identifier. For US Employer Identification Numbers, submit nine
|
|
1270
|
-
# with no dashes or other separators. When testing in sandbox, use one of
|
|
1269
|
+
# The legal identifier itself. For US Employer Identification Numbers, submit nine
|
|
1270
|
+
# digits with no dashes or other separators. When testing in sandbox, use one of
|
|
1271
|
+
# our
|
|
1271
1272
|
# [sandbox test values](https://increase.com/documentation/sandbox-test-values).
|
|
1272
1273
|
sig { returns(String) }
|
|
1273
1274
|
attr_accessor :value
|
|
@@ -1302,8 +1303,9 @@ module Increase
|
|
|
1302
1303
|
).returns(T.attached_class)
|
|
1303
1304
|
end
|
|
1304
1305
|
def self.new(
|
|
1305
|
-
# The legal identifier. For US Employer Identification Numbers, submit nine
|
|
1306
|
-
# with no dashes or other separators. When testing in sandbox, use one of
|
|
1306
|
+
# The legal identifier itself. For US Employer Identification Numbers, submit nine
|
|
1307
|
+
# digits with no dashes or other separators. When testing in sandbox, use one of
|
|
1308
|
+
# our
|
|
1307
1309
|
# [sandbox test values](https://increase.com/documentation/sandbox-test-values).
|
|
1308
1310
|
value:,
|
|
1309
1311
|
# The category of the legal identifier. If not provided, the default is
|