public enum DisputeReasonType extends java.lang.Enum<DisputeReasonType>
| Enum Constant and Description |
|---|
AUTHORISATION_DISPUTED
AUTHORISATION_DISPUTED dispute reason type.
|
CANCELED_REOCCURING_TRANSACTION
CANCELED_REOCCURING_TRANSACTION dispute reason type
|
COUNTERFEIT_PRODUCT
COUNTERFEIT_PRODUCT dispute reason type
|
DUPLICATE
DUPLICATE dispute reason type.
|
FRAUD
FRAUD dispute reason type.
|
LATE_FAILURE_BANKACCOUNT_CLOSED
LATE_FAILURE_BANKACCOUNT_CLOSED dispute reason type.
|
LATE_FAILURE_BANKACCOUNT_INCOMPATIBLE
LATE_FAILURE_BANKACCOUNT_INCOMPATIBLE dispute reason type.
|
LATE_FAILURE_BANKACCOUNT_INCORRECT
LATE_FAILURE_BANKACCOUNT_INCORRECT dispute reason type.
|
LATE_FAILURE_CONTACT_USER
LATE_FAILURE_CONTACT_USER dispute reason type.
|
LATE_FAILURE_INSUFFICIENT_FUNDS
LATE_FAILURE_INSUFFICIENT_FUNDS dispute reason type.
|
OTHER
OTHER dispute reason type.
|
PRODUCT_NOT_PROVIDED
PRODUCT_NOT_PROVIDED dispute reason type
|
PRODUCT_UNACCEPTABLE
PRODUCT_UNACCEPTABLE dispute reason type.
|
REFUND_CONVERSION_RATE
REFUND_CONVERSION_RATE dispute reason type.
|
REFUND_NOT_PROCESSED
REFUND_NOT_PROCESSED dispute reason type
|
TRANSACTION_NOT_RECOGNIZED
TRANSACTION_NOT_RECOGNIZED dispute reason type
|
UNKNOWN
UNKNOWN dispute reason type.
|
| Modifier and Type | Method and Description |
|---|---|
static DisputeReasonType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DisputeReasonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisputeReasonType DUPLICATE
public static final DisputeReasonType FRAUD
public static final DisputeReasonType PRODUCT_UNACCEPTABLE
public static final DisputeReasonType UNKNOWN
public static final DisputeReasonType OTHER
public static final DisputeReasonType REFUND_CONVERSION_RATE
public static final DisputeReasonType LATE_FAILURE_INSUFFICIENT_FUNDS
public static final DisputeReasonType LATE_FAILURE_CONTACT_USER
public static final DisputeReasonType LATE_FAILURE_BANKACCOUNT_CLOSED
public static final DisputeReasonType LATE_FAILURE_BANKACCOUNT_INCOMPATIBLE
public static final DisputeReasonType LATE_FAILURE_BANKACCOUNT_INCORRECT
public static final DisputeReasonType AUTHORISATION_DISPUTED
public static final DisputeReasonType TRANSACTION_NOT_RECOGNIZED
public static final DisputeReasonType PRODUCT_NOT_PROVIDED
public static final DisputeReasonType CANCELED_REOCCURING_TRANSACTION
public static final DisputeReasonType REFUND_NOT_PROCESSED
public static final DisputeReasonType COUNTERFEIT_PRODUCT
public static DisputeReasonType[] values()
for (DisputeReasonType c : DisputeReasonType.values()) System.out.println(c);
public static DisputeReasonType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null