@Deprecated public static enum Coupon.ApplyDiscountOn extends Enum<Coupon.ApplyDiscountOn>
| Enum Constant and Description |
|---|
_UNKNOWN
Deprecated.
|
NOT_APPLICABLE
Deprecated.
|
PLANS
Deprecated.
|
PLANS_AND_ADDONS
Deprecated.
|
PLANS_WITH_QUANTITY
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Coupon.ApplyDiscountOn |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Coupon.ApplyDiscountOn[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Coupon.ApplyDiscountOn PLANS
public static final Coupon.ApplyDiscountOn PLANS_AND_ADDONS
public static final Coupon.ApplyDiscountOn PLANS_WITH_QUANTITY
public static final Coupon.ApplyDiscountOn NOT_APPLICABLE
public static final Coupon.ApplyDiscountOn _UNKNOWN
public static Coupon.ApplyDiscountOn[] values()
for (Coupon.ApplyDiscountOn c : Coupon.ApplyDiscountOn.values()) System.out.println(c);
public static Coupon.ApplyDiscountOn 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.