@Deprecated public enum TransactionType extends java.lang.Enum<TransactionType>
| Enum Constant and Description |
|---|
GET_BATCH_STATISTICS
Deprecated.
|
GET_SETTLED_BATCH_LIST
Deprecated.
|
GET_TRANSACTION_DETAILS
Deprecated.
|
GET_TRANSACTION_LIST
Deprecated.
|
GET_UNSETTLED_TRANSACTION_LIST
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Deprecated.
|
static TransactionType |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TransactionType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionType GET_SETTLED_BATCH_LIST
public static final TransactionType GET_TRANSACTION_LIST
public static final TransactionType GET_TRANSACTION_DETAILS
public static final TransactionType GET_BATCH_STATISTICS
public static final TransactionType GET_UNSETTLED_TRANSACTION_LIST
public static TransactionType[] values()
for (TransactionType c : TransactionType.values()) System.out.println(c);
public static TransactionType 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 getValue()
Copyright © 2018. All Rights Reserved.