public enum DisputeReasonCode extends Enum<DisputeReasonCode>
| Modifier and Type | Method and Description |
|---|---|
String |
getDisputeReasonCode() |
static DisputeReasonCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisputeReasonCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisputeReasonCode MERCHANT_RESPONSE_REQUIRED
public static final DisputeReasonCode MERCHANT_ADDITIONAL_EVIDENCES_REQUIRED
public static final DisputeReasonCode BUYER_ADDITIONAL_EVIDENCES_REQUIRED
public static final DisputeReasonCode MERCHANT_ACCEPTED_DISPUTE
public static final DisputeReasonCode MERCHANT_RESPONSE_DEADLINE_EXPIRED
public static final DisputeReasonCode BUYER_CANCELLED
public static final DisputeReasonCode INVESTIGATOR_RESOLVED
public static final DisputeReasonCode AUTO_RESOLVED
public static final DisputeReasonCode CHARGEBACK_FILED
public static DisputeReasonCode[] values()
for (DisputeReasonCode c : DisputeReasonCode.values()) System.out.println(c);
public static DisputeReasonCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDisputeReasonCode()
Copyright © 2025. All rights reserved.