@Deprecated public enum TransactionType extends java.lang.Enum<TransactionType>
| Enum Constant and Description |
|---|
AUTH_CAPTURE
Deprecated.
|
AUTH_ONLY
Deprecated.
|
CAPTURE_ONLY
Deprecated.
|
CREDIT
Deprecated.
|
PRIOR_AUTH_CAPTURE
Deprecated.
|
UNLINKED_CREDIT
Deprecated.
|
VOID
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCIMValue()
Deprecated.
Return the value needed for CIM integrations.
|
java.lang.String |
getValue()
Deprecated.
Return the value needed for SIM/AIM integrations.
|
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 AUTH_CAPTURE
public static final TransactionType AUTH_ONLY
public static final TransactionType PRIOR_AUTH_CAPTURE
public static final TransactionType CAPTURE_ONLY
public static final TransactionType CREDIT
public static final TransactionType UNLINKED_CREDIT
public static final TransactionType VOID
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()
public java.lang.String getCIMValue()
Copyright © 2018. All Rights Reserved.