Module: Lithic::Models::Dispute::Reason

Extended by:
Internal::Type::Enum
Defined in:
lib/lithic/models/dispute.rb

Overview

Dispute reason:

  • ‘ATM_CASH_MISDISPENSE`: ATM cash misdispense.

  • ‘CANCELLED`: Transaction was cancelled by the customer.

  • ‘DUPLICATED`: The transaction was a duplicate.

  • ‘FRAUD_CARD_NOT_PRESENT`: Fraudulent transaction, card not present.

  • ‘FRAUD_CARD_PRESENT`: Fraudulent transaction, card present.

  • ‘FRAUD_OTHER`: Fraudulent transaction, other types such as questionable merchant activity.

  • ‘GOODS_SERVICES_NOT_AS_DESCRIBED`: The goods or services were not as described.

  • ‘GOODS_SERVICES_NOT_RECEIVED`: The goods or services were not received.

  • ‘INCORRECT_AMOUNT`: The transaction amount was incorrect.

  • ‘MISSING_AUTH`: The transaction was missing authorization.

  • ‘OTHER`: Other reason.

  • ‘PROCESSING_ERROR`: Processing error.

  • ‘REFUND_NOT_PROCESSED`: The refund was not processed.

  • ‘RECURRING_TRANSACTION_NOT_CANCELLED`: The recurring transaction was not cancelled.

See Also:

Constant Summary collapse

ATM_CASH_MISDISPENSE =
:ATM_CASH_MISDISPENSE
CANCELLED =
:CANCELLED
DUPLICATED =
:DUPLICATED
FRAUD_CARD_NOT_PRESENT =
:FRAUD_CARD_NOT_PRESENT
FRAUD_CARD_PRESENT =
:FRAUD_CARD_PRESENT
FRAUD_OTHER =
:FRAUD_OTHER
GOODS_SERVICES_NOT_AS_DESCRIBED =
:GOODS_SERVICES_NOT_AS_DESCRIBED
GOODS_SERVICES_NOT_RECEIVED =
:GOODS_SERVICES_NOT_RECEIVED
INCORRECT_AMOUNT =
:INCORRECT_AMOUNT
MISSING_AUTH =
:MISSING_AUTH
OTHER =
:OTHER
PROCESSING_ERROR =
:PROCESSING_ERROR
RECURRING_TRANSACTION_NOT_CANCELLED =
:RECURRING_TRANSACTION_NOT_CANCELLED
REFUND_NOT_PROCESSED =
:REFUND_NOT_PROCESSED

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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