increase 1.340.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 +48 -37
- 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 +124 -75
- data/lib/increase/models/check_transfer_create_params.rb +91 -51
- data/lib/increase/models/check_transfer_list_params.rb +24 -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 +175 -135
- 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 +323 -236
- 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 +10 -6
- data/lib/increase/models/entity_update_params.rb +112 -86
- 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/check_transfer.rbi +8 -0
- data/rbi/increase/models/check_transfer_create_params.rbi +35 -36
- data/rbi/increase/models/entity_list_params.rbi +119 -0
- data/rbi/increase/models/pending_transaction_create_params.rbi +4 -4
- data/rbi/increase/resources/entities.rbi +3 -0
- data/rbi/increase/resources/pending_transactions.rbi +2 -2
- data/sig/increase/models/check_transfer.rbs +5 -0
- data/sig/increase/models/check_transfer_create_params.rbs +12 -9
- data/sig/increase/models/entity_list_params.rbs +48 -1
- data/sig/increase/resources/entities.rbs +1 -0
- metadata +2 -2
|
@@ -41,18 +41,21 @@ module Increase
|
|
|
41
41
|
optional :limit, Integer
|
|
42
42
|
|
|
43
43
|
# @!method initialize(account_id: nil, created_at: nil, cursor: nil, idempotency_key: nil, limit: nil, request_options: {})
|
|
44
|
-
# Some parameter documentations has been truncated, see
|
|
45
|
-
# {Increase::Models::CheckDepositListParams} for more details.
|
|
46
|
-
#
|
|
47
44
|
# @param account_id [String] Filter Check Deposits to those belonging to the specified Account.
|
|
48
45
|
#
|
|
49
46
|
# @param created_at [Increase::Models::CheckDepositListParams::CreatedAt]
|
|
50
47
|
#
|
|
51
48
|
# @param cursor [String] Return the page of entries after this one.
|
|
52
49
|
#
|
|
53
|
-
# @param idempotency_key [String]
|
|
50
|
+
# @param idempotency_key [String]
|
|
51
|
+
# Filter records to the one with the specified `idempotency_key` you chose for
|
|
52
|
+
# that object. This value is unique across Increase and is used to ensure that a
|
|
53
|
+
# request is only processed once. Learn more about
|
|
54
|
+
# [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
54
55
|
#
|
|
55
|
-
# @param limit [Integer]
|
|
56
|
+
# @param limit [Integer]
|
|
57
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
58
|
+
# objects.
|
|
56
59
|
#
|
|
57
60
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
58
61
|
|
|
@@ -86,16 +89,21 @@ module Increase
|
|
|
86
89
|
optional :on_or_before, Time
|
|
87
90
|
|
|
88
91
|
# @!method initialize(after: nil, before: nil, on_or_after: nil, on_or_before: nil)
|
|
89
|
-
#
|
|
90
|
-
#
|
|
91
|
-
#
|
|
92
|
-
# @param after [Time] Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) tim
|
|
92
|
+
# @param after [Time]
|
|
93
|
+
# Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
94
|
+
# timestamp.
|
|
93
95
|
#
|
|
94
|
-
# @param before [Time]
|
|
96
|
+
# @param before [Time]
|
|
97
|
+
# Return results before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
98
|
+
# timestamp.
|
|
95
99
|
#
|
|
96
|
-
# @param on_or_after [Time]
|
|
100
|
+
# @param on_or_after [Time]
|
|
101
|
+
# Return results on or after this
|
|
102
|
+
# [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
97
103
|
#
|
|
98
|
-
# @param on_or_before [Time]
|
|
104
|
+
# @param on_or_before [Time]
|
|
105
|
+
# Return results on or before this
|
|
106
|
+
# [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
99
107
|
end
|
|
100
108
|
end
|
|
101
109
|
end
|
|
@@ -176,9 +176,6 @@ module Increase
|
|
|
176
176
|
required :valid_until_date, Date, nil?: true
|
|
177
177
|
|
|
178
178
|
# @!method initialize(id:, account_id:, account_number:, amount:, approval:, approved_inbound_check_deposit_id:, balance_check:, cancellation:, check_number:, created_at:, created_by:, currency:, fulfillment_method:, idempotency_key:, mailing:, pending_transaction_id:, physical_check:, routing_number:, source_account_number_id:, status:, stop_payment_request:, submission:, third_party:, type:, valid_until_date:)
|
|
179
|
-
# Some parameter documentations has been truncated, see
|
|
180
|
-
# {Increase::Models::CheckTransfer} for more details.
|
|
181
|
-
#
|
|
182
179
|
# Check Transfers move funds from your Increase account by mailing a physical
|
|
183
180
|
# check.
|
|
184
181
|
#
|
|
@@ -190,47 +187,86 @@ module Increase
|
|
|
190
187
|
#
|
|
191
188
|
# @param amount [Integer] The transfer amount in USD cents.
|
|
192
189
|
#
|
|
193
|
-
# @param approval [Increase::Models::CheckTransfer::Approval, nil]
|
|
190
|
+
# @param approval [Increase::Models::CheckTransfer::Approval, nil]
|
|
191
|
+
# If your account requires approvals for transfers and the transfer was approved,
|
|
192
|
+
# this will contain details of the approval.
|
|
194
193
|
#
|
|
195
|
-
# @param approved_inbound_check_deposit_id [String, nil]
|
|
194
|
+
# @param approved_inbound_check_deposit_id [String, nil]
|
|
195
|
+
# If the Check Transfer was successfully deposited, this will contain the
|
|
196
|
+
# identifier of the Inbound Check Deposit object with details of the deposit. The
|
|
197
|
+
# Inbound Check Deposit object will have information about any associated
|
|
198
|
+
# Transactions for this Check Transfer.
|
|
196
199
|
#
|
|
197
|
-
# @param balance_check [Symbol, Increase::Models::CheckTransfer::BalanceCheck, nil]
|
|
200
|
+
# @param balance_check [Symbol, Increase::Models::CheckTransfer::BalanceCheck, nil]
|
|
201
|
+
# How the account's available balance should be checked.
|
|
198
202
|
#
|
|
199
|
-
# @param cancellation [Increase::Models::CheckTransfer::Cancellation, nil]
|
|
203
|
+
# @param cancellation [Increase::Models::CheckTransfer::Cancellation, nil]
|
|
204
|
+
# If your account requires approvals for transfers and the transfer was not
|
|
205
|
+
# approved, this will contain details of the cancellation.
|
|
200
206
|
#
|
|
201
207
|
# @param check_number [String] The check number printed on the check.
|
|
202
208
|
#
|
|
203
|
-
# @param created_at [Time]
|
|
209
|
+
# @param created_at [Time]
|
|
210
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
211
|
+
# the transfer was created.
|
|
204
212
|
#
|
|
205
|
-
# @param created_by [Increase::Models::CheckTransfer::CreatedBy, nil]
|
|
213
|
+
# @param created_by [Increase::Models::CheckTransfer::CreatedBy, nil]
|
|
214
|
+
# What object created the transfer, either via the API or the dashboard.
|
|
206
215
|
#
|
|
207
|
-
# @param currency [Symbol, Increase::Models::CheckTransfer::Currency]
|
|
216
|
+
# @param currency [Symbol, Increase::Models::CheckTransfer::Currency]
|
|
217
|
+
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the check's
|
|
218
|
+
# currency.
|
|
208
219
|
#
|
|
209
|
-
# @param fulfillment_method [Symbol, Increase::Models::CheckTransfer::FulfillmentMethod]
|
|
220
|
+
# @param fulfillment_method [Symbol, Increase::Models::CheckTransfer::FulfillmentMethod]
|
|
221
|
+
# Whether Increase will print and mail the check or if you will do it yourself.
|
|
210
222
|
#
|
|
211
|
-
# @param idempotency_key [String, nil]
|
|
223
|
+
# @param idempotency_key [String, nil]
|
|
224
|
+
# The idempotency key you chose for this object. This value is unique across
|
|
225
|
+
# Increase and is used to ensure that a request is only processed once. Learn more
|
|
226
|
+
# about [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
212
227
|
#
|
|
213
|
-
# @param mailing [Increase::Models::CheckTransfer::Mailing, nil]
|
|
228
|
+
# @param mailing [Increase::Models::CheckTransfer::Mailing, nil]
|
|
229
|
+
# If the check has been mailed by Increase, this will contain details of the
|
|
230
|
+
# shipment.
|
|
214
231
|
#
|
|
215
|
-
# @param pending_transaction_id [String, nil]
|
|
232
|
+
# @param pending_transaction_id [String, nil]
|
|
233
|
+
# The ID for the pending transaction representing the transfer. A pending
|
|
234
|
+
# transaction is created when the transfer
|
|
235
|
+
# [requires approval](https://increase.com/documentation/transfer-approvals#transfer-approvals)
|
|
236
|
+
# by someone else in your organization.
|
|
216
237
|
#
|
|
217
|
-
# @param physical_check [Increase::Models::CheckTransfer::PhysicalCheck, nil]
|
|
238
|
+
# @param physical_check [Increase::Models::CheckTransfer::PhysicalCheck, nil]
|
|
239
|
+
# Details relating to the physical check that Increase will print and mail. Will
|
|
240
|
+
# be present if and only if `fulfillment_method` is equal to `physical_check`.
|
|
218
241
|
#
|
|
219
242
|
# @param routing_number [String] The routing number printed on the check.
|
|
220
243
|
#
|
|
221
|
-
# @param source_account_number_id [String, nil]
|
|
244
|
+
# @param source_account_number_id [String, nil]
|
|
245
|
+
# The identifier of the Account Number from which to send the transfer and print
|
|
246
|
+
# on the check.
|
|
222
247
|
#
|
|
223
248
|
# @param status [Symbol, Increase::Models::CheckTransfer::Status] The lifecycle status of the transfer.
|
|
224
249
|
#
|
|
225
|
-
# @param stop_payment_request [Increase::Models::CheckTransfer::StopPaymentRequest, nil]
|
|
250
|
+
# @param stop_payment_request [Increase::Models::CheckTransfer::StopPaymentRequest, nil]
|
|
251
|
+
# After a stop-payment is requested on the check, this will contain supplemental
|
|
252
|
+
# details.
|
|
226
253
|
#
|
|
227
|
-
# @param submission [Increase::Models::CheckTransfer::Submission, nil]
|
|
254
|
+
# @param submission [Increase::Models::CheckTransfer::Submission, nil]
|
|
255
|
+
# After the transfer is submitted, this will contain supplemental details.
|
|
228
256
|
#
|
|
229
|
-
# @param third_party [Increase::Models::CheckTransfer::ThirdParty, nil]
|
|
257
|
+
# @param third_party [Increase::Models::CheckTransfer::ThirdParty, nil]
|
|
258
|
+
# Details relating to the custom fulfillment you will perform. Will be present if
|
|
259
|
+
# and only if `fulfillment_method` is equal to `third_party`.
|
|
230
260
|
#
|
|
231
|
-
# @param type [Symbol, Increase::Models::CheckTransfer::Type]
|
|
261
|
+
# @param type [Symbol, Increase::Models::CheckTransfer::Type]
|
|
262
|
+
# A constant representing the object's type. For this resource it will always be
|
|
263
|
+
# `check_transfer`.
|
|
232
264
|
#
|
|
233
|
-
# @param valid_until_date [Date, nil]
|
|
265
|
+
# @param valid_until_date [Date, nil]
|
|
266
|
+
# If set, the check will be valid on or before this date. After this date, the
|
|
267
|
+
# check transfer will be automatically stopped and deposits will not be accepted.
|
|
268
|
+
# For checks printed by Increase, this date is included on the check as its
|
|
269
|
+
# expiry.
|
|
234
270
|
|
|
235
271
|
# @see Increase::Models::CheckTransfer#approval
|
|
236
272
|
class Approval < Increase::Internal::Type::BaseModel
|
|
@@ -249,15 +285,16 @@ module Increase
|
|
|
249
285
|
required :approved_by, String, nil?: true
|
|
250
286
|
|
|
251
287
|
# @!method initialize(approved_at:, approved_by:)
|
|
252
|
-
# Some parameter documentations has been truncated, see
|
|
253
|
-
# {Increase::Models::CheckTransfer::Approval} for more details.
|
|
254
|
-
#
|
|
255
288
|
# If your account requires approvals for transfers and the transfer was approved,
|
|
256
289
|
# this will contain details of the approval.
|
|
257
290
|
#
|
|
258
|
-
# @param approved_at [Time]
|
|
291
|
+
# @param approved_at [Time]
|
|
292
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
293
|
+
# the transfer was approved.
|
|
259
294
|
#
|
|
260
|
-
# @param approved_by [String, nil]
|
|
295
|
+
# @param approved_by [String, nil]
|
|
296
|
+
# If the Transfer was approved by a user in the dashboard, the email address of
|
|
297
|
+
# that user.
|
|
261
298
|
end
|
|
262
299
|
|
|
263
300
|
# How the account's available balance should be checked.
|
|
@@ -293,15 +330,16 @@ module Increase
|
|
|
293
330
|
required :canceled_by, String, nil?: true
|
|
294
331
|
|
|
295
332
|
# @!method initialize(canceled_at:, canceled_by:)
|
|
296
|
-
# Some parameter documentations has been truncated, see
|
|
297
|
-
# {Increase::Models::CheckTransfer::Cancellation} for more details.
|
|
298
|
-
#
|
|
299
333
|
# If your account requires approvals for transfers and the transfer was not
|
|
300
334
|
# approved, this will contain details of the cancellation.
|
|
301
335
|
#
|
|
302
|
-
# @param canceled_at [Time]
|
|
336
|
+
# @param canceled_at [Time]
|
|
337
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
338
|
+
# the Transfer was canceled.
|
|
303
339
|
#
|
|
304
|
-
# @param canceled_by [String, nil]
|
|
340
|
+
# @param canceled_by [String, nil]
|
|
341
|
+
# If the Transfer was canceled by a user in the dashboard, the email address of
|
|
342
|
+
# that user.
|
|
305
343
|
end
|
|
306
344
|
|
|
307
345
|
# @see Increase::Models::CheckTransfer#created_by
|
|
@@ -333,13 +371,17 @@ module Increase
|
|
|
333
371
|
# @!method initialize(category:, api_key: nil, oauth_application: nil, user: nil)
|
|
334
372
|
# What object created the transfer, either via the API or the dashboard.
|
|
335
373
|
#
|
|
336
|
-
# @param category [Symbol, Increase::Models::CheckTransfer::CreatedBy::Category]
|
|
374
|
+
# @param category [Symbol, Increase::Models::CheckTransfer::CreatedBy::Category]
|
|
375
|
+
# The type of object that created this transfer.
|
|
337
376
|
#
|
|
338
|
-
# @param api_key [Increase::Models::CheckTransfer::CreatedBy::APIKey, nil]
|
|
377
|
+
# @param api_key [Increase::Models::CheckTransfer::CreatedBy::APIKey, nil]
|
|
378
|
+
# If present, details about the API key that created the transfer.
|
|
339
379
|
#
|
|
340
|
-
# @param oauth_application [Increase::Models::CheckTransfer::CreatedBy::OAuthApplication, nil]
|
|
380
|
+
# @param oauth_application [Increase::Models::CheckTransfer::CreatedBy::OAuthApplication, nil]
|
|
381
|
+
# If present, details about the OAuth Application that created the transfer.
|
|
341
382
|
#
|
|
342
|
-
# @param user [Increase::Models::CheckTransfer::CreatedBy::User, nil]
|
|
383
|
+
# @param user [Increase::Models::CheckTransfer::CreatedBy::User, nil]
|
|
384
|
+
# If present, details about the User that created the transfer.
|
|
343
385
|
|
|
344
386
|
# The type of object that created this transfer.
|
|
345
387
|
#
|
|
@@ -443,13 +485,12 @@ module Increase
|
|
|
443
485
|
required :mailed_at, Time
|
|
444
486
|
|
|
445
487
|
# @!method initialize(mailed_at:)
|
|
446
|
-
# Some parameter documentations has been truncated, see
|
|
447
|
-
# {Increase::Models::CheckTransfer::Mailing} for more details.
|
|
448
|
-
#
|
|
449
488
|
# If the check has been mailed by Increase, this will contain details of the
|
|
450
489
|
# shipment.
|
|
451
490
|
#
|
|
452
|
-
# @param mailed_at [Time]
|
|
491
|
+
# @param mailed_at [Time]
|
|
492
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
493
|
+
# the check was mailed.
|
|
453
494
|
end
|
|
454
495
|
|
|
455
496
|
# @see Increase::Models::CheckTransfer#physical_check
|
|
@@ -503,6 +544,12 @@ module Increase
|
|
|
503
544
|
# @return [Increase::Models::CheckTransfer::PhysicalCheck::ReturnAddress, nil]
|
|
504
545
|
required :return_address, -> { Increase::CheckTransfer::PhysicalCheck::ReturnAddress }, nil?: true
|
|
505
546
|
|
|
547
|
+
# @!attribute return_address_name
|
|
548
|
+
# A custom name printed above the Increase-managed return address.
|
|
549
|
+
#
|
|
550
|
+
# @return [String, nil]
|
|
551
|
+
required :return_address_name, String, nil?: true
|
|
552
|
+
|
|
506
553
|
# @!attribute shipping_method
|
|
507
554
|
# The shipping method for the check.
|
|
508
555
|
#
|
|
@@ -522,10 +569,7 @@ module Increase
|
|
|
522
569
|
required :tracking_updates,
|
|
523
570
|
-> { Increase::Internal::Type::ArrayOf[Increase::CheckTransfer::PhysicalCheck::TrackingUpdate] }
|
|
524
571
|
|
|
525
|
-
# @!method initialize(attachment_file_id:, check_voucher_image_file_id:, mailing_address:, memo:, note:, payer:, recipient_name:, return_address:, shipping_method:, signature:, tracking_updates:)
|
|
526
|
-
# Some parameter documentations has been truncated, see
|
|
527
|
-
# {Increase::Models::CheckTransfer::PhysicalCheck} for more details.
|
|
528
|
-
#
|
|
572
|
+
# @!method initialize(attachment_file_id:, check_voucher_image_file_id:, mailing_address:, memo:, note:, payer:, recipient_name:, return_address:, return_address_name:, shipping_method:, signature:, tracking_updates:)
|
|
529
573
|
# Details relating to the physical check that Increase will print and mail. Will
|
|
530
574
|
# be present if and only if `fulfillment_method` is equal to `physical_check`.
|
|
531
575
|
#
|
|
@@ -533,23 +577,32 @@ module Increase
|
|
|
533
577
|
#
|
|
534
578
|
# @param check_voucher_image_file_id [String, nil] The ID of the file for the check voucher image.
|
|
535
579
|
#
|
|
536
|
-
# @param mailing_address [Increase::Models::CheckTransfer::PhysicalCheck::MailingAddress]
|
|
580
|
+
# @param mailing_address [Increase::Models::CheckTransfer::PhysicalCheck::MailingAddress]
|
|
581
|
+
# Details for where Increase will mail the check.
|
|
537
582
|
#
|
|
538
583
|
# @param memo [String, nil] The descriptor that will be printed on the memo field on the check.
|
|
539
584
|
#
|
|
540
585
|
# @param note [String, nil] The descriptor that will be printed on the letter included with the check.
|
|
541
586
|
#
|
|
542
|
-
# @param payer [Array<Increase::Models::CheckTransfer::PhysicalCheck::Payer>]
|
|
587
|
+
# @param payer [Array<Increase::Models::CheckTransfer::PhysicalCheck::Payer>]
|
|
588
|
+
# The payer of the check. This will be printed on the top-left portion of the
|
|
589
|
+
# check and defaults to the return address if unspecified.
|
|
543
590
|
#
|
|
544
591
|
# @param recipient_name [String] The name that will be printed on the check.
|
|
545
592
|
#
|
|
546
|
-
# @param return_address [Increase::Models::CheckTransfer::PhysicalCheck::ReturnAddress, nil]
|
|
593
|
+
# @param return_address [Increase::Models::CheckTransfer::PhysicalCheck::ReturnAddress, nil]
|
|
594
|
+
# The return address to be printed on the check.
|
|
595
|
+
#
|
|
596
|
+
# @param return_address_name [String, nil] A custom name printed above the Increase-managed return address.
|
|
547
597
|
#
|
|
548
|
-
# @param shipping_method [Symbol, Increase::Models::CheckTransfer::PhysicalCheck::ShippingMethod]
|
|
598
|
+
# @param shipping_method [Symbol, Increase::Models::CheckTransfer::PhysicalCheck::ShippingMethod]
|
|
599
|
+
# The shipping method for the check.
|
|
549
600
|
#
|
|
550
|
-
# @param signature [Increase::Models::CheckTransfer::PhysicalCheck::Signature]
|
|
601
|
+
# @param signature [Increase::Models::CheckTransfer::PhysicalCheck::Signature]
|
|
602
|
+
# The signature that will appear on the check.
|
|
551
603
|
#
|
|
552
|
-
# @param tracking_updates [Array<Increase::Models::CheckTransfer::PhysicalCheck::TrackingUpdate>]
|
|
604
|
+
# @param tracking_updates [Array<Increase::Models::CheckTransfer::PhysicalCheck::TrackingUpdate>]
|
|
605
|
+
# Tracking updates relating to the physical check's delivery.
|
|
553
606
|
|
|
554
607
|
# @see Increase::Models::CheckTransfer::PhysicalCheck#mailing_address
|
|
555
608
|
class MailingAddress < Increase::Internal::Type::BaseModel
|
|
@@ -597,10 +650,6 @@ module Increase
|
|
|
597
650
|
required :state, String, nil?: true
|
|
598
651
|
|
|
599
652
|
# @!method initialize(city:, line1:, line2:, name:, phone:, postal_code:, state:)
|
|
600
|
-
# Some parameter documentations has been truncated, see
|
|
601
|
-
# {Increase::Models::CheckTransfer::PhysicalCheck::MailingAddress} for more
|
|
602
|
-
# details.
|
|
603
|
-
#
|
|
604
653
|
# Details for where Increase will mail the check.
|
|
605
654
|
#
|
|
606
655
|
# @param city [String, nil] The city of the check's destination.
|
|
@@ -611,7 +660,9 @@ module Increase
|
|
|
611
660
|
#
|
|
612
661
|
# @param name [String, nil] The name component of the check's mailing address.
|
|
613
662
|
#
|
|
614
|
-
# @param phone [String, nil]
|
|
663
|
+
# @param phone [String, nil]
|
|
664
|
+
# The phone number to be used in case of delivery issues at the check's mailing
|
|
665
|
+
# address. Only used for FedEx overnight shipping.
|
|
615
666
|
#
|
|
616
667
|
# @param postal_code [String, nil] The postal code of the check's destination.
|
|
617
668
|
#
|
|
@@ -675,10 +726,6 @@ module Increase
|
|
|
675
726
|
required :state, String, nil?: true
|
|
676
727
|
|
|
677
728
|
# @!method initialize(city:, line1:, line2:, name:, phone:, postal_code:, state:)
|
|
678
|
-
# Some parameter documentations has been truncated, see
|
|
679
|
-
# {Increase::Models::CheckTransfer::PhysicalCheck::ReturnAddress} for more
|
|
680
|
-
# details.
|
|
681
|
-
#
|
|
682
729
|
# The return address to be printed on the check.
|
|
683
730
|
#
|
|
684
731
|
# @param city [String, nil] The city of the check's destination.
|
|
@@ -689,7 +736,9 @@ module Increase
|
|
|
689
736
|
#
|
|
690
737
|
# @param name [String, nil] The name component of the check's return address.
|
|
691
738
|
#
|
|
692
|
-
# @param phone [String, nil]
|
|
739
|
+
# @param phone [String, nil]
|
|
740
|
+
# The shipper's phone number to be used in case of delivery issues. Only used for
|
|
741
|
+
# FedEx overnight shipping.
|
|
693
742
|
#
|
|
694
743
|
# @param postal_code [String, nil] The postal code of the check's destination.
|
|
695
744
|
#
|
|
@@ -761,15 +810,14 @@ module Increase
|
|
|
761
810
|
required :postal_code, String
|
|
762
811
|
|
|
763
812
|
# @!method initialize(category:, country:, created_at:, postal_code:)
|
|
764
|
-
#
|
|
765
|
-
#
|
|
766
|
-
# details.
|
|
767
|
-
#
|
|
768
|
-
# @param category [Symbol, Increase::Models::CheckTransfer::PhysicalCheck::TrackingUpdate::Category] The type of tracking event.
|
|
813
|
+
# @param category [Symbol, Increase::Models::CheckTransfer::PhysicalCheck::TrackingUpdate::Category]
|
|
814
|
+
# The type of tracking event.
|
|
769
815
|
#
|
|
770
816
|
# @param country [String] The ISO 3166-1 alpha-2 country code for the country where the event took place.
|
|
771
817
|
#
|
|
772
|
-
# @param created_at [Time]
|
|
818
|
+
# @param created_at [Time]
|
|
819
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
820
|
+
# the tracking event took place.
|
|
773
821
|
#
|
|
774
822
|
# @param postal_code [String] The postal code where the event took place.
|
|
775
823
|
|
|
@@ -874,19 +922,19 @@ module Increase
|
|
|
874
922
|
required :type, enum: -> { Increase::CheckTransfer::StopPaymentRequest::Type }
|
|
875
923
|
|
|
876
924
|
# @!method initialize(reason:, requested_at:, transfer_id:, type:)
|
|
877
|
-
# Some parameter documentations has been truncated, see
|
|
878
|
-
# {Increase::Models::CheckTransfer::StopPaymentRequest} for more details.
|
|
879
|
-
#
|
|
880
925
|
# After a stop-payment is requested on the check, this will contain supplemental
|
|
881
926
|
# details.
|
|
882
927
|
#
|
|
883
|
-
# @param reason [Symbol, Increase::Models::CheckTransfer::StopPaymentRequest::Reason]
|
|
928
|
+
# @param reason [Symbol, Increase::Models::CheckTransfer::StopPaymentRequest::Reason]
|
|
929
|
+
# The reason why this transfer was stopped.
|
|
884
930
|
#
|
|
885
931
|
# @param requested_at [Time] The time the stop-payment was requested.
|
|
886
932
|
#
|
|
887
933
|
# @param transfer_id [String] The ID of the check transfer that was stopped.
|
|
888
934
|
#
|
|
889
|
-
# @param type [Symbol, Increase::Models::CheckTransfer::StopPaymentRequest::Type]
|
|
935
|
+
# @param type [Symbol, Increase::Models::CheckTransfer::StopPaymentRequest::Type]
|
|
936
|
+
# A constant representing the object's type. For this resource it will always be
|
|
937
|
+
# `check_transfer_stop_payment_request`.
|
|
890
938
|
|
|
891
939
|
# The reason why this transfer was stopped.
|
|
892
940
|
#
|
|
@@ -956,14 +1004,15 @@ module Increase
|
|
|
956
1004
|
required :tracking_number, String, nil?: true
|
|
957
1005
|
|
|
958
1006
|
# @!method initialize(preview_file_id:, submitted_address:, submitted_at:, tracking_number:)
|
|
959
|
-
# Some parameter documentations has been truncated, see
|
|
960
|
-
# {Increase::Models::CheckTransfer::Submission} for more details.
|
|
961
|
-
#
|
|
962
1007
|
# After the transfer is submitted, this will contain supplemental details.
|
|
963
1008
|
#
|
|
964
|
-
# @param preview_file_id [String, nil]
|
|
1009
|
+
# @param preview_file_id [String, nil]
|
|
1010
|
+
# The ID of the file corresponding to an image of the check that was mailed, if
|
|
1011
|
+
# available.
|
|
965
1012
|
#
|
|
966
|
-
# @param submitted_address [Increase::Models::CheckTransfer::Submission::SubmittedAddress]
|
|
1013
|
+
# @param submitted_address [Increase::Models::CheckTransfer::Submission::SubmittedAddress]
|
|
1014
|
+
# The address we submitted to the printer. This is what is physically printed on
|
|
1015
|
+
# the check.
|
|
967
1016
|
#
|
|
968
1017
|
# @param submitted_at [Time] When this check was submitted to our check printer.
|
|
969
1018
|
#
|