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