@Deprecated public enum TransactionType extends java.lang.Enum<TransactionType>
| Enum Constant and Description |
|---|
CREATE_CUSTOMER_PAYMENT_PROFILE
Deprecated.
|
CREATE_CUSTOMER_PROFILE
Deprecated.
|
CREATE_CUSTOMER_PROFILE_TRANSACTION
Deprecated.
|
CREATE_CUSTOMER_SHIPPING_ADDRESS
Deprecated.
|
DELETE_CUSTOMER_PAYMENT_PROFILE
Deprecated.
|
DELETE_CUSTOMER_PROFILE
Deprecated.
|
DELETE_CUSTOMER_SHIPPING_ADDRESS
Deprecated.
|
GET_CUSTOMER_PAYMENT_PROFILE
Deprecated.
|
GET_CUSTOMER_PROFILE
Deprecated.
|
GET_CUSTOMER_PROFILE_IDS
Deprecated.
|
GET_CUSTOMER_SHIPPING_ADDRESS
Deprecated.
|
GET_HOSTED_PROFILE_PAGE
Deprecated.
|
UPDATE_CUSTOMER_PAYMENT_PROFILE
Deprecated.
|
UPDATE_CUSTOMER_PROFILE
Deprecated.
|
UPDATE_CUSTOMER_SHIPPING_ADDRESS
Deprecated.
|
UPDATE_SPLIT_TENDER_GROUP
Deprecated.
|
VALIDATE_CUSTOMER_PAYMENT_PROFILE
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 CREATE_CUSTOMER_PROFILE
public static final TransactionType CREATE_CUSTOMER_PAYMENT_PROFILE
public static final TransactionType CREATE_CUSTOMER_SHIPPING_ADDRESS
public static final TransactionType CREATE_CUSTOMER_PROFILE_TRANSACTION
public static final TransactionType DELETE_CUSTOMER_PROFILE
public static final TransactionType DELETE_CUSTOMER_PAYMENT_PROFILE
public static final TransactionType DELETE_CUSTOMER_SHIPPING_ADDRESS
public static final TransactionType GET_CUSTOMER_PROFILE_IDS
public static final TransactionType GET_CUSTOMER_PROFILE
public static final TransactionType GET_CUSTOMER_PAYMENT_PROFILE
public static final TransactionType GET_CUSTOMER_SHIPPING_ADDRESS
public static final TransactionType GET_HOSTED_PROFILE_PAGE
public static final TransactionType UPDATE_CUSTOMER_PROFILE
public static final TransactionType UPDATE_CUSTOMER_PAYMENT_PROFILE
public static final TransactionType UPDATE_CUSTOMER_SHIPPING_ADDRESS
public static final TransactionType UPDATE_SPLIT_TENDER_GROUP
public static final TransactionType VALIDATE_CUSTOMER_PAYMENT_PROFILE
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.