Class ProductDiscountImpl

java.lang.Object
com.labs64.netlicensing.domain.entity.impl.ProductDiscountImpl
All Implemented Interfaces:
ProductDiscount, Serializable, Comparable<ProductDiscount>

public class ProductDiscountImpl extends Object implements ProductDiscount, Serializable
Represents discount step as a discount amount (absolute or percentage) after total price reaches the given threshold.
See Also: