public enum WalletCancelledByProcess extends java.lang.Enum<WalletCancelledByProcess> implements ICRMLookupEnum
| Enum Constant and Description |
|---|
AMEND_BILLING_TERMS |
CHANGE_REWARDS_PARTICIPANT_OWNER |
CHANGE_SUBSCRIBER_ACCOUNT |
MANUALLY |
TERMINATE_ACCOUNTS_RECEIVABLE |
TERMINATE_SUBSCRIPTION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
static WalletCancelledByProcess |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WalletCancelledByProcess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WalletCancelledByProcess MANUALLY
public static final WalletCancelledByProcess TERMINATE_ACCOUNTS_RECEIVABLE
public static final WalletCancelledByProcess TERMINATE_SUBSCRIPTION
public static final WalletCancelledByProcess CHANGE_SUBSCRIBER_ACCOUNT
public static final WalletCancelledByProcess AMEND_BILLING_TERMS
public static final WalletCancelledByProcess CHANGE_REWARDS_PARTICIPANT_OWNER
public static WalletCancelledByProcess[] values()
for (WalletCancelledByProcess c : WalletCancelledByProcess.values()) System.out.println(c);
public static WalletCancelledByProcess 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 getLabel()
getLabel in interface ICRMLookupEnum