public enum ReferrerRewardType extends Enum<ReferrerRewardType>
| Enum Constant and Description |
|---|
_UNKNOWN |
CUSTOM_PROMOTIONAL_CREDIT |
CUSTOM_REVENUE_PERCENT_BASED |
NONE |
REFERRAL_DIRECT_REWARD |
| Modifier and Type | Method and Description |
|---|---|
static ReferrerRewardType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferrerRewardType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferrerRewardType NONE
public static final ReferrerRewardType REFERRAL_DIRECT_REWARD
public static final ReferrerRewardType CUSTOM_PROMOTIONAL_CREDIT
public static final ReferrerRewardType CUSTOM_REVENUE_PERCENT_BASED
public static final ReferrerRewardType _UNKNOWN
public static ReferrerRewardType[] values()
for (ReferrerRewardType c : ReferrerRewardType.values()) System.out.println(c);
public static ReferrerRewardType 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 nullCopyright © 2023 ChargeBee. All rights reserved.