public static enum PaymentEnginePayment.EnumReason extends Enum<PaymentEnginePayment.EnumReason>
| Enum Constant and Description |
|---|
VALUE_BANNED_USER |
VALUE_DENIED_REFUND |
VALUE_GRANTED_REPLACEMENT_ITEM |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PaymentEnginePayment.EnumReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentEnginePayment.EnumReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="BANNED_USER") public static final PaymentEnginePayment.EnumReason VALUE_BANNED_USER
@SerializedName(value="DENIED_REFUND") public static final PaymentEnginePayment.EnumReason VALUE_DENIED_REFUND
@SerializedName(value="GRANTED_REPLACEMENT_ITEM") public static final PaymentEnginePayment.EnumReason VALUE_GRANTED_REPLACEMENT_ITEM
public static PaymentEnginePayment.EnumReason[] values()
for (PaymentEnginePayment.EnumReason c : PaymentEnginePayment.EnumReason.values()) System.out.println(c);
public static PaymentEnginePayment.EnumReason 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 toString()
toString in class Enum<PaymentEnginePayment.EnumReason>Copyright © 2024. All rights reserved.