public enum ReversalReasonCodeType extends Enum<ReversalReasonCodeType>
| Enum Constant and Description |
|---|
BUYERCOMPLAINT |
CHARGEBACK |
GUARANTEE |
NONE |
OTHER |
REFUND |
| Modifier and Type | Method and Description |
|---|---|
static ReversalReasonCodeType |
fromValue(String v) |
String |
getValue() |
static ReversalReasonCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReversalReasonCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReversalReasonCodeType NONE
public static final ReversalReasonCodeType CHARGEBACK
public static final ReversalReasonCodeType GUARANTEE
public static final ReversalReasonCodeType BUYERCOMPLAINT
public static final ReversalReasonCodeType REFUND
public static final ReversalReasonCodeType OTHER
public static ReversalReasonCodeType[] values()
for (ReversalReasonCodeType c : ReversalReasonCodeType.values()) System.out.println(c);
public static ReversalReasonCodeType 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 getValue()
public static ReversalReasonCodeType fromValue(String v)
Copyright © 2015. All Rights Reserved.