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