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
|
@@ -108,9 +108,6 @@ module Increase
|
|
|
108
108
|
required :withdrawal, -> { Increase::CardDispute::Withdrawal }, nil?: true
|
|
109
109
|
|
|
110
110
|
# @!method initialize(id:, amount:, card_id:, created_at:, disputed_transaction_id:, idempotency_key:, loss:, network:, rejection:, status:, type:, user_submission_required_by:, visa:, win:, withdrawal:)
|
|
111
|
-
# Some parameter documentations has been truncated, see
|
|
112
|
-
# {Increase::Models::CardDispute} for more details.
|
|
113
|
-
#
|
|
114
111
|
# If unauthorized activity occurs on a card, you can create a Card Dispute and
|
|
115
112
|
# we'll work with the card networks to return the funds if appropriate.
|
|
116
113
|
#
|
|
@@ -120,29 +117,52 @@ module Increase
|
|
|
120
117
|
#
|
|
121
118
|
# @param card_id [String] The Card that the Card Dispute is associated with.
|
|
122
119
|
#
|
|
123
|
-
# @param created_at [Time]
|
|
120
|
+
# @param created_at [Time]
|
|
121
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
122
|
+
# the Card Dispute was created.
|
|
124
123
|
#
|
|
125
124
|
# @param disputed_transaction_id [String] The identifier of the Transaction that was disputed.
|
|
126
125
|
#
|
|
127
|
-
# @param idempotency_key [String, nil]
|
|
126
|
+
# @param idempotency_key [String, nil]
|
|
127
|
+
# The idempotency key you chose for this object. This value is unique across
|
|
128
|
+
# Increase and is used to ensure that a request is only processed once. Learn more
|
|
129
|
+
# about [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
128
130
|
#
|
|
129
|
-
# @param loss [Increase::Models::CardDispute::Loss, nil]
|
|
131
|
+
# @param loss [Increase::Models::CardDispute::Loss, nil]
|
|
132
|
+
# If the Card Dispute's status is `lost`, this will contain details of the lost
|
|
133
|
+
# dispute.
|
|
130
134
|
#
|
|
131
|
-
# @param network [Symbol, Increase::Models::CardDispute::Network]
|
|
135
|
+
# @param network [Symbol, Increase::Models::CardDispute::Network]
|
|
136
|
+
# The network that the Card Dispute is associated with.
|
|
132
137
|
#
|
|
133
|
-
# @param rejection [Increase::Models::CardDispute::Rejection, nil]
|
|
138
|
+
# @param rejection [Increase::Models::CardDispute::Rejection, nil]
|
|
139
|
+
# If the Card Dispute has been rejected, this will contain details of the
|
|
140
|
+
# rejection.
|
|
134
141
|
#
|
|
135
142
|
# @param status [Symbol, Increase::Models::CardDispute::Status] The status of the Card Dispute.
|
|
136
143
|
#
|
|
137
|
-
# @param type [Symbol, Increase::Models::CardDispute::Type]
|
|
144
|
+
# @param type [Symbol, Increase::Models::CardDispute::Type]
|
|
145
|
+
# A constant representing the object's type. For this resource it will always be
|
|
146
|
+
# `card_dispute`.
|
|
138
147
|
#
|
|
139
|
-
# @param user_submission_required_by [Time, nil]
|
|
148
|
+
# @param user_submission_required_by [Time, nil]
|
|
149
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
150
|
+
# the user submission is required by. Present only if status is
|
|
151
|
+
# `user_submission_required` and a user submission is required by a certain time.
|
|
152
|
+
# Otherwise, this will be `nil`.
|
|
140
153
|
#
|
|
141
|
-
# @param visa [Increase::Models::CardDispute::Visa, nil]
|
|
154
|
+
# @param visa [Increase::Models::CardDispute::Visa, nil]
|
|
155
|
+
# Card Dispute information for card payments processed over Visa's network. This
|
|
156
|
+
# field will be present in the JSON response if and only if `network` is equal to
|
|
157
|
+
# `visa`.
|
|
142
158
|
#
|
|
143
|
-
# @param win [Increase::Models::CardDispute::Win, nil]
|
|
159
|
+
# @param win [Increase::Models::CardDispute::Win, nil]
|
|
160
|
+
# If the Card Dispute's status is `won`, this will contain details of the won
|
|
161
|
+
# dispute.
|
|
144
162
|
#
|
|
145
|
-
# @param withdrawal [Increase::Models::CardDispute::Withdrawal, nil]
|
|
163
|
+
# @param withdrawal [Increase::Models::CardDispute::Withdrawal, nil]
|
|
164
|
+
# If the Card Dispute has been withdrawn, this will contain details of the
|
|
165
|
+
# withdrawal.
|
|
146
166
|
|
|
147
167
|
# @see Increase::Models::CardDispute#loss
|
|
148
168
|
class Loss < Increase::Internal::Type::BaseModel
|
|
@@ -160,13 +180,12 @@ module Increase
|
|
|
160
180
|
required :reason, enum: -> { Increase::CardDispute::Loss::Reason }
|
|
161
181
|
|
|
162
182
|
# @!method initialize(lost_at:, reason:)
|
|
163
|
-
# Some parameter documentations has been truncated, see
|
|
164
|
-
# {Increase::Models::CardDispute::Loss} for more details.
|
|
165
|
-
#
|
|
166
183
|
# If the Card Dispute's status is `lost`, this will contain details of the lost
|
|
167
184
|
# dispute.
|
|
168
185
|
#
|
|
169
|
-
# @param lost_at [Time]
|
|
186
|
+
# @param lost_at [Time]
|
|
187
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
188
|
+
# the Card Dispute was lost.
|
|
170
189
|
#
|
|
171
190
|
# @param reason [Symbol, Increase::Models::CardDispute::Loss::Reason] The reason the Card Dispute was lost.
|
|
172
191
|
|
|
@@ -219,15 +238,14 @@ module Increase
|
|
|
219
238
|
required :rejected_at, Time
|
|
220
239
|
|
|
221
240
|
# @!method initialize(explanation:, rejected_at:)
|
|
222
|
-
# Some parameter documentations has been truncated, see
|
|
223
|
-
# {Increase::Models::CardDispute::Rejection} for more details.
|
|
224
|
-
#
|
|
225
241
|
# If the Card Dispute has been rejected, this will contain details of the
|
|
226
242
|
# rejection.
|
|
227
243
|
#
|
|
228
244
|
# @param explanation [String] Why the Card Dispute was rejected.
|
|
229
245
|
#
|
|
230
|
-
# @param rejected_at [Time]
|
|
246
|
+
# @param rejected_at [Time]
|
|
247
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
248
|
+
# the Card Dispute was rejected.
|
|
231
249
|
end
|
|
232
250
|
|
|
233
251
|
# The status of the Card Dispute.
|
|
@@ -304,18 +322,20 @@ module Increase
|
|
|
304
322
|
-> { Increase::Internal::Type::ArrayOf[Increase::CardDispute::Visa::UserSubmission] }
|
|
305
323
|
|
|
306
324
|
# @!method initialize(network_events:, required_user_submission_category:, user_submissions:)
|
|
307
|
-
# Some parameter documentations has been truncated, see
|
|
308
|
-
# {Increase::Models::CardDispute::Visa} for more details.
|
|
309
|
-
#
|
|
310
325
|
# Card Dispute information for card payments processed over Visa's network. This
|
|
311
326
|
# field will be present in the JSON response if and only if `network` is equal to
|
|
312
327
|
# `visa`.
|
|
313
328
|
#
|
|
314
|
-
# @param network_events [Array<Increase::Models::CardDispute::Visa::NetworkEvent>]
|
|
329
|
+
# @param network_events [Array<Increase::Models::CardDispute::Visa::NetworkEvent>]
|
|
330
|
+
# The network events for the Card Dispute.
|
|
315
331
|
#
|
|
316
|
-
# @param required_user_submission_category [Symbol, Increase::Models::CardDispute::Visa::RequiredUserSubmissionCategory, nil]
|
|
332
|
+
# @param required_user_submission_category [Symbol, Increase::Models::CardDispute::Visa::RequiredUserSubmissionCategory, nil]
|
|
333
|
+
# The category of the currently required user submission if the user wishes to
|
|
334
|
+
# proceed with the dispute. Present if and only if status is
|
|
335
|
+
# `user_submission_required`. Otherwise, this will be `nil`.
|
|
317
336
|
#
|
|
318
|
-
# @param user_submissions [Array<Increase::Models::CardDispute::Visa::UserSubmission>]
|
|
337
|
+
# @param user_submissions [Array<Increase::Models::CardDispute::Visa::UserSubmission>]
|
|
338
|
+
# The user submissions for the Card Dispute.
|
|
319
339
|
|
|
320
340
|
class NetworkEvent < Increase::Internal::Type::BaseModel
|
|
321
341
|
# @!attribute attachment_files
|
|
@@ -503,42 +523,113 @@ module Increase
|
|
|
503
523
|
nil?: true
|
|
504
524
|
|
|
505
525
|
# @!method initialize(attachment_files:, category:, created_at:, dispute_financial_transaction_id:, chargeback_accepted: nil, chargeback_submitted: nil, chargeback_timed_out: nil, merchant_prearbitration_decline_submitted: nil, merchant_prearbitration_received: nil, merchant_prearbitration_timed_out: nil, represented: nil, representment_timed_out: nil, user_prearbitration_accepted: nil, user_prearbitration_declined: nil, user_prearbitration_submitted: nil, user_prearbitration_timed_out: nil, user_withdrawal_submitted: nil)
|
|
506
|
-
#
|
|
507
|
-
#
|
|
526
|
+
# @param attachment_files [Array<Increase::Models::CardDispute::Visa::NetworkEvent::AttachmentFile>]
|
|
527
|
+
# The files attached to the Visa Card Dispute User Submission.
|
|
508
528
|
#
|
|
509
|
-
# @param
|
|
529
|
+
# @param category [Symbol, Increase::Models::CardDispute::Visa::NetworkEvent::Category]
|
|
530
|
+
# The category of the user submission. We may add additional possible values for
|
|
531
|
+
# this enum over time; your application should be able to handle such additions
|
|
532
|
+
# gracefully.
|
|
510
533
|
#
|
|
511
|
-
# @param
|
|
534
|
+
# @param created_at [Time]
|
|
535
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
536
|
+
# the Visa Card Dispute Network Event was created.
|
|
512
537
|
#
|
|
513
|
-
# @param
|
|
538
|
+
# @param dispute_financial_transaction_id [String, nil]
|
|
539
|
+
# The dispute financial transaction that resulted from the network event, if any.
|
|
514
540
|
#
|
|
515
|
-
# @param
|
|
541
|
+
# @param chargeback_accepted [Increase::Models::CardDispute::Visa::NetworkEvent::ChargebackAccepted, nil]
|
|
542
|
+
# A Card Dispute Chargeback Accepted Visa Network Event object. This field will be
|
|
543
|
+
# present in the JSON response if and only if `category` is equal to
|
|
544
|
+
# `chargeback_accepted`. Contains the details specific to a chargeback accepted
|
|
545
|
+
# Visa Card Dispute Network Event, which represents that a chargeback has been
|
|
546
|
+
# accepted by the merchant.
|
|
516
547
|
#
|
|
517
|
-
# @param
|
|
548
|
+
# @param chargeback_submitted [Increase::Models::CardDispute::Visa::NetworkEvent::ChargebackSubmitted, nil]
|
|
549
|
+
# A Card Dispute Chargeback Submitted Visa Network Event object. This field will
|
|
550
|
+
# be present in the JSON response if and only if `category` is equal to
|
|
551
|
+
# `chargeback_submitted`. Contains the details specific to a chargeback submitted
|
|
552
|
+
# Visa Card Dispute Network Event, which represents that a chargeback has been
|
|
553
|
+
# submitted to the network.
|
|
518
554
|
#
|
|
519
|
-
# @param
|
|
555
|
+
# @param chargeback_timed_out [Increase::Models::CardDispute::Visa::NetworkEvent::ChargebackTimedOut, nil]
|
|
556
|
+
# A Card Dispute Chargeback Timed Out Visa Network Event object. This field will
|
|
557
|
+
# be present in the JSON response if and only if `category` is equal to
|
|
558
|
+
# `chargeback_timed_out`. Contains the details specific to a chargeback timed out
|
|
559
|
+
# Visa Card Dispute Network Event, which represents that the chargeback has timed
|
|
560
|
+
# out in the user's favor.
|
|
520
561
|
#
|
|
521
|
-
# @param
|
|
562
|
+
# @param merchant_prearbitration_decline_submitted [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationDeclineSubmitted, nil]
|
|
563
|
+
# A Card Dispute Merchant Pre-Arbitration Decline Submitted Visa Network Event
|
|
564
|
+
# object. This field will be present in the JSON response if and only if
|
|
565
|
+
# `category` is equal to `merchant_prearbitration_decline_submitted`. Contains the
|
|
566
|
+
# details specific to a merchant prearbitration decline submitted Visa Card
|
|
567
|
+
# Dispute Network Event, which represents that the user has declined the
|
|
568
|
+
# merchant's request for a prearbitration request decision in their favor.
|
|
522
569
|
#
|
|
523
|
-
# @param
|
|
570
|
+
# @param merchant_prearbitration_received [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived, nil]
|
|
571
|
+
# A Card Dispute Merchant Pre-Arbitration Received Visa Network Event object. This
|
|
572
|
+
# field will be present in the JSON response if and only if `category` is equal to
|
|
573
|
+
# `merchant_prearbitration_received`. Contains the details specific to a merchant
|
|
574
|
+
# prearbitration received Visa Card Dispute Network Event, which represents that
|
|
575
|
+
# the merchant has issued a prearbitration request in the user's favor.
|
|
524
576
|
#
|
|
525
|
-
# @param
|
|
577
|
+
# @param merchant_prearbitration_timed_out [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationTimedOut, nil]
|
|
578
|
+
# A Card Dispute Merchant Pre-Arbitration Timed Out Visa Network Event object.
|
|
579
|
+
# This field will be present in the JSON response if and only if `category` is
|
|
580
|
+
# equal to `merchant_prearbitration_timed_out`. Contains the details specific to a
|
|
581
|
+
# merchant prearbitration timed out Visa Card Dispute Network Event, which
|
|
582
|
+
# represents that the user has timed out responding to the merchant's
|
|
583
|
+
# prearbitration request.
|
|
526
584
|
#
|
|
527
|
-
# @param
|
|
585
|
+
# @param represented [Increase::Models::CardDispute::Visa::NetworkEvent::Represented, nil]
|
|
586
|
+
# A Card Dispute Re-presented Visa Network Event object. This field will be
|
|
587
|
+
# present in the JSON response if and only if `category` is equal to
|
|
588
|
+
# `represented`. Contains the details specific to a re-presented Visa Card Dispute
|
|
589
|
+
# Network Event, which represents that the merchant has declined the user's
|
|
590
|
+
# chargeback and has re-presented the payment.
|
|
528
591
|
#
|
|
529
|
-
# @param
|
|
592
|
+
# @param representment_timed_out [Increase::Models::CardDispute::Visa::NetworkEvent::RepresentmentTimedOut, nil]
|
|
593
|
+
# A Card Dispute Re-presentment Timed Out Visa Network Event object. This field
|
|
594
|
+
# will be present in the JSON response if and only if `category` is equal to
|
|
595
|
+
# `representment_timed_out`. Contains the details specific to a re-presentment
|
|
596
|
+
# time-out Visa Card Dispute Network Event, which represents that the user did not
|
|
597
|
+
# respond to the re-presentment by the merchant within the time limit.
|
|
530
598
|
#
|
|
531
|
-
# @param
|
|
599
|
+
# @param user_prearbitration_accepted [Increase::Models::CardDispute::Visa::NetworkEvent::UserPrearbitrationAccepted, nil]
|
|
600
|
+
# A Card Dispute User Pre-Arbitration Accepted Visa Network Event object. This
|
|
601
|
+
# field will be present in the JSON response if and only if `category` is equal to
|
|
602
|
+
# `user_prearbitration_accepted`. Contains the details specific to a user
|
|
603
|
+
# prearbitration accepted Visa Card Dispute Network Event, which represents that
|
|
604
|
+
# the merchant has accepted the user's prearbitration request in the user's favor.
|
|
532
605
|
#
|
|
533
|
-
# @param
|
|
606
|
+
# @param user_prearbitration_declined [Increase::Models::CardDispute::Visa::NetworkEvent::UserPrearbitrationDeclined, nil]
|
|
607
|
+
# A Card Dispute User Pre-Arbitration Declined Visa Network Event object. This
|
|
608
|
+
# field will be present in the JSON response if and only if `category` is equal to
|
|
609
|
+
# `user_prearbitration_declined`. Contains the details specific to a user
|
|
610
|
+
# prearbitration declined Visa Card Dispute Network Event, which represents that
|
|
611
|
+
# the merchant has declined the user's prearbitration request.
|
|
534
612
|
#
|
|
535
|
-
# @param
|
|
613
|
+
# @param user_prearbitration_submitted [Increase::Models::CardDispute::Visa::NetworkEvent::UserPrearbitrationSubmitted, nil]
|
|
614
|
+
# A Card Dispute User Pre-Arbitration Submitted Visa Network Event object. This
|
|
615
|
+
# field will be present in the JSON response if and only if `category` is equal to
|
|
616
|
+
# `user_prearbitration_submitted`. Contains the details specific to a user
|
|
617
|
+
# prearbitration submitted Visa Card Dispute Network Event, which represents that
|
|
618
|
+
# the user's request for prearbitration has been submitted to the network.
|
|
536
619
|
#
|
|
537
|
-
# @param
|
|
620
|
+
# @param user_prearbitration_timed_out [Increase::Models::CardDispute::Visa::NetworkEvent::UserPrearbitrationTimedOut, nil]
|
|
621
|
+
# A Card Dispute User Pre-Arbitration Timed Out Visa Network Event object. This
|
|
622
|
+
# field will be present in the JSON response if and only if `category` is equal to
|
|
623
|
+
# `user_prearbitration_timed_out`. Contains the details specific to a user
|
|
624
|
+
# prearbitration timed out Visa Card Dispute Network Event, which represents that
|
|
625
|
+
# the merchant has timed out responding to the user's prearbitration request.
|
|
538
626
|
#
|
|
539
|
-
# @param
|
|
540
|
-
#
|
|
541
|
-
#
|
|
627
|
+
# @param user_withdrawal_submitted [Increase::Models::CardDispute::Visa::NetworkEvent::UserWithdrawalSubmitted, nil]
|
|
628
|
+
# A Card Dispute User Withdrawal Submitted Visa Network Event object. This field
|
|
629
|
+
# will be present in the JSON response if and only if `category` is equal to
|
|
630
|
+
# `user_withdrawal_submitted`. Contains the details specific to a user withdrawal
|
|
631
|
+
# submitted Visa Card Dispute Network Event, which represents that the user's
|
|
632
|
+
# request to withdraw the dispute has been submitted to the network.
|
|
542
633
|
|
|
543
634
|
class AttachmentFile < Increase::Internal::Type::BaseModel
|
|
544
635
|
# @!attribute file_id
|
|
@@ -740,34 +831,45 @@ module Increase
|
|
|
740
831
|
enum: -> { Increase::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::Reason }
|
|
741
832
|
|
|
742
833
|
# @!method initialize(cardholder_no_longer_disputes:, compelling_evidence:, credit_or_reversal_processed:, delayed_charge_transaction:, evidence_of_imprint:, invalid_dispute:, non_fiat_currency_or_non_fungible_token_received:, prior_undisputed_non_fraud_transactions:, reason:)
|
|
743
|
-
# Some parameter documentations has been truncated, see
|
|
744
|
-
# {Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived}
|
|
745
|
-
# for more details.
|
|
746
|
-
#
|
|
747
834
|
# A Card Dispute Merchant Pre-Arbitration Received Visa Network Event object. This
|
|
748
835
|
# field will be present in the JSON response if and only if `category` is equal to
|
|
749
836
|
# `merchant_prearbitration_received`. Contains the details specific to a merchant
|
|
750
837
|
# prearbitration received Visa Card Dispute Network Event, which represents that
|
|
751
838
|
# the merchant has issued a prearbitration request in the user's favor.
|
|
752
839
|
#
|
|
753
|
-
# @param cardholder_no_longer_disputes [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::CardholderNoLongerDisputes, nil]
|
|
840
|
+
# @param cardholder_no_longer_disputes [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::CardholderNoLongerDisputes, nil]
|
|
841
|
+
# Cardholder no longer disputes details. Present if and only if `reason` is
|
|
842
|
+
# `cardholder_no_longer_disputes`.
|
|
754
843
|
#
|
|
755
|
-
# @param compelling_evidence [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::CompellingEvidence, nil]
|
|
844
|
+
# @param compelling_evidence [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::CompellingEvidence, nil]
|
|
845
|
+
# Compelling evidence details. Present if and only if `reason` is
|
|
846
|
+
# `compelling_evidence`.
|
|
756
847
|
#
|
|
757
|
-
# @param credit_or_reversal_processed [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::CreditOrReversalProcessed, nil]
|
|
848
|
+
# @param credit_or_reversal_processed [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::CreditOrReversalProcessed, nil]
|
|
849
|
+
# Credit or reversal processed details. Present if and only if `reason` is
|
|
850
|
+
# `credit_or_reversal_processed`.
|
|
758
851
|
#
|
|
759
|
-
# @param delayed_charge_transaction [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::DelayedChargeTransaction, nil]
|
|
760
|
-
#
|
|
852
|
+
# @param delayed_charge_transaction [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::DelayedChargeTransaction, nil]
|
|
853
|
+
# Delayed charge transaction details. Present if and only if `reason` is
|
|
854
|
+
# `delayed_charge_transaction`.
|
|
761
855
|
#
|
|
762
|
-
# @param evidence_of_imprint [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::EvidenceOfImprint, nil]
|
|
856
|
+
# @param evidence_of_imprint [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::EvidenceOfImprint, nil]
|
|
857
|
+
# Evidence of imprint details. Present if and only if `reason` is
|
|
858
|
+
# `evidence_of_imprint`.
|
|
763
859
|
#
|
|
764
|
-
# @param invalid_dispute [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::InvalidDispute, nil]
|
|
860
|
+
# @param invalid_dispute [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::InvalidDispute, nil]
|
|
861
|
+
# Invalid dispute details. Present if and only if `reason` is `invalid_dispute`.
|
|
765
862
|
#
|
|
766
|
-
# @param non_fiat_currency_or_non_fungible_token_received [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::NonFiatCurrencyOrNonFungibleTokenReceived, nil]
|
|
863
|
+
# @param non_fiat_currency_or_non_fungible_token_received [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::NonFiatCurrencyOrNonFungibleTokenReceived, nil]
|
|
864
|
+
# Non-fiat currency or non-fungible token received details. Present if and only if
|
|
865
|
+
# `reason` is `non_fiat_currency_or_non_fungible_token_received`.
|
|
767
866
|
#
|
|
768
|
-
# @param prior_undisputed_non_fraud_transactions [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::PriorUndisputedNonFraudTransactions, nil]
|
|
867
|
+
# @param prior_undisputed_non_fraud_transactions [Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::PriorUndisputedNonFraudTransactions, nil]
|
|
868
|
+
# Prior undisputed non-fraud transactions details. Present if and only if `reason`
|
|
869
|
+
# is `prior_undisputed_non_fraud_transactions`.
|
|
769
870
|
#
|
|
770
|
-
# @param reason [Symbol, Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::Reason]
|
|
871
|
+
# @param reason [Symbol, Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::Reason]
|
|
872
|
+
# The reason the merchant re-presented the dispute.
|
|
771
873
|
|
|
772
874
|
# @see Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived#cardholder_no_longer_disputes
|
|
773
875
|
class CardholderNoLongerDisputes < Increase::Internal::Type::BaseModel
|
|
@@ -779,14 +881,12 @@ module Increase
|
|
|
779
881
|
required :explanation, String, nil?: true
|
|
780
882
|
|
|
781
883
|
# @!method initialize(explanation:)
|
|
782
|
-
# Some parameter documentations has been truncated, see
|
|
783
|
-
# {Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::CardholderNoLongerDisputes}
|
|
784
|
-
# for more details.
|
|
785
|
-
#
|
|
786
884
|
# Cardholder no longer disputes details. Present if and only if `reason` is
|
|
787
885
|
# `cardholder_no_longer_disputes`.
|
|
788
886
|
#
|
|
789
|
-
# @param explanation [String, nil]
|
|
887
|
+
# @param explanation [String, nil]
|
|
888
|
+
# Explanation for why the merchant believes the cardholder no longer disputes the
|
|
889
|
+
# transaction.
|
|
790
890
|
end
|
|
791
891
|
|
|
792
892
|
# @see Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived#compelling_evidence
|
|
@@ -808,7 +908,8 @@ module Increase
|
|
|
808
908
|
# Compelling evidence details. Present if and only if `reason` is
|
|
809
909
|
# `compelling_evidence`.
|
|
810
910
|
#
|
|
811
|
-
# @param category [Symbol, Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::CompellingEvidence::Category]
|
|
911
|
+
# @param category [Symbol, Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::CompellingEvidence::Category]
|
|
912
|
+
# The category of compelling evidence provided by the merchant.
|
|
812
913
|
#
|
|
813
914
|
# @param explanation [String, nil] Explanation of the compelling evidence provided by the merchant.
|
|
814
915
|
|
|
@@ -899,18 +1000,19 @@ module Increase
|
|
|
899
1000
|
required :processed_at, Date
|
|
900
1001
|
|
|
901
1002
|
# @!method initialize(amount:, currency:, explanation:, processed_at:)
|
|
902
|
-
# Some parameter documentations has been truncated, see
|
|
903
|
-
# {Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::CreditOrReversalProcessed}
|
|
904
|
-
# for more details.
|
|
905
|
-
#
|
|
906
1003
|
# Credit or reversal processed details. Present if and only if `reason` is
|
|
907
1004
|
# `credit_or_reversal_processed`.
|
|
908
1005
|
#
|
|
909
|
-
# @param amount [Integer]
|
|
1006
|
+
# @param amount [Integer]
|
|
1007
|
+
# The amount of the credit or reversal in the minor unit of its currency. For
|
|
1008
|
+
# dollars, for example, this is cents.
|
|
910
1009
|
#
|
|
911
|
-
# @param currency [String]
|
|
1010
|
+
# @param currency [String]
|
|
1011
|
+
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the credit or
|
|
1012
|
+
# reversal's currency.
|
|
912
1013
|
#
|
|
913
|
-
# @param explanation [String, nil]
|
|
1014
|
+
# @param explanation [String, nil]
|
|
1015
|
+
# Explanation for why the merchant believes the credit or reversal was processed.
|
|
914
1016
|
#
|
|
915
1017
|
# @param processed_at [Date] The date the credit or reversal was processed.
|
|
916
1018
|
end
|
|
@@ -965,7 +1067,8 @@ module Increase
|
|
|
965
1067
|
#
|
|
966
1068
|
# @param explanation [String, nil] Explanation for why the dispute is considered invalid by the merchant.
|
|
967
1069
|
#
|
|
968
|
-
# @param reason [Symbol, Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::InvalidDispute::Reason]
|
|
1070
|
+
# @param reason [Symbol, Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::InvalidDispute::Reason]
|
|
1071
|
+
# The reason a merchant considers the dispute invalid.
|
|
969
1072
|
|
|
970
1073
|
# The reason a merchant considers the dispute invalid.
|
|
971
1074
|
#
|
|
@@ -1025,14 +1128,12 @@ module Increase
|
|
|
1025
1128
|
required :explanation, String, nil?: true
|
|
1026
1129
|
|
|
1027
1130
|
# @!method initialize(explanation:)
|
|
1028
|
-
# Some parameter documentations has been truncated, see
|
|
1029
|
-
# {Increase::Models::CardDispute::Visa::NetworkEvent::MerchantPrearbitrationReceived::PriorUndisputedNonFraudTransactions}
|
|
1030
|
-
# for more details.
|
|
1031
|
-
#
|
|
1032
1131
|
# Prior undisputed non-fraud transactions details. Present if and only if `reason`
|
|
1033
1132
|
# is `prior_undisputed_non_fraud_transactions`.
|
|
1034
1133
|
#
|
|
1035
|
-
# @param explanation [String, nil]
|
|
1134
|
+
# @param explanation [String, nil]
|
|
1135
|
+
# Explanation of the prior undisputed non-fraud transactions provided by the
|
|
1136
|
+
# merchant.
|
|
1036
1137
|
end
|
|
1037
1138
|
|
|
1038
1139
|
# The reason the merchant re-presented the dispute.
|
|
@@ -1158,31 +1259,41 @@ module Increase
|
|
|
1158
1259
|
nil?: true
|
|
1159
1260
|
|
|
1160
1261
|
# @!method initialize(cardholder_no_longer_disputes:, credit_or_reversal_processed:, invalid_dispute:, non_fiat_currency_or_non_fungible_token_as_described:, non_fiat_currency_or_non_fungible_token_received:, proof_of_cash_disbursement:, reason:, reversal_issued:)
|
|
1161
|
-
# Some parameter documentations has been truncated, see
|
|
1162
|
-
# {Increase::Models::CardDispute::Visa::NetworkEvent::Represented} for more
|
|
1163
|
-
# details.
|
|
1164
|
-
#
|
|
1165
1262
|
# A Card Dispute Re-presented Visa Network Event object. This field will be
|
|
1166
1263
|
# present in the JSON response if and only if `category` is equal to
|
|
1167
1264
|
# `represented`. Contains the details specific to a re-presented Visa Card Dispute
|
|
1168
1265
|
# Network Event, which represents that the merchant has declined the user's
|
|
1169
1266
|
# chargeback and has re-presented the payment.
|
|
1170
1267
|
#
|
|
1171
|
-
# @param cardholder_no_longer_disputes [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::CardholderNoLongerDisputes, nil]
|
|
1268
|
+
# @param cardholder_no_longer_disputes [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::CardholderNoLongerDisputes, nil]
|
|
1269
|
+
# Cardholder no longer disputes details. Present if and only if `reason` is
|
|
1270
|
+
# `cardholder_no_longer_disputes`.
|
|
1172
1271
|
#
|
|
1173
|
-
# @param credit_or_reversal_processed [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::CreditOrReversalProcessed, nil]
|
|
1272
|
+
# @param credit_or_reversal_processed [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::CreditOrReversalProcessed, nil]
|
|
1273
|
+
# Credit or reversal processed details. Present if and only if `reason` is
|
|
1274
|
+
# `credit_or_reversal_processed`.
|
|
1174
1275
|
#
|
|
1175
|
-
# @param invalid_dispute [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute, nil]
|
|
1276
|
+
# @param invalid_dispute [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute, nil]
|
|
1277
|
+
# Invalid dispute details. Present if and only if `reason` is `invalid_dispute`.
|
|
1176
1278
|
#
|
|
1177
|
-
# @param non_fiat_currency_or_non_fungible_token_as_described [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed, nil]
|
|
1279
|
+
# @param non_fiat_currency_or_non_fungible_token_as_described [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenAsDescribed, nil]
|
|
1280
|
+
# Non-fiat currency or non-fungible token as described details. Present if and
|
|
1281
|
+
# only if `reason` is `non_fiat_currency_or_non_fungible_token_as_described`.
|
|
1178
1282
|
#
|
|
1179
|
-
# @param non_fiat_currency_or_non_fungible_token_received [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived, nil]
|
|
1283
|
+
# @param non_fiat_currency_or_non_fungible_token_received [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::NonFiatCurrencyOrNonFungibleTokenReceived, nil]
|
|
1284
|
+
# Non-fiat currency or non-fungible token received details. Present if and only if
|
|
1285
|
+
# `reason` is `non_fiat_currency_or_non_fungible_token_received`.
|
|
1180
1286
|
#
|
|
1181
|
-
# @param proof_of_cash_disbursement [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::ProofOfCashDisbursement, nil]
|
|
1287
|
+
# @param proof_of_cash_disbursement [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::ProofOfCashDisbursement, nil]
|
|
1288
|
+
# Proof of cash disbursement details. Present if and only if `reason` is
|
|
1289
|
+
# `proof_of_cash_disbursement`.
|
|
1182
1290
|
#
|
|
1183
|
-
# @param reason [Symbol, Increase::Models::CardDispute::Visa::NetworkEvent::Represented::Reason]
|
|
1291
|
+
# @param reason [Symbol, Increase::Models::CardDispute::Visa::NetworkEvent::Represented::Reason]
|
|
1292
|
+
# The reason the merchant re-presented the dispute.
|
|
1184
1293
|
#
|
|
1185
|
-
# @param reversal_issued [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::ReversalIssued, nil]
|
|
1294
|
+
# @param reversal_issued [Increase::Models::CardDispute::Visa::NetworkEvent::Represented::ReversalIssued, nil]
|
|
1295
|
+
# Reversal issued by merchant details. Present if and only if `reason` is
|
|
1296
|
+
# `reversal_issued`.
|
|
1186
1297
|
|
|
1187
1298
|
# @see Increase::Models::CardDispute::Visa::NetworkEvent::Represented#cardholder_no_longer_disputes
|
|
1188
1299
|
class CardholderNoLongerDisputes < Increase::Internal::Type::BaseModel
|
|
@@ -1194,14 +1305,12 @@ module Increase
|
|
|
1194
1305
|
required :explanation, String, nil?: true
|
|
1195
1306
|
|
|
1196
1307
|
# @!method initialize(explanation:)
|
|
1197
|
-
# Some parameter documentations has been truncated, see
|
|
1198
|
-
# {Increase::Models::CardDispute::Visa::NetworkEvent::Represented::CardholderNoLongerDisputes}
|
|
1199
|
-
# for more details.
|
|
1200
|
-
#
|
|
1201
1308
|
# Cardholder no longer disputes details. Present if and only if `reason` is
|
|
1202
1309
|
# `cardholder_no_longer_disputes`.
|
|
1203
1310
|
#
|
|
1204
|
-
# @param explanation [String, nil]
|
|
1311
|
+
# @param explanation [String, nil]
|
|
1312
|
+
# Explanation for why the merchant believes the cardholder no longer disputes the
|
|
1313
|
+
# transaction.
|
|
1205
1314
|
end
|
|
1206
1315
|
|
|
1207
1316
|
# @see Increase::Models::CardDispute::Visa::NetworkEvent::Represented#credit_or_reversal_processed
|
|
@@ -1233,18 +1342,19 @@ module Increase
|
|
|
1233
1342
|
required :processed_at, Date
|
|
1234
1343
|
|
|
1235
1344
|
# @!method initialize(amount:, currency:, explanation:, processed_at:)
|
|
1236
|
-
# Some parameter documentations has been truncated, see
|
|
1237
|
-
# {Increase::Models::CardDispute::Visa::NetworkEvent::Represented::CreditOrReversalProcessed}
|
|
1238
|
-
# for more details.
|
|
1239
|
-
#
|
|
1240
1345
|
# Credit or reversal processed details. Present if and only if `reason` is
|
|
1241
1346
|
# `credit_or_reversal_processed`.
|
|
1242
1347
|
#
|
|
1243
|
-
# @param amount [Integer]
|
|
1348
|
+
# @param amount [Integer]
|
|
1349
|
+
# The amount of the credit or reversal in the minor unit of its currency. For
|
|
1350
|
+
# dollars, for example, this is cents.
|
|
1244
1351
|
#
|
|
1245
|
-
# @param currency [String]
|
|
1352
|
+
# @param currency [String]
|
|
1353
|
+
# The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the credit or
|
|
1354
|
+
# reversal's currency.
|
|
1246
1355
|
#
|
|
1247
|
-
# @param explanation [String, nil]
|
|
1356
|
+
# @param explanation [String, nil]
|
|
1357
|
+
# Explanation for why the merchant believes the credit or reversal was processed.
|
|
1248
1358
|
#
|
|
1249
1359
|
# @param processed_at [Date] The date the credit or reversal was processed.
|
|
1250
1360
|
end
|
|
@@ -1269,7 +1379,8 @@ module Increase
|
|
|
1269
1379
|
#
|
|
1270
1380
|
# @param explanation [String, nil] Explanation for why the dispute is considered invalid by the merchant.
|
|
1271
1381
|
#
|
|
1272
|
-
# @param reason [Symbol, Increase::Models::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute::Reason]
|
|
1382
|
+
# @param reason [Symbol, Increase::Models::CardDispute::Visa::NetworkEvent::Represented::InvalidDispute::Reason]
|
|
1383
|
+
# The reason a merchant considers the dispute invalid.
|
|
1273
1384
|
|
|
1274
1385
|
# The reason a merchant considers the dispute invalid.
|
|
1275
1386
|
#
|
|
@@ -1438,14 +1549,12 @@ module Increase
|
|
|
1438
1549
|
required :explanation, String, nil?: true
|
|
1439
1550
|
|
|
1440
1551
|
# @!method initialize(explanation:)
|
|
1441
|
-
# Some parameter documentations has been truncated, see
|
|
1442
|
-
# {Increase::Models::CardDispute::Visa::NetworkEvent::Represented::ProofOfCashDisbursement}
|
|
1443
|
-
# for more details.
|
|
1444
|
-
#
|
|
1445
1552
|
# Proof of cash disbursement details. Present if and only if `reason` is
|
|
1446
1553
|
# `proof_of_cash_disbursement`.
|
|
1447
1554
|
#
|
|
1448
|
-
# @param explanation [String, nil]
|
|
1555
|
+
# @param explanation [String, nil]
|
|
1556
|
+
# Explanation for why the merchant believes the evidence provides proof of cash
|
|
1557
|
+
# disbursement.
|
|
1449
1558
|
end
|
|
1450
1559
|
|
|
1451
1560
|
# The reason the merchant re-presented the dispute.
|
|
@@ -1681,34 +1790,62 @@ module Increase
|
|
|
1681
1790
|
nil?: true
|
|
1682
1791
|
|
|
1683
1792
|
# @!method initialize(accepted_at:, amount:, attachment_files:, category:, created_at:, explanation:, further_information_requested_at:, further_information_requested_reason:, status:, updated_at:, chargeback: nil, merchant_prearbitration_decline: nil, user_prearbitration: nil)
|
|
1684
|
-
#
|
|
1685
|
-
#
|
|
1686
|
-
#
|
|
1687
|
-
# @param accepted_at [Time, nil] The date and time at which the Visa Card Dispute User Submission was reviewed an
|
|
1793
|
+
# @param accepted_at [Time, nil]
|
|
1794
|
+
# The date and time at which the Visa Card Dispute User Submission was reviewed
|
|
1795
|
+
# and accepted.
|
|
1688
1796
|
#
|
|
1689
|
-
# @param amount [Integer, nil]
|
|
1797
|
+
# @param amount [Integer, nil]
|
|
1798
|
+
# The amount of the dispute if it is different from the amount of a prior user
|
|
1799
|
+
# submission or the disputed transaction.
|
|
1690
1800
|
#
|
|
1691
|
-
# @param attachment_files [Array<Increase::Models::CardDispute::Visa::UserSubmission::AttachmentFile>]
|
|
1801
|
+
# @param attachment_files [Array<Increase::Models::CardDispute::Visa::UserSubmission::AttachmentFile>]
|
|
1802
|
+
# The files attached to the Visa Card Dispute User Submission.
|
|
1692
1803
|
#
|
|
1693
|
-
# @param category [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Category]
|
|
1804
|
+
# @param category [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Category]
|
|
1805
|
+
# The category of the user submission. We may add additional possible values for
|
|
1806
|
+
# this enum over time; your application should be able to handle such additions
|
|
1807
|
+
# gracefully.
|
|
1694
1808
|
#
|
|
1695
|
-
# @param created_at [Time]
|
|
1809
|
+
# @param created_at [Time]
|
|
1810
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
1811
|
+
# the Visa Card Dispute User Submission was created.
|
|
1696
1812
|
#
|
|
1697
|
-
# @param explanation [String, nil]
|
|
1813
|
+
# @param explanation [String, nil]
|
|
1814
|
+
# The free-form explanation provided to Increase to provide more context for the
|
|
1815
|
+
# user submission. This field is not sent directly to the card networks.
|
|
1698
1816
|
#
|
|
1699
|
-
# @param further_information_requested_at [Time, nil]
|
|
1817
|
+
# @param further_information_requested_at [Time, nil]
|
|
1818
|
+
# The date and time at which Increase requested further information from the user
|
|
1819
|
+
# for the Visa Card Dispute.
|
|
1700
1820
|
#
|
|
1701
|
-
# @param further_information_requested_reason [String, nil]
|
|
1821
|
+
# @param further_information_requested_reason [String, nil]
|
|
1822
|
+
# The reason for Increase requesting further information from the user for the
|
|
1823
|
+
# Visa Card Dispute.
|
|
1702
1824
|
#
|
|
1703
|
-
# @param status [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Status]
|
|
1825
|
+
# @param status [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Status]
|
|
1826
|
+
# The status of the Visa Card Dispute User Submission.
|
|
1704
1827
|
#
|
|
1705
|
-
# @param updated_at [Time]
|
|
1828
|
+
# @param updated_at [Time]
|
|
1829
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
1830
|
+
# the Visa Card Dispute User Submission was updated.
|
|
1706
1831
|
#
|
|
1707
|
-
# @param chargeback [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback, nil]
|
|
1832
|
+
# @param chargeback [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback, nil]
|
|
1833
|
+
# A Visa Card Dispute Chargeback User Submission Chargeback Details object. This
|
|
1834
|
+
# field will be present in the JSON response if and only if `category` is equal to
|
|
1835
|
+
# `chargeback`. Contains the details specific to a Visa chargeback User Submission
|
|
1836
|
+
# for a Card Dispute.
|
|
1708
1837
|
#
|
|
1709
|
-
# @param merchant_prearbitration_decline [Increase::Models::CardDispute::Visa::UserSubmission::MerchantPrearbitrationDecline, nil]
|
|
1838
|
+
# @param merchant_prearbitration_decline [Increase::Models::CardDispute::Visa::UserSubmission::MerchantPrearbitrationDecline, nil]
|
|
1839
|
+
# A Visa Card Dispute Merchant Pre-Arbitration Decline User Submission object.
|
|
1840
|
+
# This field will be present in the JSON response if and only if `category` is
|
|
1841
|
+
# equal to `merchant_prearbitration_decline`. Contains the details specific to a
|
|
1842
|
+
# merchant prearbitration decline Visa Card Dispute User Submission.
|
|
1710
1843
|
#
|
|
1711
|
-
# @param user_prearbitration [Increase::Models::CardDispute::Visa::UserSubmission::UserPrearbitration, nil]
|
|
1844
|
+
# @param user_prearbitration [Increase::Models::CardDispute::Visa::UserSubmission::UserPrearbitration, nil]
|
|
1845
|
+
# A Visa Card Dispute User-Initiated Pre-Arbitration User Submission object. This
|
|
1846
|
+
# field will be present in the JSON response if and only if `category` is equal to
|
|
1847
|
+
# `user_prearbitration`. Contains the details specific to a user-initiated
|
|
1848
|
+
# pre-arbitration Visa Card Dispute User Submission.
|
|
1712
1849
|
|
|
1713
1850
|
class AttachmentFile < Increase::Internal::Type::BaseModel
|
|
1714
1851
|
# @!attribute file_id
|
|
@@ -1965,54 +2102,86 @@ module Increase
|
|
|
1965
2102
|
nil?: true
|
|
1966
2103
|
|
|
1967
2104
|
# @!method initialize(authorization:, category:, consumer_canceled_merchandise:, consumer_canceled_recurring_transaction:, consumer_canceled_services:, consumer_counterfeit_merchandise:, consumer_credit_not_processed:, consumer_damaged_or_defective_merchandise:, consumer_merchandise_misrepresentation:, consumer_merchandise_not_as_described:, consumer_merchandise_not_received:, consumer_non_receipt_of_cash:, consumer_original_credit_transaction_not_accepted:, consumer_quality_merchandise:, consumer_quality_services:, consumer_services_misrepresentation:, consumer_services_not_as_described:, consumer_services_not_received:, fraud:, processing_error:)
|
|
1968
|
-
# Some parameter documentations has been truncated, see
|
|
1969
|
-
# {Increase::Models::CardDispute::Visa::UserSubmission::Chargeback} for more
|
|
1970
|
-
# details.
|
|
1971
|
-
#
|
|
1972
2105
|
# A Visa Card Dispute Chargeback User Submission Chargeback Details object. This
|
|
1973
2106
|
# field will be present in the JSON response if and only if `category` is equal to
|
|
1974
2107
|
# `chargeback`. Contains the details specific to a Visa chargeback User Submission
|
|
1975
2108
|
# for a Card Dispute.
|
|
1976
2109
|
#
|
|
1977
|
-
# @param authorization [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::Authorization, nil]
|
|
2110
|
+
# @param authorization [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::Authorization, nil]
|
|
2111
|
+
# Authorization. Present if and only if `category` is `authorization`.
|
|
1978
2112
|
#
|
|
1979
|
-
# @param category [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::Category]
|
|
2113
|
+
# @param category [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::Category]
|
|
2114
|
+
# Category.
|
|
1980
2115
|
#
|
|
1981
|
-
# @param consumer_canceled_merchandise [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise, nil]
|
|
2116
|
+
# @param consumer_canceled_merchandise [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise, nil]
|
|
2117
|
+
# Canceled merchandise. Present if and only if `category` is
|
|
2118
|
+
# `consumer_canceled_merchandise`.
|
|
1982
2119
|
#
|
|
1983
|
-
# @param consumer_canceled_recurring_transaction [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledRecurringTransaction, nil]
|
|
2120
|
+
# @param consumer_canceled_recurring_transaction [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledRecurringTransaction, nil]
|
|
2121
|
+
# Canceled recurring transaction. Present if and only if `category` is
|
|
2122
|
+
# `consumer_canceled_recurring_transaction`.
|
|
1984
2123
|
#
|
|
1985
|
-
# @param consumer_canceled_services [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices, nil]
|
|
2124
|
+
# @param consumer_canceled_services [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices, nil]
|
|
2125
|
+
# Canceled services. Present if and only if `category` is
|
|
2126
|
+
# `consumer_canceled_services`.
|
|
1986
2127
|
#
|
|
1987
|
-
# @param consumer_counterfeit_merchandise [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCounterfeitMerchandise, nil]
|
|
2128
|
+
# @param consumer_counterfeit_merchandise [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCounterfeitMerchandise, nil]
|
|
2129
|
+
# Counterfeit merchandise. Present if and only if `category` is
|
|
2130
|
+
# `consumer_counterfeit_merchandise`.
|
|
1988
2131
|
#
|
|
1989
|
-
# @param consumer_credit_not_processed [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCreditNotProcessed, nil]
|
|
2132
|
+
# @param consumer_credit_not_processed [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCreditNotProcessed, nil]
|
|
2133
|
+
# Credit not processed. Present if and only if `category` is
|
|
2134
|
+
# `consumer_credit_not_processed`.
|
|
1990
2135
|
#
|
|
1991
|
-
# @param consumer_damaged_or_defective_merchandise [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise, nil]
|
|
2136
|
+
# @param consumer_damaged_or_defective_merchandise [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise, nil]
|
|
2137
|
+
# Damaged or defective merchandise. Present if and only if `category` is
|
|
2138
|
+
# `consumer_damaged_or_defective_merchandise`.
|
|
1992
2139
|
#
|
|
1993
|
-
# @param consumer_merchandise_misrepresentation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation, nil]
|
|
2140
|
+
# @param consumer_merchandise_misrepresentation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation, nil]
|
|
2141
|
+
# Merchandise misrepresentation. Present if and only if `category` is
|
|
2142
|
+
# `consumer_merchandise_misrepresentation`.
|
|
1994
2143
|
#
|
|
1995
|
-
# @param consumer_merchandise_not_as_described [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed, nil]
|
|
2144
|
+
# @param consumer_merchandise_not_as_described [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed, nil]
|
|
2145
|
+
# Merchandise not as described. Present if and only if `category` is
|
|
2146
|
+
# `consumer_merchandise_not_as_described`.
|
|
1996
2147
|
#
|
|
1997
|
-
# @param consumer_merchandise_not_received [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived, nil]
|
|
2148
|
+
# @param consumer_merchandise_not_received [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived, nil]
|
|
2149
|
+
# Merchandise not received. Present if and only if `category` is
|
|
2150
|
+
# `consumer_merchandise_not_received`.
|
|
1998
2151
|
#
|
|
1999
|
-
# @param consumer_non_receipt_of_cash [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash, nil]
|
|
2152
|
+
# @param consumer_non_receipt_of_cash [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerNonReceiptOfCash, nil]
|
|
2153
|
+
# Non-receipt of cash. Present if and only if `category` is
|
|
2154
|
+
# `consumer_non_receipt_of_cash`.
|
|
2000
2155
|
#
|
|
2001
|
-
# @param consumer_original_credit_transaction_not_accepted [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted, nil]
|
|
2156
|
+
# @param consumer_original_credit_transaction_not_accepted [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted, nil]
|
|
2157
|
+
# Original Credit Transaction (OCT) not accepted. Present if and only if
|
|
2158
|
+
# `category` is `consumer_original_credit_transaction_not_accepted`.
|
|
2002
2159
|
#
|
|
2003
|
-
# @param consumer_quality_merchandise [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise, nil]
|
|
2160
|
+
# @param consumer_quality_merchandise [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise, nil]
|
|
2161
|
+
# Merchandise quality issue. Present if and only if `category` is
|
|
2162
|
+
# `consumer_quality_merchandise`.
|
|
2004
2163
|
#
|
|
2005
|
-
# @param consumer_quality_services [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices, nil]
|
|
2164
|
+
# @param consumer_quality_services [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices, nil]
|
|
2165
|
+
# Services quality issue. Present if and only if `category` is
|
|
2166
|
+
# `consumer_quality_services`.
|
|
2006
2167
|
#
|
|
2007
|
-
# @param consumer_services_misrepresentation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesMisrepresentation, nil]
|
|
2168
|
+
# @param consumer_services_misrepresentation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesMisrepresentation, nil]
|
|
2169
|
+
# Services misrepresentation. Present if and only if `category` is
|
|
2170
|
+
# `consumer_services_misrepresentation`.
|
|
2008
2171
|
#
|
|
2009
|
-
# @param consumer_services_not_as_described [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotAsDescribed, nil]
|
|
2172
|
+
# @param consumer_services_not_as_described [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotAsDescribed, nil]
|
|
2173
|
+
# Services not as described. Present if and only if `category` is
|
|
2174
|
+
# `consumer_services_not_as_described`.
|
|
2010
2175
|
#
|
|
2011
|
-
# @param consumer_services_not_received [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotReceived, nil]
|
|
2176
|
+
# @param consumer_services_not_received [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotReceived, nil]
|
|
2177
|
+
# Services not received. Present if and only if `category` is
|
|
2178
|
+
# `consumer_services_not_received`.
|
|
2012
2179
|
#
|
|
2013
|
-
# @param fraud [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::Fraud, nil]
|
|
2180
|
+
# @param fraud [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::Fraud, nil]
|
|
2181
|
+
# Fraud. Present if and only if `category` is `fraud`.
|
|
2014
2182
|
#
|
|
2015
|
-
# @param processing_error [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError, nil]
|
|
2183
|
+
# @param processing_error [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError, nil]
|
|
2184
|
+
# Processing error. Present if and only if `category` is `processing_error`.
|
|
2016
2185
|
|
|
2017
2186
|
# @see Increase::Models::CardDispute::Visa::UserSubmission::Chargeback#authorization
|
|
2018
2187
|
class Authorization < Increase::Internal::Type::BaseModel
|
|
@@ -2026,7 +2195,8 @@ module Increase
|
|
|
2026
2195
|
# @!method initialize(account_status:)
|
|
2027
2196
|
# Authorization. Present if and only if `category` is `authorization`.
|
|
2028
2197
|
#
|
|
2029
|
-
# @param account_status [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::Authorization::AccountStatus]
|
|
2198
|
+
# @param account_status [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::Authorization::AccountStatus]
|
|
2199
|
+
# Account status.
|
|
2030
2200
|
|
|
2031
2201
|
# Account status.
|
|
2032
2202
|
#
|
|
@@ -2184,28 +2354,30 @@ module Increase
|
|
|
2184
2354
|
nil?: true
|
|
2185
2355
|
|
|
2186
2356
|
# @!method initialize(cardholder_cancellation:, merchant_resolution_attempted:, not_returned:, purchase_explanation:, received_or_expected_at:, return_attempted:, return_outcome:, returned:)
|
|
2187
|
-
# Some parameter documentations has been truncated, see
|
|
2188
|
-
# {Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise}
|
|
2189
|
-
# for more details.
|
|
2190
|
-
#
|
|
2191
2357
|
# Canceled merchandise. Present if and only if `category` is
|
|
2192
2358
|
# `consumer_canceled_merchandise`.
|
|
2193
2359
|
#
|
|
2194
|
-
# @param cardholder_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::CardholderCancellation, nil]
|
|
2360
|
+
# @param cardholder_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::CardholderCancellation, nil]
|
|
2361
|
+
# Cardholder cancellation.
|
|
2195
2362
|
#
|
|
2196
|
-
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::MerchantResolutionAttempted]
|
|
2363
|
+
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::MerchantResolutionAttempted]
|
|
2364
|
+
# Merchant resolution attempted.
|
|
2197
2365
|
#
|
|
2198
|
-
# @param not_returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::NotReturned, nil]
|
|
2366
|
+
# @param not_returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::NotReturned, nil]
|
|
2367
|
+
# Not returned. Present if and only if `return_outcome` is `not_returned`.
|
|
2199
2368
|
#
|
|
2200
2369
|
# @param purchase_explanation [String] Purchase explanation.
|
|
2201
2370
|
#
|
|
2202
2371
|
# @param received_or_expected_at [Date] Received or expected at.
|
|
2203
2372
|
#
|
|
2204
|
-
# @param return_attempted [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::ReturnAttempted, nil]
|
|
2373
|
+
# @param return_attempted [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::ReturnAttempted, nil]
|
|
2374
|
+
# Return attempted. Present if and only if `return_outcome` is `return_attempted`.
|
|
2205
2375
|
#
|
|
2206
|
-
# @param return_outcome [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::ReturnOutcome]
|
|
2376
|
+
# @param return_outcome [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::ReturnOutcome]
|
|
2377
|
+
# Return outcome.
|
|
2207
2378
|
#
|
|
2208
|
-
# @param returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::Returned, nil]
|
|
2379
|
+
# @param returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::Returned, nil]
|
|
2380
|
+
# Returned. Present if and only if `return_outcome` is `returned`.
|
|
2209
2381
|
|
|
2210
2382
|
# @see Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise#cardholder_cancellation
|
|
2211
2383
|
class CardholderCancellation < Increase::Internal::Type::BaseModel
|
|
@@ -2240,9 +2412,11 @@ module Increase
|
|
|
2240
2412
|
#
|
|
2241
2413
|
# @param canceled_at [Date] Canceled at.
|
|
2242
2414
|
#
|
|
2243
|
-
# @param canceled_prior_to_ship_date [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::CardholderCancellation::CanceledPriorToShipDate]
|
|
2415
|
+
# @param canceled_prior_to_ship_date [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::CardholderCancellation::CanceledPriorToShipDate]
|
|
2416
|
+
# Canceled prior to ship date.
|
|
2244
2417
|
#
|
|
2245
|
-
# @param cancellation_policy_provided [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::CardholderCancellation::CancellationPolicyProvided]
|
|
2418
|
+
# @param cancellation_policy_provided [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::CardholderCancellation::CancellationPolicyProvided]
|
|
2419
|
+
# Cancellation policy provided.
|
|
2246
2420
|
#
|
|
2247
2421
|
# @param reason [String] Reason.
|
|
2248
2422
|
|
|
@@ -2333,7 +2507,8 @@ module Increase
|
|
|
2333
2507
|
#
|
|
2334
2508
|
# @param attempt_explanation [String] Attempt explanation.
|
|
2335
2509
|
#
|
|
2336
|
-
# @param attempt_reason [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::ReturnAttempted::AttemptReason]
|
|
2510
|
+
# @param attempt_reason [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::ReturnAttempted::AttemptReason]
|
|
2511
|
+
# Attempt reason.
|
|
2337
2512
|
#
|
|
2338
2513
|
# @param attempted_at [Date] Attempted at.
|
|
2339
2514
|
#
|
|
@@ -2422,9 +2597,11 @@ module Increase
|
|
|
2422
2597
|
#
|
|
2423
2598
|
# @param merchant_received_return_at [Date, nil] Merchant received return at.
|
|
2424
2599
|
#
|
|
2425
|
-
# @param other_explanation [String, nil]
|
|
2600
|
+
# @param other_explanation [String, nil]
|
|
2601
|
+
# Other explanation. Required if and only if the return method is `other`.
|
|
2426
2602
|
#
|
|
2427
|
-
# @param return_method [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::Returned::ReturnMethod]
|
|
2603
|
+
# @param return_method [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledMerchandise::Returned::ReturnMethod]
|
|
2604
|
+
# Return method.
|
|
2428
2605
|
#
|
|
2429
2606
|
# @param returned_at [Date] Returned at.
|
|
2430
2607
|
#
|
|
@@ -2492,9 +2669,11 @@ module Increase
|
|
|
2492
2669
|
# Canceled recurring transaction. Present if and only if `category` is
|
|
2493
2670
|
# `consumer_canceled_recurring_transaction`.
|
|
2494
2671
|
#
|
|
2495
|
-
# @param cancellation_target [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledRecurringTransaction::CancellationTarget]
|
|
2672
|
+
# @param cancellation_target [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledRecurringTransaction::CancellationTarget]
|
|
2673
|
+
# Cancellation target.
|
|
2496
2674
|
#
|
|
2497
|
-
# @param merchant_contact_methods [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledRecurringTransaction::MerchantContactMethods]
|
|
2675
|
+
# @param merchant_contact_methods [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledRecurringTransaction::MerchantContactMethods]
|
|
2676
|
+
# Merchant contact methods.
|
|
2498
2677
|
#
|
|
2499
2678
|
# @param other_form_of_payment_explanation [String, nil] Other form of payment explanation.
|
|
2500
2679
|
#
|
|
@@ -2639,28 +2818,32 @@ module Increase
|
|
|
2639
2818
|
nil?: true
|
|
2640
2819
|
|
|
2641
2820
|
# @!method initialize(cardholder_cancellation:, contracted_at:, guaranteed_reservation:, merchant_resolution_attempted:, other:, purchase_explanation:, service_type:, timeshare:)
|
|
2642
|
-
# Some parameter documentations has been truncated, see
|
|
2643
|
-
# {Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices}
|
|
2644
|
-
# for more details.
|
|
2645
|
-
#
|
|
2646
2821
|
# Canceled services. Present if and only if `category` is
|
|
2647
2822
|
# `consumer_canceled_services`.
|
|
2648
2823
|
#
|
|
2649
|
-
# @param cardholder_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::CardholderCancellation]
|
|
2824
|
+
# @param cardholder_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::CardholderCancellation]
|
|
2825
|
+
# Cardholder cancellation.
|
|
2650
2826
|
#
|
|
2651
2827
|
# @param contracted_at [Date] Contracted at.
|
|
2652
2828
|
#
|
|
2653
|
-
# @param guaranteed_reservation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::GuaranteedReservation, nil]
|
|
2829
|
+
# @param guaranteed_reservation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::GuaranteedReservation, nil]
|
|
2830
|
+
# Guaranteed reservation explanation. Present if and only if `service_type` is
|
|
2831
|
+
# `guaranteed_reservation`.
|
|
2654
2832
|
#
|
|
2655
|
-
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::MerchantResolutionAttempted]
|
|
2833
|
+
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::MerchantResolutionAttempted]
|
|
2834
|
+
# Merchant resolution attempted.
|
|
2656
2835
|
#
|
|
2657
|
-
# @param other [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::Other, nil]
|
|
2836
|
+
# @param other [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::Other, nil]
|
|
2837
|
+
# Other service type explanation. Present if and only if `service_type` is
|
|
2838
|
+
# `other`.
|
|
2658
2839
|
#
|
|
2659
2840
|
# @param purchase_explanation [String] Purchase explanation.
|
|
2660
2841
|
#
|
|
2661
|
-
# @param service_type [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::ServiceType]
|
|
2842
|
+
# @param service_type [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::ServiceType]
|
|
2843
|
+
# Service type.
|
|
2662
2844
|
#
|
|
2663
|
-
# @param timeshare [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::Timeshare, nil]
|
|
2845
|
+
# @param timeshare [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::Timeshare, nil]
|
|
2846
|
+
# Timeshare explanation. Present if and only if `service_type` is `timeshare`.
|
|
2664
2847
|
|
|
2665
2848
|
# @see Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices#cardholder_cancellation
|
|
2666
2849
|
class CardholderCancellation < Increase::Internal::Type::BaseModel
|
|
@@ -2688,7 +2871,8 @@ module Increase
|
|
|
2688
2871
|
#
|
|
2689
2872
|
# @param canceled_at [Date] Canceled at.
|
|
2690
2873
|
#
|
|
2691
|
-
# @param cancellation_policy_provided [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::CardholderCancellation::CancellationPolicyProvided]
|
|
2874
|
+
# @param cancellation_policy_provided [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::CardholderCancellation::CancellationPolicyProvided]
|
|
2875
|
+
# Cancellation policy provided.
|
|
2692
2876
|
#
|
|
2693
2877
|
# @param reason [String] Reason.
|
|
2694
2878
|
|
|
@@ -2722,7 +2906,8 @@ module Increase
|
|
|
2722
2906
|
# Guaranteed reservation explanation. Present if and only if `service_type` is
|
|
2723
2907
|
# `guaranteed_reservation`.
|
|
2724
2908
|
#
|
|
2725
|
-
# @param explanation [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::GuaranteedReservation::Explanation]
|
|
2909
|
+
# @param explanation [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerCanceledServices::GuaranteedReservation::Explanation]
|
|
2910
|
+
# Explanation.
|
|
2726
2911
|
|
|
2727
2912
|
# Explanation.
|
|
2728
2913
|
#
|
|
@@ -2915,26 +3100,27 @@ module Increase
|
|
|
2915
3100
|
nil?: true
|
|
2916
3101
|
|
|
2917
3102
|
# @!method initialize(merchant_resolution_attempted:, not_returned:, order_and_issue_explanation:, received_at:, return_attempted:, return_outcome:, returned:)
|
|
2918
|
-
# Some parameter documentations has been truncated, see
|
|
2919
|
-
# {Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise}
|
|
2920
|
-
# for more details.
|
|
2921
|
-
#
|
|
2922
3103
|
# Damaged or defective merchandise. Present if and only if `category` is
|
|
2923
3104
|
# `consumer_damaged_or_defective_merchandise`.
|
|
2924
3105
|
#
|
|
2925
|
-
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise::MerchantResolutionAttempted]
|
|
3106
|
+
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise::MerchantResolutionAttempted]
|
|
3107
|
+
# Merchant resolution attempted.
|
|
2926
3108
|
#
|
|
2927
|
-
# @param not_returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise::NotReturned, nil]
|
|
3109
|
+
# @param not_returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise::NotReturned, nil]
|
|
3110
|
+
# Not returned. Present if and only if `return_outcome` is `not_returned`.
|
|
2928
3111
|
#
|
|
2929
3112
|
# @param order_and_issue_explanation [String] Order and issue explanation.
|
|
2930
3113
|
#
|
|
2931
3114
|
# @param received_at [Date] Received at.
|
|
2932
3115
|
#
|
|
2933
|
-
# @param return_attempted [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise::ReturnAttempted, nil]
|
|
3116
|
+
# @param return_attempted [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise::ReturnAttempted, nil]
|
|
3117
|
+
# Return attempted. Present if and only if `return_outcome` is `return_attempted`.
|
|
2934
3118
|
#
|
|
2935
|
-
# @param return_outcome [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise::ReturnOutcome]
|
|
3119
|
+
# @param return_outcome [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise::ReturnOutcome]
|
|
3120
|
+
# Return outcome.
|
|
2936
3121
|
#
|
|
2937
|
-
# @param returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise::Returned, nil]
|
|
3122
|
+
# @param returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise::Returned, nil]
|
|
3123
|
+
# Returned. Present if and only if `return_outcome` is `returned`.
|
|
2938
3124
|
|
|
2939
3125
|
# Merchant resolution attempted.
|
|
2940
3126
|
#
|
|
@@ -2990,7 +3176,8 @@ module Increase
|
|
|
2990
3176
|
#
|
|
2991
3177
|
# @param attempt_explanation [String] Attempt explanation.
|
|
2992
3178
|
#
|
|
2993
|
-
# @param attempt_reason [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise::ReturnAttempted::AttemptReason]
|
|
3179
|
+
# @param attempt_reason [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise::ReturnAttempted::AttemptReason]
|
|
3180
|
+
# Attempt reason.
|
|
2994
3181
|
#
|
|
2995
3182
|
# @param attempted_at [Date] Attempted at.
|
|
2996
3183
|
#
|
|
@@ -3079,9 +3266,11 @@ module Increase
|
|
|
3079
3266
|
#
|
|
3080
3267
|
# @param merchant_received_return_at [Date, nil] Merchant received return at.
|
|
3081
3268
|
#
|
|
3082
|
-
# @param other_explanation [String, nil]
|
|
3269
|
+
# @param other_explanation [String, nil]
|
|
3270
|
+
# Other explanation. Required if and only if the return method is `other`.
|
|
3083
3271
|
#
|
|
3084
|
-
# @param return_method [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise::Returned::ReturnMethod]
|
|
3272
|
+
# @param return_method [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerDamagedOrDefectiveMerchandise::Returned::ReturnMethod]
|
|
3273
|
+
# Return method.
|
|
3085
3274
|
#
|
|
3086
3275
|
# @param returned_at [Date] Returned at.
|
|
3087
3276
|
#
|
|
@@ -3182,28 +3371,29 @@ module Increase
|
|
|
3182
3371
|
nil?: true
|
|
3183
3372
|
|
|
3184
3373
|
# @!method initialize(merchant_resolution_attempted:, misrepresentation_explanation:, not_returned:, purchase_explanation:, received_at:, return_attempted:, return_outcome:, returned:)
|
|
3185
|
-
# Some parameter documentations has been truncated, see
|
|
3186
|
-
# {Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation}
|
|
3187
|
-
# for more details.
|
|
3188
|
-
#
|
|
3189
3374
|
# Merchandise misrepresentation. Present if and only if `category` is
|
|
3190
3375
|
# `consumer_merchandise_misrepresentation`.
|
|
3191
3376
|
#
|
|
3192
|
-
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation::MerchantResolutionAttempted]
|
|
3377
|
+
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation::MerchantResolutionAttempted]
|
|
3378
|
+
# Merchant resolution attempted.
|
|
3193
3379
|
#
|
|
3194
3380
|
# @param misrepresentation_explanation [String] Misrepresentation explanation.
|
|
3195
3381
|
#
|
|
3196
|
-
# @param not_returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation::NotReturned, nil]
|
|
3382
|
+
# @param not_returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation::NotReturned, nil]
|
|
3383
|
+
# Not returned. Present if and only if `return_outcome` is `not_returned`.
|
|
3197
3384
|
#
|
|
3198
3385
|
# @param purchase_explanation [String] Purchase explanation.
|
|
3199
3386
|
#
|
|
3200
3387
|
# @param received_at [Date] Received at.
|
|
3201
3388
|
#
|
|
3202
|
-
# @param return_attempted [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation::ReturnAttempted, nil]
|
|
3389
|
+
# @param return_attempted [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation::ReturnAttempted, nil]
|
|
3390
|
+
# Return attempted. Present if and only if `return_outcome` is `return_attempted`.
|
|
3203
3391
|
#
|
|
3204
|
-
# @param return_outcome [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation::ReturnOutcome]
|
|
3392
|
+
# @param return_outcome [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation::ReturnOutcome]
|
|
3393
|
+
# Return outcome.
|
|
3205
3394
|
#
|
|
3206
|
-
# @param returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation::Returned, nil]
|
|
3395
|
+
# @param returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation::Returned, nil]
|
|
3396
|
+
# Returned. Present if and only if `return_outcome` is `returned`.
|
|
3207
3397
|
|
|
3208
3398
|
# Merchant resolution attempted.
|
|
3209
3399
|
#
|
|
@@ -3259,7 +3449,8 @@ module Increase
|
|
|
3259
3449
|
#
|
|
3260
3450
|
# @param attempt_explanation [String] Attempt explanation.
|
|
3261
3451
|
#
|
|
3262
|
-
# @param attempt_reason [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation::ReturnAttempted::AttemptReason]
|
|
3452
|
+
# @param attempt_reason [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation::ReturnAttempted::AttemptReason]
|
|
3453
|
+
# Attempt reason.
|
|
3263
3454
|
#
|
|
3264
3455
|
# @param attempted_at [Date] Attempted at.
|
|
3265
3456
|
#
|
|
@@ -3348,9 +3539,11 @@ module Increase
|
|
|
3348
3539
|
#
|
|
3349
3540
|
# @param merchant_received_return_at [Date, nil] Merchant received return at.
|
|
3350
3541
|
#
|
|
3351
|
-
# @param other_explanation [String, nil]
|
|
3542
|
+
# @param other_explanation [String, nil]
|
|
3543
|
+
# Other explanation. Required if and only if the return method is `other`.
|
|
3352
3544
|
#
|
|
3353
|
-
# @param return_method [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation::Returned::ReturnMethod]
|
|
3545
|
+
# @param return_method [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseMisrepresentation::Returned::ReturnMethod]
|
|
3546
|
+
# Return method.
|
|
3354
3547
|
#
|
|
3355
3548
|
# @param returned_at [Date] Returned at.
|
|
3356
3549
|
#
|
|
@@ -3429,22 +3622,22 @@ module Increase
|
|
|
3429
3622
|
nil?: true
|
|
3430
3623
|
|
|
3431
3624
|
# @!method initialize(merchant_resolution_attempted:, received_at:, return_attempted:, return_outcome:, returned:)
|
|
3432
|
-
# Some parameter documentations has been truncated, see
|
|
3433
|
-
# {Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed}
|
|
3434
|
-
# for more details.
|
|
3435
|
-
#
|
|
3436
3625
|
# Merchandise not as described. Present if and only if `category` is
|
|
3437
3626
|
# `consumer_merchandise_not_as_described`.
|
|
3438
3627
|
#
|
|
3439
|
-
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed::MerchantResolutionAttempted]
|
|
3628
|
+
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed::MerchantResolutionAttempted]
|
|
3629
|
+
# Merchant resolution attempted.
|
|
3440
3630
|
#
|
|
3441
3631
|
# @param received_at [Date] Received at.
|
|
3442
3632
|
#
|
|
3443
|
-
# @param return_attempted [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed::ReturnAttempted, nil]
|
|
3633
|
+
# @param return_attempted [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed::ReturnAttempted, nil]
|
|
3634
|
+
# Return attempted. Present if and only if `return_outcome` is `return_attempted`.
|
|
3444
3635
|
#
|
|
3445
|
-
# @param return_outcome [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed::ReturnOutcome]
|
|
3636
|
+
# @param return_outcome [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed::ReturnOutcome]
|
|
3637
|
+
# Return outcome.
|
|
3446
3638
|
#
|
|
3447
|
-
# @param returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed::Returned, nil]
|
|
3639
|
+
# @param returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed::Returned, nil]
|
|
3640
|
+
# Returned. Present if and only if `return_outcome` is `returned`.
|
|
3448
3641
|
|
|
3449
3642
|
# Merchant resolution attempted.
|
|
3450
3643
|
#
|
|
@@ -3494,7 +3687,8 @@ module Increase
|
|
|
3494
3687
|
#
|
|
3495
3688
|
# @param attempt_explanation [String] Attempt explanation.
|
|
3496
3689
|
#
|
|
3497
|
-
# @param attempt_reason [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed::ReturnAttempted::AttemptReason]
|
|
3690
|
+
# @param attempt_reason [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed::ReturnAttempted::AttemptReason]
|
|
3691
|
+
# Attempt reason.
|
|
3498
3692
|
#
|
|
3499
3693
|
# @param attempted_at [Date] Attempted at.
|
|
3500
3694
|
#
|
|
@@ -3580,9 +3774,11 @@ module Increase
|
|
|
3580
3774
|
#
|
|
3581
3775
|
# @param merchant_received_return_at [Date, nil] Merchant received return at.
|
|
3582
3776
|
#
|
|
3583
|
-
# @param other_explanation [String, nil]
|
|
3777
|
+
# @param other_explanation [String, nil]
|
|
3778
|
+
# Other explanation. Required if and only if the return method is `other`.
|
|
3584
3779
|
#
|
|
3585
|
-
# @param return_method [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed::Returned::ReturnMethod]
|
|
3780
|
+
# @param return_method [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotAsDescribed::Returned::ReturnMethod]
|
|
3781
|
+
# Return method.
|
|
3586
3782
|
#
|
|
3587
3783
|
# @param returned_at [Date] Returned at.
|
|
3588
3784
|
#
|
|
@@ -3708,30 +3904,38 @@ module Increase
|
|
|
3708
3904
|
required :purchase_info_and_explanation, String
|
|
3709
3905
|
|
|
3710
3906
|
# @!method initialize(cancellation_outcome:, cardholder_cancellation_prior_to_expected_receipt:, delayed:, delivered_to_wrong_location:, delivery_issue:, last_expected_receipt_at:, merchant_cancellation:, merchant_resolution_attempted:, no_cancellation:, purchase_info_and_explanation:)
|
|
3711
|
-
# Some parameter documentations has been truncated, see
|
|
3712
|
-
# {Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived}
|
|
3713
|
-
# for more details.
|
|
3714
|
-
#
|
|
3715
3907
|
# Merchandise not received. Present if and only if `category` is
|
|
3716
3908
|
# `consumer_merchandise_not_received`.
|
|
3717
3909
|
#
|
|
3718
|
-
# @param cancellation_outcome [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::CancellationOutcome]
|
|
3910
|
+
# @param cancellation_outcome [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::CancellationOutcome]
|
|
3911
|
+
# Cancellation outcome.
|
|
3719
3912
|
#
|
|
3720
|
-
# @param cardholder_cancellation_prior_to_expected_receipt [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::CardholderCancellationPriorToExpectedReceipt, nil]
|
|
3913
|
+
# @param cardholder_cancellation_prior_to_expected_receipt [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::CardholderCancellationPriorToExpectedReceipt, nil]
|
|
3914
|
+
# Cardholder cancellation prior to expected receipt. Present if and only if
|
|
3915
|
+
# `cancellation_outcome` is `cardholder_cancellation_prior_to_expected_receipt`.
|
|
3721
3916
|
#
|
|
3722
|
-
# @param delayed [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::Delayed, nil]
|
|
3917
|
+
# @param delayed [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::Delayed, nil]
|
|
3918
|
+
# Delayed. Present if and only if `delivery_issue` is `delayed`.
|
|
3723
3919
|
#
|
|
3724
|
-
# @param delivered_to_wrong_location [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::DeliveredToWrongLocation, nil]
|
|
3920
|
+
# @param delivered_to_wrong_location [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::DeliveredToWrongLocation, nil]
|
|
3921
|
+
# Delivered to wrong location. Present if and only if `delivery_issue` is
|
|
3922
|
+
# `delivered_to_wrong_location`.
|
|
3725
3923
|
#
|
|
3726
|
-
# @param delivery_issue [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::DeliveryIssue]
|
|
3924
|
+
# @param delivery_issue [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::DeliveryIssue]
|
|
3925
|
+
# Delivery issue.
|
|
3727
3926
|
#
|
|
3728
3927
|
# @param last_expected_receipt_at [Date] Last expected receipt at.
|
|
3729
3928
|
#
|
|
3730
|
-
# @param merchant_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::MerchantCancellation, nil]
|
|
3929
|
+
# @param merchant_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::MerchantCancellation, nil]
|
|
3930
|
+
# Merchant cancellation. Present if and only if `cancellation_outcome` is
|
|
3931
|
+
# `merchant_cancellation`.
|
|
3731
3932
|
#
|
|
3732
|
-
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::MerchantResolutionAttempted]
|
|
3933
|
+
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::MerchantResolutionAttempted]
|
|
3934
|
+
# Merchant resolution attempted.
|
|
3733
3935
|
#
|
|
3734
|
-
# @param no_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::NoCancellation, nil]
|
|
3936
|
+
# @param no_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::NoCancellation, nil]
|
|
3937
|
+
# No cancellation. Present if and only if `cancellation_outcome` is
|
|
3938
|
+
# `no_cancellation`.
|
|
3735
3939
|
#
|
|
3736
3940
|
# @param purchase_info_and_explanation [String] Purchase information and explanation.
|
|
3737
3941
|
|
|
@@ -3823,21 +4027,21 @@ module Increase
|
|
|
3823
4027
|
nil?: true
|
|
3824
4028
|
|
|
3825
4029
|
# @!method initialize(explanation:, not_returned:, return_attempted:, return_outcome:, returned:)
|
|
3826
|
-
# Some parameter documentations has been truncated, see
|
|
3827
|
-
# {Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::Delayed}
|
|
3828
|
-
# for more details.
|
|
3829
|
-
#
|
|
3830
4030
|
# Delayed. Present if and only if `delivery_issue` is `delayed`.
|
|
3831
4031
|
#
|
|
3832
4032
|
# @param explanation [String] Explanation.
|
|
3833
4033
|
#
|
|
3834
|
-
# @param not_returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::Delayed::NotReturned, nil]
|
|
4034
|
+
# @param not_returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::Delayed::NotReturned, nil]
|
|
4035
|
+
# Not returned. Present if and only if `return_outcome` is `not_returned`.
|
|
3835
4036
|
#
|
|
3836
|
-
# @param return_attempted [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::Delayed::ReturnAttempted, nil]
|
|
4037
|
+
# @param return_attempted [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::Delayed::ReturnAttempted, nil]
|
|
4038
|
+
# Return attempted. Present if and only if `return_outcome` is `return_attempted`.
|
|
3837
4039
|
#
|
|
3838
|
-
# @param return_outcome [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::Delayed::ReturnOutcome]
|
|
4040
|
+
# @param return_outcome [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::Delayed::ReturnOutcome]
|
|
4041
|
+
# Return outcome.
|
|
3839
4042
|
#
|
|
3840
|
-
# @param returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::Delayed::Returned, nil]
|
|
4043
|
+
# @param returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::Delayed::Returned, nil]
|
|
4044
|
+
# Returned. Present if and only if `return_outcome` is `returned`.
|
|
3841
4045
|
|
|
3842
4046
|
# @see Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerMerchandiseNotReceived::Delayed#not_returned
|
|
3843
4047
|
class NotReturned < Increase::Internal::Type::BaseModel
|
|
@@ -3999,7 +4203,8 @@ module Increase
|
|
|
3999
4203
|
#
|
|
4000
4204
|
# @param explanation [String] Explanation.
|
|
4001
4205
|
#
|
|
4002
|
-
# @param reason [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted::Reason]
|
|
4206
|
+
# @param reason [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerOriginalCreditTransactionNotAccepted::Reason]
|
|
4207
|
+
# Reason.
|
|
4003
4208
|
|
|
4004
4209
|
# Reason.
|
|
4005
4210
|
#
|
|
@@ -4093,30 +4298,32 @@ module Increase
|
|
|
4093
4298
|
nil?: true
|
|
4094
4299
|
|
|
4095
4300
|
# @!method initialize(expected_at:, merchant_resolution_attempted:, not_returned:, ongoing_negotiations:, purchase_info_and_quality_issue:, received_at:, return_attempted:, return_outcome:, returned:)
|
|
4096
|
-
# Some parameter documentations has been truncated, see
|
|
4097
|
-
# {Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise}
|
|
4098
|
-
# for more details.
|
|
4099
|
-
#
|
|
4100
4301
|
# Merchandise quality issue. Present if and only if `category` is
|
|
4101
4302
|
# `consumer_quality_merchandise`.
|
|
4102
4303
|
#
|
|
4103
4304
|
# @param expected_at [Date] Expected at.
|
|
4104
4305
|
#
|
|
4105
|
-
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::MerchantResolutionAttempted]
|
|
4306
|
+
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::MerchantResolutionAttempted]
|
|
4307
|
+
# Merchant resolution attempted.
|
|
4106
4308
|
#
|
|
4107
|
-
# @param not_returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::NotReturned, nil]
|
|
4309
|
+
# @param not_returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::NotReturned, nil]
|
|
4310
|
+
# Not returned. Present if and only if `return_outcome` is `not_returned`.
|
|
4108
4311
|
#
|
|
4109
|
-
# @param ongoing_negotiations [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::OngoingNegotiations, nil]
|
|
4312
|
+
# @param ongoing_negotiations [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::OngoingNegotiations, nil]
|
|
4313
|
+
# Ongoing negotiations. Exclude if there is no evidence of ongoing negotiations.
|
|
4110
4314
|
#
|
|
4111
4315
|
# @param purchase_info_and_quality_issue [String] Purchase information and quality issue.
|
|
4112
4316
|
#
|
|
4113
4317
|
# @param received_at [Date] Received at.
|
|
4114
4318
|
#
|
|
4115
|
-
# @param return_attempted [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::ReturnAttempted, nil]
|
|
4319
|
+
# @param return_attempted [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::ReturnAttempted, nil]
|
|
4320
|
+
# Return attempted. Present if and only if `return_outcome` is `return_attempted`.
|
|
4116
4321
|
#
|
|
4117
|
-
# @param return_outcome [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::ReturnOutcome]
|
|
4322
|
+
# @param return_outcome [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::ReturnOutcome]
|
|
4323
|
+
# Return outcome.
|
|
4118
4324
|
#
|
|
4119
|
-
# @param returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::Returned, nil]
|
|
4325
|
+
# @param returned [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::Returned, nil]
|
|
4326
|
+
# Returned. Present if and only if `return_outcome` is `returned`.
|
|
4120
4327
|
|
|
4121
4328
|
# Merchant resolution attempted.
|
|
4122
4329
|
#
|
|
@@ -4162,13 +4369,11 @@ module Increase
|
|
|
4162
4369
|
required :started_at, Date
|
|
4163
4370
|
|
|
4164
4371
|
# @!method initialize(explanation:, issuer_first_notified_at:, started_at:)
|
|
4165
|
-
# Some parameter documentations has been truncated, see
|
|
4166
|
-
# {Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::OngoingNegotiations}
|
|
4167
|
-
# for more details.
|
|
4168
|
-
#
|
|
4169
4372
|
# Ongoing negotiations. Exclude if there is no evidence of ongoing negotiations.
|
|
4170
4373
|
#
|
|
4171
|
-
# @param explanation [String]
|
|
4374
|
+
# @param explanation [String]
|
|
4375
|
+
# Explanation of the previous ongoing negotiations between the cardholder and
|
|
4376
|
+
# merchant.
|
|
4172
4377
|
#
|
|
4173
4378
|
# @param issuer_first_notified_at [Date] Date the cardholder first notified the issuer of the dispute.
|
|
4174
4379
|
#
|
|
@@ -4207,7 +4412,8 @@ module Increase
|
|
|
4207
4412
|
#
|
|
4208
4413
|
# @param attempt_explanation [String] Attempt explanation.
|
|
4209
4414
|
#
|
|
4210
|
-
# @param attempt_reason [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::ReturnAttempted::AttemptReason]
|
|
4415
|
+
# @param attempt_reason [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::ReturnAttempted::AttemptReason]
|
|
4416
|
+
# Attempt reason.
|
|
4211
4417
|
#
|
|
4212
4418
|
# @param attempted_at [Date] Attempted at.
|
|
4213
4419
|
#
|
|
@@ -4296,9 +4502,11 @@ module Increase
|
|
|
4296
4502
|
#
|
|
4297
4503
|
# @param merchant_received_return_at [Date, nil] Merchant received return at.
|
|
4298
4504
|
#
|
|
4299
|
-
# @param other_explanation [String, nil]
|
|
4505
|
+
# @param other_explanation [String, nil]
|
|
4506
|
+
# Other explanation. Required if and only if the return method is `other`.
|
|
4300
4507
|
#
|
|
4301
|
-
# @param return_method [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::Returned::ReturnMethod]
|
|
4508
|
+
# @param return_method [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityMerchandise::Returned::ReturnMethod]
|
|
4509
|
+
# Return method.
|
|
4302
4510
|
#
|
|
4303
4511
|
# @param returned_at [Date] Returned at.
|
|
4304
4512
|
#
|
|
@@ -4395,24 +4603,27 @@ module Increase
|
|
|
4395
4603
|
required :services_received_at, Date
|
|
4396
4604
|
|
|
4397
4605
|
# @!method initialize(cardholder_cancellation:, cardholder_paid_to_have_work_redone:, non_fiat_currency_or_non_fungible_token_related_and_not_matching_description:, ongoing_negotiations:, purchase_info_and_quality_issue:, restaurant_food_related:, services_received_at:)
|
|
4398
|
-
# Some parameter documentations has been truncated, see
|
|
4399
|
-
# {Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices}
|
|
4400
|
-
# for more details.
|
|
4401
|
-
#
|
|
4402
4606
|
# Services quality issue. Present if and only if `category` is
|
|
4403
4607
|
# `consumer_quality_services`.
|
|
4404
4608
|
#
|
|
4405
|
-
# @param cardholder_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices::CardholderCancellation]
|
|
4609
|
+
# @param cardholder_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices::CardholderCancellation]
|
|
4610
|
+
# Cardholder cancellation.
|
|
4406
4611
|
#
|
|
4407
|
-
# @param cardholder_paid_to_have_work_redone [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices::CardholderPaidToHaveWorkRedone, nil]
|
|
4612
|
+
# @param cardholder_paid_to_have_work_redone [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices::CardholderPaidToHaveWorkRedone, nil]
|
|
4613
|
+
# Cardholder paid to have work redone.
|
|
4408
4614
|
#
|
|
4409
|
-
# @param non_fiat_currency_or_non_fungible_token_related_and_not_matching_description [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices::NonFiatCurrencyOrNonFungibleTokenRelatedAndNotMatchingDescription]
|
|
4615
|
+
# @param non_fiat_currency_or_non_fungible_token_related_and_not_matching_description [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices::NonFiatCurrencyOrNonFungibleTokenRelatedAndNotMatchingDescription]
|
|
4616
|
+
# Non-fiat currency or non-fungible token related and not matching description.
|
|
4410
4617
|
#
|
|
4411
|
-
# @param ongoing_negotiations [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices::OngoingNegotiations, nil]
|
|
4618
|
+
# @param ongoing_negotiations [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices::OngoingNegotiations, nil]
|
|
4619
|
+
# Ongoing negotiations. Exclude if there is no evidence of ongoing negotiations.
|
|
4412
4620
|
#
|
|
4413
4621
|
# @param purchase_info_and_quality_issue [String] Purchase information and quality issue.
|
|
4414
4622
|
#
|
|
4415
|
-
# @param restaurant_food_related [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices::RestaurantFoodRelated, nil]
|
|
4623
|
+
# @param restaurant_food_related [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices::RestaurantFoodRelated, nil]
|
|
4624
|
+
# Whether the dispute is related to the quality of food from an eating place or
|
|
4625
|
+
# restaurant. Must be provided when Merchant Category Code (MCC) is 5812, 5813
|
|
4626
|
+
# or 5814.
|
|
4416
4627
|
#
|
|
4417
4628
|
# @param services_received_at [Date] Services received at.
|
|
4418
4629
|
|
|
@@ -4440,7 +4651,8 @@ module Increase
|
|
|
4440
4651
|
# @!method initialize(accepted_by_merchant:, canceled_at:, reason:)
|
|
4441
4652
|
# Cardholder cancellation.
|
|
4442
4653
|
#
|
|
4443
|
-
# @param accepted_by_merchant [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices::CardholderCancellation::AcceptedByMerchant]
|
|
4654
|
+
# @param accepted_by_merchant [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices::CardholderCancellation::AcceptedByMerchant]
|
|
4655
|
+
# Accepted by merchant.
|
|
4444
4656
|
#
|
|
4445
4657
|
# @param canceled_at [Date] Canceled at.
|
|
4446
4658
|
#
|
|
@@ -4517,13 +4729,11 @@ module Increase
|
|
|
4517
4729
|
required :started_at, Date
|
|
4518
4730
|
|
|
4519
4731
|
# @!method initialize(explanation:, issuer_first_notified_at:, started_at:)
|
|
4520
|
-
# Some parameter documentations has been truncated, see
|
|
4521
|
-
# {Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerQualityServices::OngoingNegotiations}
|
|
4522
|
-
# for more details.
|
|
4523
|
-
#
|
|
4524
4732
|
# Ongoing negotiations. Exclude if there is no evidence of ongoing negotiations.
|
|
4525
4733
|
#
|
|
4526
|
-
# @param explanation [String]
|
|
4734
|
+
# @param explanation [String]
|
|
4735
|
+
# Explanation of the previous ongoing negotiations between the cardholder and
|
|
4736
|
+
# merchant.
|
|
4527
4737
|
#
|
|
4528
4738
|
# @param issuer_first_notified_at [Date] Date the cardholder first notified the issuer of the dispute.
|
|
4529
4739
|
#
|
|
@@ -4587,9 +4797,11 @@ module Increase
|
|
|
4587
4797
|
# Services misrepresentation. Present if and only if `category` is
|
|
4588
4798
|
# `consumer_services_misrepresentation`.
|
|
4589
4799
|
#
|
|
4590
|
-
# @param cardholder_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesMisrepresentation::CardholderCancellation]
|
|
4800
|
+
# @param cardholder_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesMisrepresentation::CardholderCancellation]
|
|
4801
|
+
# Cardholder cancellation.
|
|
4591
4802
|
#
|
|
4592
|
-
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesMisrepresentation::MerchantResolutionAttempted]
|
|
4803
|
+
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesMisrepresentation::MerchantResolutionAttempted]
|
|
4804
|
+
# Merchant resolution attempted.
|
|
4593
4805
|
#
|
|
4594
4806
|
# @param misrepresentation_explanation [String] Misrepresentation explanation.
|
|
4595
4807
|
#
|
|
@@ -4621,7 +4833,8 @@ module Increase
|
|
|
4621
4833
|
# @!method initialize(accepted_by_merchant:, canceled_at:, reason:)
|
|
4622
4834
|
# Cardholder cancellation.
|
|
4623
4835
|
#
|
|
4624
|
-
# @param accepted_by_merchant [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesMisrepresentation::CardholderCancellation::AcceptedByMerchant]
|
|
4836
|
+
# @param accepted_by_merchant [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesMisrepresentation::CardholderCancellation::AcceptedByMerchant]
|
|
4837
|
+
# Accepted by merchant.
|
|
4625
4838
|
#
|
|
4626
4839
|
# @param canceled_at [Date] Canceled at.
|
|
4627
4840
|
#
|
|
@@ -4693,11 +4906,13 @@ module Increase
|
|
|
4693
4906
|
# Services not as described. Present if and only if `category` is
|
|
4694
4907
|
# `consumer_services_not_as_described`.
|
|
4695
4908
|
#
|
|
4696
|
-
# @param cardholder_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotAsDescribed::CardholderCancellation]
|
|
4909
|
+
# @param cardholder_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotAsDescribed::CardholderCancellation]
|
|
4910
|
+
# Cardholder cancellation.
|
|
4697
4911
|
#
|
|
4698
4912
|
# @param explanation [String] Explanation of what was ordered and was not as described.
|
|
4699
4913
|
#
|
|
4700
|
-
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotAsDescribed::MerchantResolutionAttempted]
|
|
4914
|
+
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotAsDescribed::MerchantResolutionAttempted]
|
|
4915
|
+
# Merchant resolution attempted.
|
|
4701
4916
|
#
|
|
4702
4917
|
# @param received_at [Date] Received at.
|
|
4703
4918
|
|
|
@@ -4725,7 +4940,8 @@ module Increase
|
|
|
4725
4940
|
# @!method initialize(accepted_by_merchant:, canceled_at:, reason:)
|
|
4726
4941
|
# Cardholder cancellation.
|
|
4727
4942
|
#
|
|
4728
|
-
# @param accepted_by_merchant [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotAsDescribed::CardholderCancellation::AcceptedByMerchant]
|
|
4943
|
+
# @param accepted_by_merchant [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotAsDescribed::CardholderCancellation::AcceptedByMerchant]
|
|
4944
|
+
# Accepted by merchant.
|
|
4729
4945
|
#
|
|
4730
4946
|
# @param canceled_at [Date] Canceled at.
|
|
4731
4947
|
#
|
|
@@ -4827,24 +5043,28 @@ module Increase
|
|
|
4827
5043
|
required :purchase_info_and_explanation, String
|
|
4828
5044
|
|
|
4829
5045
|
# @!method initialize(cancellation_outcome:, cardholder_cancellation_prior_to_expected_receipt:, last_expected_receipt_at:, merchant_cancellation:, merchant_resolution_attempted:, no_cancellation:, purchase_info_and_explanation:)
|
|
4830
|
-
# Some parameter documentations has been truncated, see
|
|
4831
|
-
# {Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotReceived}
|
|
4832
|
-
# for more details.
|
|
4833
|
-
#
|
|
4834
5046
|
# Services not received. Present if and only if `category` is
|
|
4835
5047
|
# `consumer_services_not_received`.
|
|
4836
5048
|
#
|
|
4837
|
-
# @param cancellation_outcome [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotReceived::CancellationOutcome]
|
|
5049
|
+
# @param cancellation_outcome [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotReceived::CancellationOutcome]
|
|
5050
|
+
# Cancellation outcome.
|
|
4838
5051
|
#
|
|
4839
|
-
# @param cardholder_cancellation_prior_to_expected_receipt [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotReceived::CardholderCancellationPriorToExpectedReceipt, nil]
|
|
5052
|
+
# @param cardholder_cancellation_prior_to_expected_receipt [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotReceived::CardholderCancellationPriorToExpectedReceipt, nil]
|
|
5053
|
+
# Cardholder cancellation prior to expected receipt. Present if and only if
|
|
5054
|
+
# `cancellation_outcome` is `cardholder_cancellation_prior_to_expected_receipt`.
|
|
4840
5055
|
#
|
|
4841
5056
|
# @param last_expected_receipt_at [Date] Last expected receipt at.
|
|
4842
5057
|
#
|
|
4843
|
-
# @param merchant_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotReceived::MerchantCancellation, nil]
|
|
5058
|
+
# @param merchant_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotReceived::MerchantCancellation, nil]
|
|
5059
|
+
# Merchant cancellation. Present if and only if `cancellation_outcome` is
|
|
5060
|
+
# `merchant_cancellation`.
|
|
4844
5061
|
#
|
|
4845
|
-
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotReceived::MerchantResolutionAttempted]
|
|
5062
|
+
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotReceived::MerchantResolutionAttempted]
|
|
5063
|
+
# Merchant resolution attempted.
|
|
4846
5064
|
#
|
|
4847
|
-
# @param no_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotReceived::NoCancellation, nil]
|
|
5065
|
+
# @param no_cancellation [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ConsumerServicesNotReceived::NoCancellation, nil]
|
|
5066
|
+
# No cancellation. Present if and only if `cancellation_outcome` is
|
|
5067
|
+
# `no_cancellation`.
|
|
4848
5068
|
#
|
|
4849
5069
|
# @param purchase_info_and_explanation [String] Purchase information and explanation.
|
|
4850
5070
|
|
|
@@ -4941,7 +5161,8 @@ module Increase
|
|
|
4941
5161
|
# @!method initialize(fraud_type:)
|
|
4942
5162
|
# Fraud. Present if and only if `category` is `fraud`.
|
|
4943
5163
|
#
|
|
4944
|
-
# @param fraud_type [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::Fraud::FraudType]
|
|
5164
|
+
# @param fraud_type [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::Fraud::FraudType]
|
|
5165
|
+
# Fraud type.
|
|
4945
5166
|
|
|
4946
5167
|
# Fraud type.
|
|
4947
5168
|
#
|
|
@@ -5036,21 +5257,24 @@ module Increase
|
|
|
5036
5257
|
nil?: true
|
|
5037
5258
|
|
|
5038
5259
|
# @!method initialize(duplicate_transaction:, error_reason:, incorrect_amount:, merchant_resolution_attempted:, paid_by_other_means:)
|
|
5039
|
-
# Some parameter documentations has been truncated, see
|
|
5040
|
-
# {Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError}
|
|
5041
|
-
# for more details.
|
|
5042
|
-
#
|
|
5043
5260
|
# Processing error. Present if and only if `category` is `processing_error`.
|
|
5044
5261
|
#
|
|
5045
|
-
# @param duplicate_transaction [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError::DuplicateTransaction, nil]
|
|
5262
|
+
# @param duplicate_transaction [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError::DuplicateTransaction, nil]
|
|
5263
|
+
# Duplicate transaction. Present if and only if `error_reason` is
|
|
5264
|
+
# `duplicate_transaction`.
|
|
5046
5265
|
#
|
|
5047
|
-
# @param error_reason [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError::ErrorReason]
|
|
5266
|
+
# @param error_reason [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError::ErrorReason]
|
|
5267
|
+
# Error reason.
|
|
5048
5268
|
#
|
|
5049
|
-
# @param incorrect_amount [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError::IncorrectAmount, nil]
|
|
5269
|
+
# @param incorrect_amount [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError::IncorrectAmount, nil]
|
|
5270
|
+
# Incorrect amount. Present if and only if `error_reason` is `incorrect_amount`.
|
|
5050
5271
|
#
|
|
5051
|
-
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError::MerchantResolutionAttempted]
|
|
5272
|
+
# @param merchant_resolution_attempted [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError::MerchantResolutionAttempted]
|
|
5273
|
+
# Merchant resolution attempted.
|
|
5052
5274
|
#
|
|
5053
|
-
# @param paid_by_other_means [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError::PaidByOtherMeans, nil]
|
|
5275
|
+
# @param paid_by_other_means [Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError::PaidByOtherMeans, nil]
|
|
5276
|
+
# Paid by other means. Present if and only if `error_reason` is
|
|
5277
|
+
# `paid_by_other_means`.
|
|
5054
5278
|
|
|
5055
5279
|
# @see Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError#duplicate_transaction
|
|
5056
5280
|
class DuplicateTransaction < Increase::Internal::Type::BaseModel
|
|
@@ -5135,7 +5359,8 @@ module Increase
|
|
|
5135
5359
|
# Paid by other means. Present if and only if `error_reason` is
|
|
5136
5360
|
# `paid_by_other_means`.
|
|
5137
5361
|
#
|
|
5138
|
-
# @param other_form_of_payment_evidence [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError::PaidByOtherMeans::OtherFormOfPaymentEvidence]
|
|
5362
|
+
# @param other_form_of_payment_evidence [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::Chargeback::ProcessingError::PaidByOtherMeans::OtherFormOfPaymentEvidence]
|
|
5363
|
+
# Other form of payment evidence.
|
|
5139
5364
|
#
|
|
5140
5365
|
# @param other_transaction_id [String, nil] Other transaction ID.
|
|
5141
5366
|
|
|
@@ -5180,16 +5405,14 @@ module Increase
|
|
|
5180
5405
|
required :reason, String
|
|
5181
5406
|
|
|
5182
5407
|
# @!method initialize(reason:)
|
|
5183
|
-
# Some parameter documentations has been truncated, see
|
|
5184
|
-
# {Increase::Models::CardDispute::Visa::UserSubmission::MerchantPrearbitrationDecline}
|
|
5185
|
-
# for more details.
|
|
5186
|
-
#
|
|
5187
5408
|
# A Visa Card Dispute Merchant Pre-Arbitration Decline User Submission object.
|
|
5188
5409
|
# This field will be present in the JSON response if and only if `category` is
|
|
5189
5410
|
# equal to `merchant_prearbitration_decline`. Contains the details specific to a
|
|
5190
5411
|
# merchant prearbitration decline Visa Card Dispute User Submission.
|
|
5191
5412
|
#
|
|
5192
|
-
# @param reason [String]
|
|
5413
|
+
# @param reason [String]
|
|
5414
|
+
# The reason the user declined the merchant's request for pre-arbitration in their
|
|
5415
|
+
# favor.
|
|
5193
5416
|
end
|
|
5194
5417
|
|
|
5195
5418
|
# @see Increase::Models::CardDispute::Visa::UserSubmission#user_prearbitration
|
|
@@ -5214,7 +5437,8 @@ module Increase
|
|
|
5214
5437
|
# `user_prearbitration`. Contains the details specific to a user-initiated
|
|
5215
5438
|
# pre-arbitration Visa Card Dispute User Submission.
|
|
5216
5439
|
#
|
|
5217
|
-
# @param category_change [Increase::Models::CardDispute::Visa::UserSubmission::UserPrearbitration::CategoryChange, nil]
|
|
5440
|
+
# @param category_change [Increase::Models::CardDispute::Visa::UserSubmission::UserPrearbitration::CategoryChange, nil]
|
|
5441
|
+
# Category change details for the pre-arbitration request, if requested.
|
|
5218
5442
|
#
|
|
5219
5443
|
# @param reason [String] The reason for the pre-arbitration request.
|
|
5220
5444
|
|
|
@@ -5236,7 +5460,8 @@ module Increase
|
|
|
5236
5460
|
# @!method initialize(category:, reason:)
|
|
5237
5461
|
# Category change details for the pre-arbitration request, if requested.
|
|
5238
5462
|
#
|
|
5239
|
-
# @param category [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::UserPrearbitration::CategoryChange::Category]
|
|
5463
|
+
# @param category [Symbol, Increase::Models::CardDispute::Visa::UserSubmission::UserPrearbitration::CategoryChange::Category]
|
|
5464
|
+
# The category the dispute is being changed to.
|
|
5240
5465
|
#
|
|
5241
5466
|
# @param reason [String] The reason for the pre-arbitration request.
|
|
5242
5467
|
|
|
@@ -5321,13 +5546,12 @@ module Increase
|
|
|
5321
5546
|
required :won_at, Time
|
|
5322
5547
|
|
|
5323
5548
|
# @!method initialize(won_at:)
|
|
5324
|
-
# Some parameter documentations has been truncated, see
|
|
5325
|
-
# {Increase::Models::CardDispute::Win} for more details.
|
|
5326
|
-
#
|
|
5327
5549
|
# If the Card Dispute's status is `won`, this will contain details of the won
|
|
5328
5550
|
# dispute.
|
|
5329
5551
|
#
|
|
5330
|
-
# @param won_at [Time]
|
|
5552
|
+
# @param won_at [Time]
|
|
5553
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
5554
|
+
# the Card Dispute was won.
|
|
5331
5555
|
end
|
|
5332
5556
|
|
|
5333
5557
|
# @see Increase::Models::CardDispute#withdrawal
|