Module: Increase::Models::CardDispute::Visa::NetworkEvent::Represented::Reason

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/card_dispute.rb,
sig/increase/models/card_dispute.rbs

Overview

The reason the merchant re-presented the dispute.

See Also:

  • Increase::Models::CardDispute::Visa::NetworkEvent::Represented#reason

Constant Summary collapse

CARDHOLDER_NO_LONGER_DISPUTES =

Cardholder no longer disputes the transaction.

Returns:

  • (:cardholder_no_longer_disputes)
:cardholder_no_longer_disputes
CREDIT_OR_REVERSAL_PROCESSED =

Credit or reversal was processed.

Returns:

  • (:credit_or_reversal_processed)
:credit_or_reversal_processed
INVALID_DISPUTE =

Invalid dispute.

Returns:

  • (:invalid_dispute)
:invalid_dispute
NON_FIAT_CURRENCY_OR_NON_FUNGIBLE_TOKEN_AS_DESCRIBED =

Non-fiat currency or non-fungible token is as described by the merchant.

Returns:

  • (:non_fiat_currency_or_non_fungible_token_as_described)
:non_fiat_currency_or_non_fungible_token_as_described
NON_FIAT_CURRENCY_OR_NON_FUNGIBLE_TOKEN_RECEIVED =

Non-fiat currency or non-fungible token was received by the cardholder.

Returns:

  • (:non_fiat_currency_or_non_fungible_token_received)
:non_fiat_currency_or_non_fungible_token_received
PROOF_OF_CASH_DISBURSEMENT =

Proof of cash disbursement provided.

Returns:

  • (:proof_of_cash_disbursement)
:proof_of_cash_disbursement
REVERSAL_ISSUED =

Reversal issued by merchant.

Returns:

  • (:reversal_issued)
:reversal_issued

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Instance Method Details

#self?.values::Array[Increase::Models::CardDispute::Visa::NetworkEvent::Represented::reason]

Returns:

  • (::Array[Increase::Models::CardDispute::Visa::NetworkEvent::Represented::reason])


1090
# File 'sig/increase/models/card_dispute.rbs', line 1090

def self?.values: -> ::Array[Increase::Models::CardDispute::Visa::NetworkEvent::Represented::reason]