public enum PaymentStatusReason extends java.lang.Enum<PaymentStatusReason>
| Enum Constant and Description |
|---|
COMPENSATION |
CREDITED |
NOT_CREDITED |
NOT_CREDITED_YET |
OVERPAYMENT |
PARTIALLY_CREDITED |
REFUNDED |
SOFORT_BANK_ACCOUNT_NEEDED |
| Modifier and Type | Method and Description |
|---|---|
static PaymentStatusReason |
get(java.lang.String name)
Gets the payment status reason for given name.
|
static PaymentStatusReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentStatusReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentStatusReason NOT_CREDITED
public static final PaymentStatusReason NOT_CREDITED_YET
public static final PaymentStatusReason CREDITED
public static final PaymentStatusReason PARTIALLY_CREDITED
public static final PaymentStatusReason OVERPAYMENT
public static final PaymentStatusReason COMPENSATION
public static final PaymentStatusReason REFUNDED
public static final PaymentStatusReason SOFORT_BANK_ACCOUNT_NEEDED
public static PaymentStatusReason[] values()
for (PaymentStatusReason c : PaymentStatusReason.values()) System.out.println(c);
public static PaymentStatusReason 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 static PaymentStatusReason get(java.lang.String name)
name - the name