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