@Deprecated public enum TransactionStatusType extends java.lang.Enum<TransactionStatusType>
| Enum Constant and Description |
|---|
APPROVED_REVIEW
Deprecated.
|
AUTHORIZED_PENDING_CAPTURE
Deprecated.
|
AUTHORIZED_PENDING_RELEASE
Deprecated.
|
CAPTURED_PENDING_SETTLEMENT
Deprecated.
|
CHARGEBACK
Deprecated.
|
CHARGEBACK_REVERSAL
Deprecated.
|
COMMUNICATION_ERROR
Deprecated.
|
COULD_NOT_VOID
Deprecated.
|
DECLINED
Deprecated.
|
EXPIRED
Deprecated.
|
FAILED_REVIEW
Deprecated.
|
FDS_AUTHORIZED_PENDING_REVIEW
Deprecated.
|
FDS_PENDING_REVIEW
Deprecated.
|
GENERAL_ERROR
Deprecated.
|
PENDING_FINAL_SETTLEMENT
Deprecated.
|
PENDING_SETTLEMENT
Deprecated.
|
REFUND_PENDING_SETTLEMENT
Deprecated.
|
REFUND_SETTLED_SUCCESSFULLY
Deprecated.
|
RETURNED_ITEM
Deprecated.
|
SETTLED_SUCCESSFULLY
Deprecated.
|
SETTLEMENT_ERROR
Deprecated.
|
UNDER_REVIEW
Deprecated.
|
UPDATING_SETTLEMENT
Deprecated.
|
VOIDED
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionStatusType |
fromValue(java.lang.String v)
Deprecated.
|
java.lang.String |
value()
Deprecated.
|
static TransactionStatusType |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TransactionStatusType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionStatusType AUTHORIZED_PENDING_CAPTURE
public static final TransactionStatusType CAPTURED_PENDING_SETTLEMENT
public static final TransactionStatusType COMMUNICATION_ERROR
public static final TransactionStatusType REFUND_SETTLED_SUCCESSFULLY
public static final TransactionStatusType REFUND_PENDING_SETTLEMENT
public static final TransactionStatusType APPROVED_REVIEW
public static final TransactionStatusType DECLINED
public static final TransactionStatusType COULD_NOT_VOID
public static final TransactionStatusType EXPIRED
public static final TransactionStatusType GENERAL_ERROR
public static final TransactionStatusType PENDING_FINAL_SETTLEMENT
public static final TransactionStatusType PENDING_SETTLEMENT
public static final TransactionStatusType FAILED_REVIEW
public static final TransactionStatusType SETTLED_SUCCESSFULLY
public static final TransactionStatusType SETTLEMENT_ERROR
public static final TransactionStatusType UNDER_REVIEW
public static final TransactionStatusType UPDATING_SETTLEMENT
public static final TransactionStatusType VOIDED
public static final TransactionStatusType FDS_PENDING_REVIEW
public static final TransactionStatusType FDS_AUTHORIZED_PENDING_REVIEW
public static final TransactionStatusType RETURNED_ITEM
public static final TransactionStatusType CHARGEBACK
public static final TransactionStatusType CHARGEBACK_REVERSAL
public static final TransactionStatusType AUTHORIZED_PENDING_RELEASE
public static TransactionStatusType[] values()
for (TransactionStatusType c : TransactionStatusType.values()) System.out.println(c);
public static TransactionStatusType 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 value()
public static TransactionStatusType fromValue(java.lang.String v)
Copyright © 2018. All Rights Reserved.