public enum TransactionType extends Enum<TransactionType>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static TransactionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionType[] |
values()
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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
Copyright © 2016. All Rights Reserved.