public static enum DisputeCreateParams.Evidence.Canceled.ReturnStatus extends java.lang.Enum<DisputeCreateParams.Evidence.Canceled.ReturnStatus> implements ApiRequestParams.EnumParam
Enum Constant and Description |
---|
MERCHANT_REJECTED |
SUCCESSFUL |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static DisputeCreateParams.Evidence.Canceled.ReturnStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DisputeCreateParams.Evidence.Canceled.ReturnStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="merchant_rejected") public static final DisputeCreateParams.Evidence.Canceled.ReturnStatus MERCHANT_REJECTED
@SerializedName(value="successful") public static final DisputeCreateParams.Evidence.Canceled.ReturnStatus SUCCESSFUL
public static DisputeCreateParams.Evidence.Canceled.ReturnStatus[] values()
for (DisputeCreateParams.Evidence.Canceled.ReturnStatus c : DisputeCreateParams.Evidence.Canceled.ReturnStatus.values()) System.out.println(c);
public static DisputeCreateParams.Evidence.Canceled.ReturnStatus 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 nullpublic java.lang.String getValue()
getValue
in interface ApiRequestParams.EnumParam