increase 1.346.1 → 1.348.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/increase/models/account.rb +3 -0
- data/lib/increase/models/account_list_params.rb +4 -0
- data/lib/increase/models/account_number_list_params.rb +4 -0
- data/lib/increase/models/account_statement_list_params.rb +4 -0
- data/lib/increase/models/account_transfer_list_params.rb +4 -0
- data/lib/increase/models/ach_prenotification_create_params.rb +14 -2
- data/lib/increase/models/ach_prenotification_list_params.rb +4 -0
- data/lib/increase/models/ach_transfer.rb +2 -2
- data/lib/increase/models/ach_transfer_create_params.rb +7 -24
- data/lib/increase/models/ach_transfer_list_params.rb +4 -0
- data/lib/increase/models/balance_lookup.rb +49 -1
- data/lib/increase/models/beneficial_owner_create_params.rb +12 -1
- data/lib/increase/models/beneficial_owner_list_params.rb +4 -0
- data/lib/increase/models/beneficial_owner_update_params.rb +21 -2
- data/lib/increase/models/card.rb +43 -1
- data/lib/increase/models/card_create_params.rb +42 -1
- data/lib/increase/models/card_dispute.rb +1 -1
- data/lib/increase/models/card_dispute_list_params.rb +5 -1
- data/lib/increase/models/card_list_params.rb +4 -0
- data/lib/increase/models/card_payment.rb +18 -1
- data/lib/increase/models/card_payment_list_params.rb +4 -0
- data/lib/increase/models/card_purchase_supplement_list_params.rb +4 -0
- data/lib/increase/models/card_push_transfer_list_params.rb +4 -0
- data/lib/increase/models/card_token_list_params.rb +4 -0
- data/lib/increase/models/card_validation_list_params.rb +4 -0
- data/lib/increase/models/check_deposit_list_params.rb +4 -0
- data/lib/increase/models/check_transfer.rb +15 -3
- data/lib/increase/models/check_transfer_create_params.rb +27 -15
- data/lib/increase/models/check_transfer_list_params.rb +4 -0
- data/lib/increase/models/declined_transaction_list_params.rb +4 -0
- data/lib/increase/models/digital_card_profile_list_params.rb +4 -0
- data/lib/increase/models/digital_wallet_token_list_params.rb +4 -0
- data/lib/increase/models/entity.rb +22 -4
- data/lib/increase/models/entity_create_params.rb +75 -12
- data/lib/increase/models/entity_list_params.rb +4 -0
- data/lib/increase/models/entity_onboarding_session_list_params.rb +4 -0
- data/lib/increase/models/entity_update_params.rb +778 -3
- data/lib/increase/models/event.rb +15 -0
- data/lib/increase/models/event_list_params.rb +25 -0
- data/lib/increase/models/event_subscription.rb +15 -0
- data/lib/increase/models/event_subscription_create_params.rb +15 -0
- data/lib/increase/models/event_subscription_list_params.rb +4 -0
- data/lib/increase/models/export_list_params.rb +4 -0
- data/lib/increase/models/external_account_create_params.rb +9 -3
- data/lib/increase/models/external_account_list_params.rb +4 -0
- data/lib/increase/models/fednow_transfer_list_params.rb +4 -0
- data/lib/increase/models/file.rb +9 -8
- data/lib/increase/models/file_create_params.rb +8 -2
- data/lib/increase/models/file_list_params.rb +6 -2
- data/lib/increase/models/inbound_ach_transfer.rb +6 -6
- data/lib/increase/models/inbound_ach_transfer_list_params.rb +4 -0
- data/lib/increase/models/inbound_check_deposit.rb +14 -1
- data/lib/increase/models/inbound_check_deposit_list_params.rb +4 -0
- data/lib/increase/models/inbound_fednow_transfer_list_params.rb +4 -0
- data/lib/increase/models/inbound_mail_item_list_params.rb +4 -0
- data/lib/increase/models/inbound_real_time_payments_transfer_list_params.rb +4 -0
- data/lib/increase/models/inbound_wire_drawdown_request_list_params.rb +4 -0
- data/lib/increase/models/inbound_wire_transfer_list_params.rb +4 -0
- data/lib/increase/models/intrafi_account_enrollment_list_params.rb +4 -0
- data/lib/increase/models/intrafi_exclusion_list_params.rb +4 -0
- data/lib/increase/models/lockbox_address_list_params.rb +4 -0
- data/lib/increase/models/lockbox_recipient_list_params.rb +4 -0
- data/lib/increase/models/oauth_application_list_params.rb +4 -0
- data/lib/increase/models/oauth_connection_list_params.rb +4 -0
- data/lib/increase/models/pending_transaction.rb +18 -1
- data/lib/increase/models/pending_transaction_list_params.rb +4 -0
- data/lib/increase/models/physical_card_list_params.rb +4 -0
- data/lib/increase/models/physical_card_profile_create_params.rb +13 -4
- data/lib/increase/models/physical_card_profile_list_params.rb +4 -0
- data/lib/increase/models/program.rb +3 -0
- data/lib/increase/models/program_list_params.rb +4 -0
- data/lib/increase/models/real_time_decision.rb +18 -1
- data/lib/increase/models/real_time_payments_transfer.rb +30 -19
- data/lib/increase/models/real_time_payments_transfer_create_params.rb +12 -1
- data/lib/increase/models/real_time_payments_transfer_list_params.rb +4 -0
- data/lib/increase/models/routing_number_list_params.rb +4 -0
- data/lib/increase/models/routing_number_list_response.rb +27 -1
- data/lib/increase/models/simulations/ach_transfer_return_params.rb +3 -0
- data/lib/increase/models/simulations/card_dispute_action_params.rb +30 -1
- data/lib/increase/models/simulations/card_token_create_params.rb +6 -0
- data/lib/increase/models/simulations/check_deposit_adjustment_params.rb +9 -6
- data/lib/increase/models/simulations/entity_update_validation_params.rb +3 -0
- data/lib/increase/models/simulations/program_create_params.rb +3 -0
- data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +18 -18
- data/lib/increase/models/supplemental_document_list_params.rb +4 -0
- data/lib/increase/models/swift_transfer_list_params.rb +4 -0
- data/lib/increase/models/transaction_list_params.rb +4 -0
- data/lib/increase/models/unwrap_webhook_event.rb +15 -0
- data/lib/increase/models/wire_drawdown_request.rb +4 -4
- data/lib/increase/models/wire_drawdown_request_create_params.rb +4 -4
- data/lib/increase/models/wire_drawdown_request_list_params.rb +4 -0
- data/lib/increase/models/wire_transfer_create_params.rb +100 -42
- data/lib/increase/models/wire_transfer_list_params.rb +4 -0
- data/lib/increase/resources/account_numbers.rb +2 -0
- data/lib/increase/resources/account_statements.rb +2 -0
- data/lib/increase/resources/account_transfers.rb +2 -0
- data/lib/increase/resources/accounts.rb +2 -0
- data/lib/increase/resources/ach_prenotifications.rb +7 -1
- data/lib/increase/resources/ach_transfers.rb +5 -4
- data/lib/increase/resources/beneficial_owners.rb +5 -1
- data/lib/increase/resources/card_disputes.rb +2 -0
- data/lib/increase/resources/card_payments.rb +2 -0
- data/lib/increase/resources/card_purchase_supplements.rb +2 -0
- data/lib/increase/resources/card_push_transfers.rb +2 -0
- data/lib/increase/resources/card_tokens.rb +2 -0
- data/lib/increase/resources/card_validations.rb +2 -0
- data/lib/increase/resources/cards.rb +7 -1
- data/lib/increase/resources/check_deposits.rb +2 -0
- data/lib/increase/resources/check_transfers.rb +6 -1
- data/lib/increase/resources/declined_transactions.rb +2 -0
- data/lib/increase/resources/digital_card_profiles.rb +2 -0
- data/lib/increase/resources/digital_wallet_tokens.rb +2 -0
- data/lib/increase/resources/entities.rb +2 -0
- data/lib/increase/resources/entity_onboarding_sessions.rb +2 -0
- data/lib/increase/resources/event_subscriptions.rb +2 -0
- data/lib/increase/resources/events.rb +2 -0
- data/lib/increase/resources/exports.rb +2 -0
- data/lib/increase/resources/external_accounts.rb +5 -1
- data/lib/increase/resources/fednow_transfers.rb +2 -0
- data/lib/increase/resources/files.rb +4 -0
- data/lib/increase/resources/inbound_ach_transfers.rb +2 -0
- data/lib/increase/resources/inbound_check_deposits.rb +2 -0
- data/lib/increase/resources/inbound_fednow_transfers.rb +2 -0
- data/lib/increase/resources/inbound_mail_items.rb +2 -0
- data/lib/increase/resources/inbound_real_time_payments_transfers.rb +2 -0
- data/lib/increase/resources/inbound_wire_drawdown_requests.rb +2 -0
- data/lib/increase/resources/inbound_wire_transfers.rb +2 -0
- data/lib/increase/resources/intrafi_account_enrollments.rb +2 -0
- data/lib/increase/resources/intrafi_exclusions.rb +2 -0
- data/lib/increase/resources/lockbox_addresses.rb +2 -0
- data/lib/increase/resources/lockbox_recipients.rb +2 -0
- data/lib/increase/resources/oauth_applications.rb +2 -0
- data/lib/increase/resources/oauth_connections.rb +2 -0
- data/lib/increase/resources/pending_transactions.rb +2 -0
- data/lib/increase/resources/physical_card_profiles.rb +9 -2
- data/lib/increase/resources/physical_cards.rb +2 -0
- data/lib/increase/resources/programs.rb +2 -0
- data/lib/increase/resources/real_time_payments_transfers.rb +7 -1
- data/lib/increase/resources/routing_numbers.rb +2 -0
- data/lib/increase/resources/simulations/ach_transfers.rb +1 -0
- data/lib/increase/resources/simulations/check_deposits.rb +3 -2
- data/lib/increase/resources/simulations/inbound_check_deposits.rb +5 -4
- data/lib/increase/resources/supplemental_documents.rb +2 -0
- data/lib/increase/resources/swift_transfers.rb +2 -0
- data/lib/increase/resources/transactions.rb +2 -0
- data/lib/increase/resources/wire_drawdown_requests.rb +2 -0
- data/lib/increase/resources/wire_transfers.rb +2 -0
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/account.rbi +4 -0
- data/rbi/increase/models/account_list_params.rbi +4 -0
- data/rbi/increase/models/account_number_list_params.rbi +4 -0
- data/rbi/increase/models/account_statement_list_params.rbi +4 -0
- data/rbi/increase/models/account_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/ach_prenotification_create_params.rbi +14 -2
- data/rbi/increase/models/ach_prenotification_list_params.rbi +4 -0
- data/rbi/increase/models/ach_transfer.rbi +2 -2
- data/rbi/increase/models/ach_transfer_create_params.rbi +6 -59
- data/rbi/increase/models/ach_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/balance_lookup.rbi +48 -0
- data/rbi/increase/models/beneficial_owner_create_params.rbi +10 -0
- data/rbi/increase/models/beneficial_owner_list_params.rbi +4 -0
- data/rbi/increase/models/beneficial_owner_update_params.rbi +21 -0
- data/rbi/increase/models/card.rbi +63 -0
- data/rbi/increase/models/card_create_params.rbi +65 -0
- data/rbi/increase/models/card_dispute.rbi +1 -1
- data/rbi/increase/models/card_dispute_list_params.rbi +5 -1
- data/rbi/increase/models/card_list_params.rbi +4 -0
- data/rbi/increase/models/card_payment.rbi +16 -0
- data/rbi/increase/models/card_payment_list_params.rbi +4 -0
- data/rbi/increase/models/card_purchase_supplement_list_params.rbi +4 -0
- data/rbi/increase/models/card_push_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/card_token_list_params.rbi +4 -0
- data/rbi/increase/models/card_validation_list_params.rbi +4 -0
- data/rbi/increase/models/check_deposit_list_params.rbi +4 -0
- data/rbi/increase/models/check_transfer.rbi +17 -2
- data/rbi/increase/models/check_transfer_create_params.rbi +28 -14
- data/rbi/increase/models/check_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/declined_transaction_list_params.rbi +4 -0
- data/rbi/increase/models/digital_card_profile_list_params.rbi +4 -0
- data/rbi/increase/models/digital_wallet_token_list_params.rbi +4 -0
- data/rbi/increase/models/entity.rbi +61 -3
- data/rbi/increase/models/entity_create_params.rbi +63 -6
- data/rbi/increase/models/entity_list_params.rbi +4 -0
- data/rbi/increase/models/entity_onboarding_session_list_params.rbi +4 -0
- data/rbi/increase/models/entity_update_params.rbi +1346 -3
- data/rbi/increase/models/event.rbi +35 -0
- data/rbi/increase/models/event_list_params.rbi +45 -0
- data/rbi/increase/models/event_subscription.rbi +35 -0
- data/rbi/increase/models/event_subscription_create_params.rbi +35 -0
- data/rbi/increase/models/event_subscription_list_params.rbi +4 -0
- data/rbi/increase/models/export_list_params.rbi +4 -0
- data/rbi/increase/models/external_account_create_params.rbi +9 -3
- data/rbi/increase/models/external_account_list_params.rbi +4 -0
- data/rbi/increase/models/fednow_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/file.rbi +9 -8
- data/rbi/increase/models/file_create_params.rbi +8 -2
- data/rbi/increase/models/file_list_params.rbi +6 -2
- data/rbi/increase/models/inbound_ach_transfer.rbi +6 -6
- data/rbi/increase/models/inbound_ach_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_check_deposit.rbi +12 -0
- data/rbi/increase/models/inbound_check_deposit_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_fednow_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_mail_item_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_real_time_payments_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_wire_drawdown_request_list_params.rbi +4 -0
- data/rbi/increase/models/inbound_wire_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/intrafi_account_enrollment_list_params.rbi +4 -0
- data/rbi/increase/models/intrafi_exclusion_list_params.rbi +4 -0
- data/rbi/increase/models/lockbox_address_list_params.rbi +4 -0
- data/rbi/increase/models/lockbox_recipient_list_params.rbi +4 -0
- data/rbi/increase/models/oauth_application_list_params.rbi +4 -0
- data/rbi/increase/models/oauth_connection_list_params.rbi +4 -0
- data/rbi/increase/models/pending_transaction.rbi +16 -0
- data/rbi/increase/models/pending_transaction_list_params.rbi +4 -0
- data/rbi/increase/models/physical_card_list_params.rbi +4 -0
- data/rbi/increase/models/physical_card_profile_create_params.rbi +12 -4
- data/rbi/increase/models/physical_card_profile_list_params.rbi +4 -0
- data/rbi/increase/models/program.rbi +4 -0
- data/rbi/increase/models/program_list_params.rbi +4 -0
- data/rbi/increase/models/real_time_decision.rbi +16 -0
- data/rbi/increase/models/real_time_payments_transfer.rbi +29 -18
- data/rbi/increase/models/real_time_payments_transfer_create_params.rbi +15 -0
- data/rbi/increase/models/real_time_payments_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/routing_number_list_params.rbi +4 -0
- data/rbi/increase/models/routing_number_list_response.rbi +52 -0
- data/rbi/increase/models/simulations/ach_transfer_return_params.rbi +3 -0
- data/rbi/increase/models/simulations/card_dispute_action_params.rbi +60 -0
- data/rbi/increase/models/simulations/card_token_create_params.rbi +6 -0
- data/rbi/increase/models/simulations/check_deposit_adjustment_params.rbi +9 -6
- data/rbi/increase/models/simulations/entity_update_validation_params.rbi +7 -0
- data/rbi/increase/models/simulations/program_create_params.rbi +7 -0
- data/rbi/increase/models/simulations/real_time_payments_transfer_complete_params.rbi +18 -18
- data/rbi/increase/models/supplemental_document_list_params.rbi +4 -0
- data/rbi/increase/models/swift_transfer_list_params.rbi +4 -0
- data/rbi/increase/models/transaction_list_params.rbi +4 -0
- data/rbi/increase/models/unwrap_webhook_event.rbi +35 -0
- data/rbi/increase/models/wire_drawdown_request.rbi +4 -4
- data/rbi/increase/models/wire_drawdown_request_create_params.rbi +4 -4
- data/rbi/increase/models/wire_drawdown_request_list_params.rbi +4 -0
- data/rbi/increase/models/wire_transfer_create_params.rbi +150 -62
- data/rbi/increase/models/wire_transfer_list_params.rbi +4 -0
- data/rbi/increase/resources/account_numbers.rbi +2 -0
- data/rbi/increase/resources/account_statements.rbi +2 -0
- data/rbi/increase/resources/account_transfers.rbi +2 -0
- data/rbi/increase/resources/accounts.rbi +2 -0
- data/rbi/increase/resources/ach_prenotifications.rbi +7 -1
- data/rbi/increase/resources/ach_transfers.rbi +4 -4
- data/rbi/increase/resources/beneficial_owners.rbi +5 -0
- data/rbi/increase/resources/card_disputes.rbi +2 -0
- data/rbi/increase/resources/card_payments.rbi +2 -0
- data/rbi/increase/resources/card_purchase_supplements.rbi +2 -0
- data/rbi/increase/resources/card_push_transfers.rbi +2 -0
- data/rbi/increase/resources/card_tokens.rbi +2 -0
- data/rbi/increase/resources/card_validations.rbi +2 -0
- data/rbi/increase/resources/cards.rbi +6 -0
- data/rbi/increase/resources/check_deposits.rbi +2 -0
- data/rbi/increase/resources/check_transfers.rbi +6 -1
- data/rbi/increase/resources/declined_transactions.rbi +2 -0
- data/rbi/increase/resources/digital_card_profiles.rbi +2 -0
- data/rbi/increase/resources/digital_wallet_tokens.rbi +2 -0
- data/rbi/increase/resources/entities.rbi +2 -0
- data/rbi/increase/resources/entity_onboarding_sessions.rbi +2 -0
- data/rbi/increase/resources/event_subscriptions.rbi +2 -0
- data/rbi/increase/resources/events.rbi +2 -0
- data/rbi/increase/resources/exports.rbi +2 -0
- data/rbi/increase/resources/external_accounts.rbi +5 -1
- data/rbi/increase/resources/fednow_transfers.rbi +2 -0
- data/rbi/increase/resources/files.rbi +4 -0
- data/rbi/increase/resources/inbound_ach_transfers.rbi +2 -0
- data/rbi/increase/resources/inbound_check_deposits.rbi +2 -0
- data/rbi/increase/resources/inbound_fednow_transfers.rbi +2 -0
- data/rbi/increase/resources/inbound_mail_items.rbi +2 -0
- data/rbi/increase/resources/inbound_real_time_payments_transfers.rbi +2 -0
- data/rbi/increase/resources/inbound_wire_drawdown_requests.rbi +2 -0
- data/rbi/increase/resources/inbound_wire_transfers.rbi +2 -0
- data/rbi/increase/resources/intrafi_account_enrollments.rbi +2 -0
- data/rbi/increase/resources/intrafi_exclusions.rbi +2 -0
- data/rbi/increase/resources/lockbox_addresses.rbi +2 -0
- data/rbi/increase/resources/lockbox_recipients.rbi +2 -0
- data/rbi/increase/resources/oauth_applications.rbi +2 -0
- data/rbi/increase/resources/oauth_connections.rbi +2 -0
- data/rbi/increase/resources/pending_transactions.rbi +2 -0
- data/rbi/increase/resources/physical_card_profiles.rbi +8 -2
- data/rbi/increase/resources/physical_cards.rbi +2 -0
- data/rbi/increase/resources/programs.rbi +2 -0
- data/rbi/increase/resources/real_time_payments_transfers.rbi +6 -0
- data/rbi/increase/resources/routing_numbers.rbi +2 -0
- data/rbi/increase/resources/simulations/ach_transfers.rbi +1 -0
- data/rbi/increase/resources/simulations/check_deposits.rbi +3 -2
- data/rbi/increase/resources/simulations/inbound_check_deposits.rbi +5 -4
- data/rbi/increase/resources/supplemental_documents.rbi +2 -0
- data/rbi/increase/resources/swift_transfers.rbi +2 -0
- data/rbi/increase/resources/transactions.rbi +2 -0
- data/rbi/increase/resources/wire_drawdown_requests.rbi +2 -0
- data/rbi/increase/resources/wire_transfers.rbi +2 -0
- data/sig/increase/models/account.rbs +5 -1
- data/sig/increase/models/ach_transfer_create_params.rbs +1 -24
- data/sig/increase/models/balance_lookup.rbs +30 -0
- data/sig/increase/models/beneficial_owner_update_params.rbs +7 -0
- data/sig/increase/models/card.rbs +19 -0
- data/sig/increase/models/card_create_params.rbs +25 -0
- data/sig/increase/models/card_dispute.rbs +1 -1
- data/sig/increase/models/card_dispute_list_params.rbs +1 -1
- data/sig/increase/models/card_payment.rbs +5 -0
- data/sig/increase/models/check_transfer.rbs +11 -2
- data/sig/increase/models/check_transfer_create_params.rbs +9 -2
- data/sig/increase/models/entity.rbs +21 -4
- data/sig/increase/models/entity_update_params.rbs +585 -3
- data/sig/increase/models/event.rbs +20 -0
- data/sig/increase/models/event_list_params.rbs +20 -0
- data/sig/increase/models/event_subscription.rbs +20 -0
- data/sig/increase/models/event_subscription_create_params.rbs +20 -0
- data/sig/increase/models/file.rbs +2 -2
- data/sig/increase/models/file_create_params.rbs +2 -2
- data/sig/increase/models/file_list_params.rbs +2 -2
- data/sig/increase/models/inbound_ach_transfer.rbs +2 -2
- data/sig/increase/models/inbound_check_deposit.rbs +5 -0
- data/sig/increase/models/pending_transaction.rbs +5 -0
- data/sig/increase/models/program.rbs +5 -1
- data/sig/increase/models/real_time_decision.rbs +5 -0
- data/sig/increase/models/real_time_payments_transfer.rbs +23 -18
- data/sig/increase/models/real_time_payments_transfer_create_params.rbs +7 -0
- data/sig/increase/models/routing_number_list_response.rbs +19 -0
- data/sig/increase/models/simulations/card_dispute_action_params.rbs +23 -0
- data/sig/increase/models/simulations/entity_update_validation_params.rbs +4 -0
- data/sig/increase/models/simulations/program_create_params.rbs +5 -1
- data/sig/increase/models/simulations/real_time_payments_transfer_complete_params.rbs +18 -18
- data/sig/increase/models/unwrap_webhook_event.rbs +20 -0
- data/sig/increase/models/wire_transfer_create_params.rbs +80 -26
- data/sig/increase/resources/ach_transfers.rbs +0 -1
- data/sig/increase/resources/beneficial_owners.rbs +1 -0
- data/sig/increase/resources/cards.rbs +1 -0
- data/sig/increase/resources/real_time_payments_transfers.rbs +1 -0
- metadata +2 -2
|
@@ -31,6 +31,8 @@ module Increase
|
|
|
31
31
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
32
32
|
# objects.
|
|
33
33
|
#
|
|
34
|
+
# Defaults to `100`.
|
|
35
|
+
#
|
|
34
36
|
# @return [Integer, nil]
|
|
35
37
|
optional :limit, Integer
|
|
36
38
|
|
|
@@ -54,6 +56,8 @@ module Increase
|
|
|
54
56
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
55
57
|
# objects.
|
|
56
58
|
#
|
|
59
|
+
# Defaults to `100`.
|
|
60
|
+
#
|
|
57
61
|
# @param status [Increase::Models::CardDisputeListParams::Status]
|
|
58
62
|
#
|
|
59
63
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -146,7 +150,7 @@ module Increase
|
|
|
146
150
|
# The Card Dispute has been won and no further action can be taken.
|
|
147
151
|
WON = :won
|
|
148
152
|
|
|
149
|
-
# The Card Dispute
|
|
153
|
+
# The Card Dispute was rejected before it was submitted to the network, either by Increase or because the user withdrew it. Please review the explanation for more details.
|
|
150
154
|
REJECTED = :rejected
|
|
151
155
|
|
|
152
156
|
# @!method self.values
|
|
@@ -37,6 +37,8 @@ module Increase
|
|
|
37
37
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
38
38
|
# objects.
|
|
39
39
|
#
|
|
40
|
+
# Defaults to `100`.
|
|
41
|
+
#
|
|
40
42
|
# @return [Integer, nil]
|
|
41
43
|
optional :limit, Integer
|
|
42
44
|
|
|
@@ -62,6 +64,8 @@ module Increase
|
|
|
62
64
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
63
65
|
# objects.
|
|
64
66
|
#
|
|
67
|
+
# Defaults to `100`.
|
|
68
|
+
#
|
|
65
69
|
# @param status [Increase::Models::CardListParams::Status]
|
|
66
70
|
#
|
|
67
71
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -1512,6 +1512,16 @@ module Increase
|
|
|
1512
1512
|
# @return [Integer, nil]
|
|
1513
1513
|
required :network_risk_score, Integer, nil?: true
|
|
1514
1514
|
|
|
1515
|
+
# @!attribute original_card_payment_id
|
|
1516
|
+
# The ID of the Card Payment containing the original authorization or card
|
|
1517
|
+
# validation this transaction references. For a merchant-initiated transaction,
|
|
1518
|
+
# this is the Card Payment from when the card was first stored, which is typically
|
|
1519
|
+
# where the CVV2 was verified. The reference this is derived from is supplied by
|
|
1520
|
+
# the merchant or their acquirer, so it is not guaranteed to be present.
|
|
1521
|
+
#
|
|
1522
|
+
# @return [String, nil]
|
|
1523
|
+
required :original_card_payment_id, String, nil?: true
|
|
1524
|
+
|
|
1515
1525
|
# @!attribute pending_transaction_id
|
|
1516
1526
|
# The identifier of the Pending Transaction associated with this Transaction.
|
|
1517
1527
|
#
|
|
@@ -1580,7 +1590,7 @@ module Increase
|
|
|
1580
1590
|
# @return [Increase::Models::CardPayment::Element::CardAuthorization::Verification]
|
|
1581
1591
|
required :verification, -> { Increase::CardPayment::Element::CardAuthorization::Verification }
|
|
1582
1592
|
|
|
1583
|
-
# @!method initialize(id:, actioner:, additional_amounts:, amount:, card_payment_id:, currency:, digital_wallet_token_id:, direction:, expires_at:, healthcare:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_descriptor:, merchant_postal_code:, merchant_state:, network_details:, network_identifiers:, network_risk_score:, pending_transaction_id:, physical_card_id:, presentment_amount:, presentment_currency:, processing_category:, real_time_decision_id:, scheme_fees:, terminal_id:, type:, verification:)
|
|
1593
|
+
# @!method initialize(id:, actioner:, additional_amounts:, amount:, card_payment_id:, currency:, digital_wallet_token_id:, direction:, expires_at:, healthcare:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_descriptor:, merchant_postal_code:, merchant_state:, network_details:, network_identifiers:, network_risk_score:, original_card_payment_id:, pending_transaction_id:, physical_card_id:, presentment_amount:, presentment_currency:, processing_category:, real_time_decision_id:, scheme_fees:, terminal_id:, type:, verification:)
|
|
1584
1594
|
# A Card Authorization object. This field will be present in the JSON response if
|
|
1585
1595
|
# and only if `category` is equal to `card_authorization`. Card Authorizations are
|
|
1586
1596
|
# temporary holds placed on a customer's funds with the intent to later clear a
|
|
@@ -1654,6 +1664,13 @@ module Increase
|
|
|
1654
1664
|
# Authorization risk score, from 0 to 99, where 99 is the riskiest. For Pulse the
|
|
1655
1665
|
# score is from 0 to 999, where 999 is the riskiest.
|
|
1656
1666
|
#
|
|
1667
|
+
# @param original_card_payment_id [String, nil]
|
|
1668
|
+
# The ID of the Card Payment containing the original authorization or card
|
|
1669
|
+
# validation this transaction references. For a merchant-initiated transaction,
|
|
1670
|
+
# this is the Card Payment from when the card was first stored, which is typically
|
|
1671
|
+
# where the CVV2 was verified. The reference this is derived from is supplied by
|
|
1672
|
+
# the merchant or their acquirer, so it is not guaranteed to be present.
|
|
1673
|
+
#
|
|
1657
1674
|
# @param pending_transaction_id [String, nil]
|
|
1658
1675
|
# The identifier of the Pending Transaction associated with this Transaction.
|
|
1659
1676
|
#
|
|
@@ -34,6 +34,8 @@ module Increase
|
|
|
34
34
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
35
35
|
# objects.
|
|
36
36
|
#
|
|
37
|
+
# Defaults to `100`.
|
|
38
|
+
#
|
|
37
39
|
# @return [Integer, nil]
|
|
38
40
|
optional :limit, Integer
|
|
39
41
|
|
|
@@ -50,6 +52,8 @@ module Increase
|
|
|
50
52
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
51
53
|
# objects.
|
|
52
54
|
#
|
|
55
|
+
# Defaults to `100`.
|
|
56
|
+
#
|
|
53
57
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
54
58
|
|
|
55
59
|
class CreatedAt < Increase::Internal::Type::BaseModel
|
|
@@ -29,6 +29,8 @@ module Increase
|
|
|
29
29
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
30
30
|
# objects.
|
|
31
31
|
#
|
|
32
|
+
# Defaults to `100`.
|
|
33
|
+
#
|
|
32
34
|
# @return [Integer, nil]
|
|
33
35
|
optional :limit, Integer
|
|
34
36
|
|
|
@@ -45,6 +47,8 @@ module Increase
|
|
|
45
47
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
46
48
|
# objects.
|
|
47
49
|
#
|
|
50
|
+
# Defaults to `100`.
|
|
51
|
+
#
|
|
48
52
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
49
53
|
|
|
50
54
|
class CreatedAt < Increase::Internal::Type::BaseModel
|
|
@@ -37,6 +37,8 @@ module Increase
|
|
|
37
37
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
38
38
|
# objects.
|
|
39
39
|
#
|
|
40
|
+
# Defaults to `100`.
|
|
41
|
+
#
|
|
40
42
|
# @return [Integer, nil]
|
|
41
43
|
optional :limit, Integer
|
|
42
44
|
|
|
@@ -62,6 +64,8 @@ module Increase
|
|
|
62
64
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
63
65
|
# objects.
|
|
64
66
|
#
|
|
67
|
+
# Defaults to `100`.
|
|
68
|
+
#
|
|
65
69
|
# @param status [Increase::Models::CardPushTransferListParams::Status]
|
|
66
70
|
#
|
|
67
71
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -22,6 +22,8 @@ module Increase
|
|
|
22
22
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
23
23
|
# objects.
|
|
24
24
|
#
|
|
25
|
+
# Defaults to `100`.
|
|
26
|
+
#
|
|
25
27
|
# @return [Integer, nil]
|
|
26
28
|
optional :limit, Integer
|
|
27
29
|
|
|
@@ -34,6 +36,8 @@ module Increase
|
|
|
34
36
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
35
37
|
# objects.
|
|
36
38
|
#
|
|
39
|
+
# Defaults to `100`.
|
|
40
|
+
#
|
|
37
41
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
38
42
|
|
|
39
43
|
class CreatedAt < Increase::Internal::Type::BaseModel
|
|
@@ -37,6 +37,8 @@ module Increase
|
|
|
37
37
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
38
38
|
# objects.
|
|
39
39
|
#
|
|
40
|
+
# Defaults to `100`.
|
|
41
|
+
#
|
|
40
42
|
# @return [Integer, nil]
|
|
41
43
|
optional :limit, Integer
|
|
42
44
|
|
|
@@ -62,6 +64,8 @@ module Increase
|
|
|
62
64
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
63
65
|
# objects.
|
|
64
66
|
#
|
|
67
|
+
# Defaults to `100`.
|
|
68
|
+
#
|
|
65
69
|
# @param status [Increase::Models::CardValidationListParams::Status]
|
|
66
70
|
#
|
|
67
71
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -37,6 +37,8 @@ module Increase
|
|
|
37
37
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
38
38
|
# objects.
|
|
39
39
|
#
|
|
40
|
+
# Defaults to `100`.
|
|
41
|
+
#
|
|
40
42
|
# @return [Integer, nil]
|
|
41
43
|
optional :limit, Integer
|
|
42
44
|
|
|
@@ -57,6 +59,8 @@ module Increase
|
|
|
57
59
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
58
60
|
# objects.
|
|
59
61
|
#
|
|
62
|
+
# Defaults to `100`.
|
|
63
|
+
#
|
|
60
64
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
61
65
|
|
|
62
66
|
class CreatedAt < Increase::Internal::Type::BaseModel
|
|
@@ -532,6 +532,12 @@ module Increase
|
|
|
532
532
|
# @return [Array<Increase::Models::CheckTransfer::PhysicalCheck::Payer>]
|
|
533
533
|
required :payer, -> { Increase::Internal::Type::ArrayOf[Increase::CheckTransfer::PhysicalCheck::Payer] }
|
|
534
534
|
|
|
535
|
+
# @!attribute physical_check_batch_id
|
|
536
|
+
# The identifier of the Physical Check Batch that this check is a part of.
|
|
537
|
+
#
|
|
538
|
+
# @return [String, nil]
|
|
539
|
+
required :physical_check_batch_id, String, nil?: true
|
|
540
|
+
|
|
535
541
|
# @!attribute recipient_name
|
|
536
542
|
# The name that will be printed on the check.
|
|
537
543
|
#
|
|
@@ -570,7 +576,7 @@ module Increase
|
|
|
570
576
|
required :tracking_updates,
|
|
571
577
|
-> { Increase::Internal::Type::ArrayOf[Increase::CheckTransfer::PhysicalCheck::TrackingUpdate] }
|
|
572
578
|
|
|
573
|
-
# @!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:)
|
|
579
|
+
# @!method initialize(attachment_file_id:, check_voucher_image_file_id:, mailing_address:, memo:, note:, payer:, physical_check_batch_id:, recipient_name:, return_address:, return_address_name:, shipping_method:, signature:, tracking_updates:)
|
|
574
580
|
# Details relating to the physical check that Increase will print and mail. Will
|
|
575
581
|
# be present if and only if `fulfillment_method` is equal to `physical_check`.
|
|
576
582
|
#
|
|
@@ -589,6 +595,9 @@ module Increase
|
|
|
589
595
|
# The payer of the check. This will be printed on the top-left portion of the
|
|
590
596
|
# check and defaults to the return address if unspecified.
|
|
591
597
|
#
|
|
598
|
+
# @param physical_check_batch_id [String, nil]
|
|
599
|
+
# The identifier of the Physical Check Batch that this check is a part of.
|
|
600
|
+
#
|
|
592
601
|
# @param recipient_name [String] The name that will be printed on the check.
|
|
593
602
|
#
|
|
594
603
|
# @param return_address [Increase::Models::CheckTransfer::PhysicalCheck::ReturnAddress, nil]
|
|
@@ -753,10 +762,10 @@ module Increase
|
|
|
753
762
|
module ShippingMethod
|
|
754
763
|
extend Increase::Internal::Type::Enum
|
|
755
764
|
|
|
756
|
-
#
|
|
765
|
+
# USPS First Class
|
|
757
766
|
USPS_FIRST_CLASS = :usps_first_class
|
|
758
767
|
|
|
759
|
-
#
|
|
768
|
+
# FedEx Overnight
|
|
760
769
|
FEDEX_OVERNIGHT = :fedex_overnight
|
|
761
770
|
|
|
762
771
|
# @!method self.values
|
|
@@ -876,6 +885,9 @@ module Increase
|
|
|
876
885
|
# The transfer has been canceled.
|
|
877
886
|
CANCELED = :canceled
|
|
878
887
|
|
|
888
|
+
# The transfer is waiting for its Physical Check Batch to be completed.
|
|
889
|
+
PENDING_BATCH_COMPLETING = :pending_batch_completing
|
|
890
|
+
|
|
879
891
|
# The transfer is pending submission.
|
|
880
892
|
PENDING_SUBMISSION = :pending_submission
|
|
881
893
|
|
|
@@ -151,7 +151,8 @@ module Increase
|
|
|
151
151
|
|
|
152
152
|
class PhysicalCheck < Increase::Internal::Type::BaseModel
|
|
153
153
|
# @!attribute mailing_address
|
|
154
|
-
# Details for where Increase will mail the check.
|
|
154
|
+
# Details for where Increase will mail the check. When `physical_check_batch_id`
|
|
155
|
+
# is set, the address must match the Physical Check Batch.
|
|
155
156
|
#
|
|
156
157
|
# @return [Increase::Models::CheckTransferCreateParams::PhysicalCheck::MailingAddress]
|
|
157
158
|
required :mailing_address, -> { Increase::CheckTransferCreateParams::PhysicalCheck::MailingAddress }
|
|
@@ -199,10 +200,16 @@ module Increase
|
|
|
199
200
|
# @return [String, nil]
|
|
200
201
|
optional :note, String
|
|
201
202
|
|
|
203
|
+
# @!attribute physical_check_batch_id
|
|
204
|
+
# The identifier of the Physical Check Batch to mail this check as a part of.
|
|
205
|
+
#
|
|
206
|
+
# @return [String, nil]
|
|
207
|
+
optional :physical_check_batch_id, String
|
|
208
|
+
|
|
202
209
|
# @!attribute return_address
|
|
203
|
-
#
|
|
204
|
-
# an Increase-owned address that will mark checks as
|
|
205
|
-
# them.
|
|
210
|
+
# Details for where the courier will return the check to if it is unable to be
|
|
211
|
+
# delivered. Defaults to an Increase-owned address that will mark checks as
|
|
212
|
+
# delivery failed and shred them.
|
|
206
213
|
#
|
|
207
214
|
# @return [Increase::Models::CheckTransferCreateParams::PhysicalCheck::ReturnAddress, nil]
|
|
208
215
|
optional :return_address, -> { Increase::CheckTransferCreateParams::PhysicalCheck::ReturnAddress }
|
|
@@ -229,13 +236,14 @@ module Increase
|
|
|
229
236
|
# @return [Increase::Models::CheckTransferCreateParams::PhysicalCheck::Signature, nil]
|
|
230
237
|
optional :signature, -> { Increase::CheckTransferCreateParams::PhysicalCheck::Signature }
|
|
231
238
|
|
|
232
|
-
# @!method initialize(mailing_address:, memo:, payer:, recipient_name:, attachment_file_id: nil, check_voucher_image_file_id: nil, note: nil, return_address: nil, return_address_name: nil, shipping_method: nil, signature: nil)
|
|
239
|
+
# @!method initialize(mailing_address:, memo:, payer:, recipient_name:, attachment_file_id: nil, check_voucher_image_file_id: nil, note: nil, physical_check_batch_id: nil, return_address: nil, return_address_name: nil, shipping_method: nil, signature: nil)
|
|
233
240
|
# Details relating to the physical check that Increase will print and mail. This
|
|
234
241
|
# is required if `fulfillment_method` is equal to `physical_check`. It must not be
|
|
235
242
|
# included if any other `fulfillment_method` is provided.
|
|
236
243
|
#
|
|
237
244
|
# @param mailing_address [Increase::Models::CheckTransferCreateParams::PhysicalCheck::MailingAddress]
|
|
238
|
-
# Details for where Increase will mail the check.
|
|
245
|
+
# Details for where Increase will mail the check. When `physical_check_batch_id`
|
|
246
|
+
# is set, the address must match the Physical Check Batch.
|
|
239
247
|
#
|
|
240
248
|
# @param memo [String] The descriptor that will be printed on the memo field on the check.
|
|
241
249
|
#
|
|
@@ -258,10 +266,13 @@ module Increase
|
|
|
258
266
|
#
|
|
259
267
|
# @param note [String] The descriptor that will be printed on the letter included with the check.
|
|
260
268
|
#
|
|
269
|
+
# @param physical_check_batch_id [String]
|
|
270
|
+
# The identifier of the Physical Check Batch to mail this check as a part of.
|
|
271
|
+
#
|
|
261
272
|
# @param return_address [Increase::Models::CheckTransferCreateParams::PhysicalCheck::ReturnAddress]
|
|
262
|
-
#
|
|
263
|
-
# an Increase-owned address that will mark checks as
|
|
264
|
-
# them.
|
|
273
|
+
# Details for where the courier will return the check to if it is unable to be
|
|
274
|
+
# delivered. Defaults to an Increase-owned address that will mark checks as
|
|
275
|
+
# delivery failed and shred them.
|
|
265
276
|
#
|
|
266
277
|
# @param return_address_name [String]
|
|
267
278
|
# A custom name to print above the default return address. Cannot be provided
|
|
@@ -324,7 +335,8 @@ module Increase
|
|
|
324
335
|
optional :phone, String
|
|
325
336
|
|
|
326
337
|
# @!method initialize(city:, line1:, postal_code:, state:, line2: nil, name: nil, phone: nil)
|
|
327
|
-
# Details for where Increase will mail the check.
|
|
338
|
+
# Details for where Increase will mail the check. When `physical_check_batch_id`
|
|
339
|
+
# is set, the address must match the Physical Check Batch.
|
|
328
340
|
#
|
|
329
341
|
# @param city [String] The city component of the check's destination address.
|
|
330
342
|
#
|
|
@@ -404,9 +416,9 @@ module Increase
|
|
|
404
416
|
optional :phone, String
|
|
405
417
|
|
|
406
418
|
# @!method initialize(city:, line1:, name:, postal_code:, state:, line2: nil, phone: nil)
|
|
407
|
-
#
|
|
408
|
-
# an Increase-owned address that will mark checks as
|
|
409
|
-
# them.
|
|
419
|
+
# Details for where the courier will return the check to if it is unable to be
|
|
420
|
+
# delivered. Defaults to an Increase-owned address that will mark checks as
|
|
421
|
+
# delivery failed and shred them.
|
|
410
422
|
#
|
|
411
423
|
# @param city [String] The city of the return address.
|
|
412
424
|
#
|
|
@@ -433,10 +445,10 @@ module Increase
|
|
|
433
445
|
module ShippingMethod
|
|
434
446
|
extend Increase::Internal::Type::Enum
|
|
435
447
|
|
|
436
|
-
#
|
|
448
|
+
# USPS First Class
|
|
437
449
|
USPS_FIRST_CLASS = :usps_first_class
|
|
438
450
|
|
|
439
|
-
#
|
|
451
|
+
# FedEx Overnight
|
|
440
452
|
FEDEX_OVERNIGHT = :fedex_overnight
|
|
441
453
|
|
|
442
454
|
# @!method self.values
|
|
@@ -37,6 +37,8 @@ module Increase
|
|
|
37
37
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
38
38
|
# objects.
|
|
39
39
|
#
|
|
40
|
+
# Defaults to `100`.
|
|
41
|
+
#
|
|
40
42
|
# @return [Integer, nil]
|
|
41
43
|
optional :limit, Integer
|
|
42
44
|
|
|
@@ -62,6 +64,8 @@ module Increase
|
|
|
62
64
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
63
65
|
# objects.
|
|
64
66
|
#
|
|
67
|
+
# Defaults to `100`.
|
|
68
|
+
#
|
|
65
69
|
# @param status [Increase::Models::CheckTransferListParams::Status]
|
|
66
70
|
#
|
|
67
71
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -33,6 +33,8 @@ module Increase
|
|
|
33
33
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
34
34
|
# objects.
|
|
35
35
|
#
|
|
36
|
+
# Defaults to `100`.
|
|
37
|
+
#
|
|
36
38
|
# @return [Integer, nil]
|
|
37
39
|
optional :limit, Integer
|
|
38
40
|
|
|
@@ -55,6 +57,8 @@ module Increase
|
|
|
55
57
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
56
58
|
# objects.
|
|
57
59
|
#
|
|
60
|
+
# Defaults to `100`.
|
|
61
|
+
#
|
|
58
62
|
# @param route_id [String] Filter Declined Transactions to those belonging to the specified route.
|
|
59
63
|
#
|
|
60
64
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -26,6 +26,8 @@ module Increase
|
|
|
26
26
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
27
27
|
# objects.
|
|
28
28
|
#
|
|
29
|
+
# Defaults to `100`.
|
|
30
|
+
#
|
|
29
31
|
# @return [Integer, nil]
|
|
30
32
|
optional :limit, Integer
|
|
31
33
|
|
|
@@ -47,6 +49,8 @@ module Increase
|
|
|
47
49
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
48
50
|
# objects.
|
|
49
51
|
#
|
|
52
|
+
# Defaults to `100`.
|
|
53
|
+
#
|
|
50
54
|
# @param status [Increase::Models::DigitalCardProfileListParams::Status]
|
|
51
55
|
#
|
|
52
56
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
@@ -28,6 +28,8 @@ module Increase
|
|
|
28
28
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
29
29
|
# objects.
|
|
30
30
|
#
|
|
31
|
+
# Defaults to `100`.
|
|
32
|
+
#
|
|
31
33
|
# @return [Integer, nil]
|
|
32
34
|
optional :limit, Integer
|
|
33
35
|
|
|
@@ -42,6 +44,8 @@ module Increase
|
|
|
42
44
|
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
43
45
|
# objects.
|
|
44
46
|
#
|
|
47
|
+
# Defaults to `100`.
|
|
48
|
+
#
|
|
45
49
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
46
50
|
|
|
47
51
|
class CreatedAt < Increase::Internal::Type::BaseModel
|
|
@@ -1208,8 +1208,8 @@ module Increase
|
|
|
1208
1208
|
# @!attribute ip_address
|
|
1209
1209
|
# The IP address the Entity accessed reviewed the terms from.
|
|
1210
1210
|
#
|
|
1211
|
-
# @return [String]
|
|
1212
|
-
required :ip_address, String
|
|
1211
|
+
# @return [String, nil]
|
|
1212
|
+
required :ip_address, String, nil?: true
|
|
1213
1213
|
|
|
1214
1214
|
# @!attribute terms_url
|
|
1215
1215
|
# The URL of the terms agreement. This link will be provided by your bank partner.
|
|
@@ -1220,7 +1220,7 @@ module Increase
|
|
|
1220
1220
|
# @!method initialize(agreed_at:, ip_address:, terms_url:)
|
|
1221
1221
|
# @param agreed_at [Time] The timestamp of when the Entity agreed to the terms.
|
|
1222
1222
|
#
|
|
1223
|
-
# @param ip_address [String] The IP address the Entity accessed reviewed the terms from.
|
|
1223
|
+
# @param ip_address [String, nil] The IP address the Entity accessed reviewed the terms from.
|
|
1224
1224
|
#
|
|
1225
1225
|
# @param terms_url [String] The URL of the terms agreement. This link will be provided by your bank partner.
|
|
1226
1226
|
end
|
|
@@ -1832,6 +1832,12 @@ module Increase
|
|
|
1832
1832
|
# @return [Increase::Models::Entity::Validation::Issue::EntityAddress, nil]
|
|
1833
1833
|
required :entity_address, -> { Increase::Entity::Validation::Issue::EntityAddress }, nil?: true
|
|
1834
1834
|
|
|
1835
|
+
# @!attribute entity_identity
|
|
1836
|
+
# Details when the issue is with the entity's identity verification.
|
|
1837
|
+
#
|
|
1838
|
+
# @return [Increase::Models::Entity::Validation::Issue::EntityIdentity, nil]
|
|
1839
|
+
required :entity_identity, -> { Increase::Entity::Validation::Issue::EntityIdentity }, nil?: true
|
|
1840
|
+
|
|
1835
1841
|
# @!attribute entity_tax_identifier
|
|
1836
1842
|
# Details when the issue is with the entity's tax ID.
|
|
1837
1843
|
#
|
|
@@ -1840,7 +1846,7 @@ module Increase
|
|
|
1840
1846
|
-> { Increase::Entity::Validation::Issue::EntityTaxIdentifier },
|
|
1841
1847
|
nil?: true
|
|
1842
1848
|
|
|
1843
|
-
# @!method initialize(beneficial_owner_address:, beneficial_owner_identity:, category:, entity_address:, entity_tax_identifier:)
|
|
1849
|
+
# @!method initialize(beneficial_owner_address:, beneficial_owner_identity:, category:, entity_address:, entity_identity:, entity_tax_identifier:)
|
|
1844
1850
|
# @param beneficial_owner_address [Increase::Models::Entity::Validation::Issue::BeneficialOwnerAddress, nil]
|
|
1845
1851
|
# Details when the issue is with a beneficial owner's address.
|
|
1846
1852
|
#
|
|
@@ -1854,6 +1860,9 @@ module Increase
|
|
|
1854
1860
|
# @param entity_address [Increase::Models::Entity::Validation::Issue::EntityAddress, nil]
|
|
1855
1861
|
# Details when the issue is with the entity's address.
|
|
1856
1862
|
#
|
|
1863
|
+
# @param entity_identity [Increase::Models::Entity::Validation::Issue::EntityIdentity, nil]
|
|
1864
|
+
# Details when the issue is with the entity's identity verification.
|
|
1865
|
+
#
|
|
1857
1866
|
# @param entity_tax_identifier [Increase::Models::Entity::Validation::Issue::EntityTaxIdentifier, nil]
|
|
1858
1867
|
# Details when the issue is with the entity's tax ID.
|
|
1859
1868
|
|
|
@@ -1920,6 +1929,9 @@ module Increase
|
|
|
1920
1929
|
# The entity's address could not be validated. Update the address with the [update an entity API](/documentation/api/entities#update-an-entity.corporation.address).
|
|
1921
1930
|
ENTITY_ADDRESS = :entity_address
|
|
1922
1931
|
|
|
1932
|
+
# The entity's identity could not be verified. Update the identification with the [update an entity API](/documentation/api/entities#update-an-entity.natural_person.identification).
|
|
1933
|
+
ENTITY_IDENTITY = :entity_identity
|
|
1934
|
+
|
|
1923
1935
|
# A beneficial owner's identity could not be verified. Update the identification with the [update a beneficial owner API](/documentation/api/beneficial-owners#update-a-beneficial-owner).
|
|
1924
1936
|
BENEFICIAL_OWNER_IDENTITY = :beneficial_owner_identity
|
|
1925
1937
|
|
|
@@ -1958,6 +1970,12 @@ module Increase
|
|
|
1958
1970
|
end
|
|
1959
1971
|
end
|
|
1960
1972
|
|
|
1973
|
+
# @see Increase::Models::Entity::Validation::Issue#entity_identity
|
|
1974
|
+
class EntityIdentity < Increase::Internal::Type::BaseModel
|
|
1975
|
+
# @!method initialize
|
|
1976
|
+
# Details when the issue is with the entity's identity verification.
|
|
1977
|
+
end
|
|
1978
|
+
|
|
1961
1979
|
# @see Increase::Models::Entity::Validation::Issue#entity_tax_identifier
|
|
1962
1980
|
class EntityTaxIdentifier < Increase::Internal::Type::BaseModel
|
|
1963
1981
|
# @!method initialize
|