public enum PaymentGatewayWorldPayRecurringPaymentResponse extends java.lang.Enum<PaymentGatewayWorldPayRecurringPaymentResponse> implements ICRMLookupEnum
Enum Constant and Description |
---|
AGREEMENT_CANCELLED |
AGREEMENT_CANCELLED_BY_SHOPPER |
PAYMENT_AUTHORISED |
PAYMENT_DECLINED |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static PaymentGatewayWorldPayRecurringPaymentResponse |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentGatewayWorldPayRecurringPaymentResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentGatewayWorldPayRecurringPaymentResponse PAYMENT_AUTHORISED
public static final PaymentGatewayWorldPayRecurringPaymentResponse PAYMENT_DECLINED
public static final PaymentGatewayWorldPayRecurringPaymentResponse AGREEMENT_CANCELLED_BY_SHOPPER
public static final PaymentGatewayWorldPayRecurringPaymentResponse AGREEMENT_CANCELLED
public static PaymentGatewayWorldPayRecurringPaymentResponse[] values()
for (PaymentGatewayWorldPayRecurringPaymentResponse c : PaymentGatewayWorldPayRecurringPaymentResponse.values()) System.out.println(c);
public static PaymentGatewayWorldPayRecurringPaymentResponse 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 getLabel()
getLabel
in interface ICRMLookupEnum