public static enum QuoteLineGroup.Discount.EntityType extends Enum<QuoteLineGroup.Discount.EntityType>
Enum Constant and Description |
---|
_UNKNOWN |
DOCUMENT_LEVEL_COUPON |
ITEM_LEVEL_COUPON |
PROMOTIONAL_CREDITS |
PRORATED_CREDITS |
Modifier and Type | Method and Description |
---|---|
static QuoteLineGroup.Discount.EntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuoteLineGroup.Discount.EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuoteLineGroup.Discount.EntityType ITEM_LEVEL_COUPON
public static final QuoteLineGroup.Discount.EntityType DOCUMENT_LEVEL_COUPON
public static final QuoteLineGroup.Discount.EntityType PROMOTIONAL_CREDITS
public static final QuoteLineGroup.Discount.EntityType PRORATED_CREDITS
public static final QuoteLineGroup.Discount.EntityType _UNKNOWN
public static QuoteLineGroup.Discount.EntityType[] values()
for (QuoteLineGroup.Discount.EntityType c : QuoteLineGroup.Discount.EntityType.values()) System.out.println(c);
public static QuoteLineGroup.Discount.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 © 2020 ChargeBee. All Rights Reserved.