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