Module: Lithic::Models::Dispute::Reason
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/lithic/models/dispute.rb,
sig/lithic/models/dispute.rbs
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.
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
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[Lithic::Models::Dispute::reason]
138 |
# File 'sig/lithic/models/dispute.rbs', line 138
def self?.values: -> ::Array[Lithic::Models::Dispute::reason]
|