Class Dispute.ResolutionReason

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

    
    public final class Dispute.ResolutionReason
     implements Enum
                        

    Reason for the dispute resolution:

    • CASE_LOST: This case was lost at final arbitration.

    • NETWORK_REJECTED: Network rejected.

    • NO_DISPUTE_RIGHTS_3DS: No dispute rights, 3DS.

    • NO_DISPUTE_RIGHTS_BELOW_THRESHOLD: No dispute rights, below threshold.

    • NO_DISPUTE_RIGHTS_CONTACTLESS: No dispute rights, contactless.

    • NO_DISPUTE_RIGHTS_HYBRID: No dispute rights, hybrid.

    • NO_DISPUTE_RIGHTS_MAX_CHARGEBACKS: No dispute rights, max chargebacks.

    • NO_DISPUTE_RIGHTS_OTHER: No dispute rights, other.

    • PAST_FILING_DATE: Past filing date.

    • PREARBITRATION_REJECTED: Prearbitration rejected.

    • PROCESSOR_REJECTED_OTHER: Processor rejected, other.

    • REFUNDED: Refunded.

    • REFUNDED_AFTER_CHARGEBACK: Refunded after chargeback.

    • WITHDRAWN: Withdrawn.

    • WON_ARBITRATION: Won arbitration.

    • WON_FIRST_CHARGEBACK: Won first chargeback.

    • WON_PREARBITRATION: Won prearbitration.

    • Constructor Detail