Class AbstractDiscount
java.lang.Object
de.hybris.order.calculation.domain.AbstractDiscount
- Direct Known Subclasses:
LineItemDiscount,MultiLineItemDiscount,OrderDiscount
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractDiscount(AbstractAmount amount) Constructor that requires to provide a amount which cannot be changed later on. -
Method Summary
-
Constructor Details
-
AbstractDiscount
Constructor that requires to provide a amount which cannot be changed later on.
-
-
Method Details
-
getAmount
Returns the amount of discount. This may be eitherPercentageorMoney.
-