|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PaymentData.PaymentStatus>
org.torweg.pulse.component.shop.checkout.PaymentData.PaymentStatus
public static enum PaymentData.PaymentStatus
| Enum Constant Summary | |
|---|---|
AUTHORIZATION_CANCELED
The authorization has been canceled. |
|
AUTHORIZATION_INTERRUPTED
The authorization has been interrupted. |
|
AUTHORIZATION_REJECTED
The authorization has been rejected. |
|
AUTHORIZATION_STARTED
The authorization has been started. |
|
AUTHORIZED
The payment is authorized. |
|
BOOKED_BACK
The payment has been booked back. |
|
CAPTURE_CANCELED
The capture has been canceled. |
|
CAPTURE_INTERRUPTED
The capture has been interrupted. |
|
CAPTURE_REJECTED
The capture has been rejected. |
|
CAPTURE_STARTED
The capture has been started. |
|
CAPTURED
The payment is captured. |
|
INITIALIZED
The payment is initialized. |
|
PENDING
The payment is pending. |
|
| Method Summary | |
|---|---|
static PaymentData.PaymentStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PaymentData.PaymentStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PaymentData.PaymentStatus AUTHORIZATION_CANCELED
public static final PaymentData.PaymentStatus AUTHORIZATION_INTERRUPTED
public static final PaymentData.PaymentStatus AUTHORIZATION_REJECTED
public static final PaymentData.PaymentStatus AUTHORIZATION_STARTED
public static final PaymentData.PaymentStatus AUTHORIZED
public static final PaymentData.PaymentStatus BOOKED_BACK
public static final PaymentData.PaymentStatus CAPTURE_CANCELED
public static final PaymentData.PaymentStatus CAPTURE_INTERRUPTED
public static final PaymentData.PaymentStatus CAPTURE_REJECTED
public static final PaymentData.PaymentStatus CAPTURE_STARTED
public static final PaymentData.PaymentStatus CAPTURED
public static final PaymentData.PaymentStatus INITIALIZED
public static final PaymentData.PaymentStatus PENDING
| Method Detail |
|---|
public static final PaymentData.PaymentStatus[] values()
for(PaymentData.PaymentStatus c : PaymentData.PaymentStatus.values())
System.out.println(c);
public static PaymentData.PaymentStatus 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 name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||