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