public enum WalletTransactionCreatedByProcess extends java.lang.Enum<WalletTransactionCreatedByProcess> implements ICRMLookupEnum
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static WalletTransactionCreatedByProcess |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WalletTransactionCreatedByProcess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WalletTransactionCreatedByProcess MANUALLY
public static final WalletTransactionCreatedByProcess PREPAID_BILLING_RUN
public static final WalletTransactionCreatedByProcess CREDIT_NOTE_POSTING
public static final WalletTransactionCreatedByProcess PAYMENT_POSTING
public static final WalletTransactionCreatedByProcess REIMBURSE_WALLET
public static final WalletTransactionCreatedByProcess CREATE_SPEND_REWARD_TRXN
public static final WalletTransactionCreatedByProcess CREATE_AWARD_REWARD_TRXN
public static final WalletTransactionCreatedByProcess CREATE_AWARD_EXPIRATION_TRXN
public static final WalletTransactionCreatedByProcess WALLET_BALANCE_EXPIRATION_RUN
public static final WalletTransactionCreatedByProcess PARTICIPANT_TERMINATION
public static final WalletTransactionCreatedByProcess TRANSFER_MONEY_BETWEEN_WALLETS
public static final WalletTransactionCreatedByProcess TRANSFER_FROM_WALLET_TO_ACCOUNT
public static final WalletTransactionCreatedByProcess TRANSFER_FROM_ACCOUNT_TO_WALLET
public static final WalletTransactionCreatedByProcess USING_WALLET_FUNDS_FOR_PAYMENTS
public static final WalletTransactionCreatedByProcess MAINTENANCE_FEE_APPLICATION_RUN
public static final WalletTransactionCreatedByProcess TRANSACTION_FEE_APPLICATION
public static WalletTransactionCreatedByProcess[] values()
for (WalletTransactionCreatedByProcess c : WalletTransactionCreatedByProcess.values()) System.out.println(c);
public static WalletTransactionCreatedByProcess 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