Class DisputeCreateResponse.Reason

  • All Implemented Interfaces:
    com.lithic.api.core.Enum

    
    public final class DisputeCreateResponse.Reason
     implements Enum
                        

    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.