Uses of Interface
com.labs64.netlicensing.domain.entity.ProductDiscount
Package
Description
Classes in this package represent various NetLicensing objects.
-
Uses of ProductDiscount in com.labs64.netlicensing.domain.entity
-
Uses of ProductDiscount in com.labs64.netlicensing.domain.entity.impl
Modifier and TypeClassDescriptionclass
Represents discount step as a discount amount (absolute or percentage) after total price reaches the given threshold.Modifier and TypeMethodDescriptionvoid
ProductImpl.addDiscount
(ProductDiscount discount) int
ProductDiscountImpl.compareTo
(ProductDiscount productDiscount) Modifier and TypeMethodDescriptionvoid
ProductImpl.setProductDiscounts
(List<ProductDiscount> productDiscounts)