Uses of Interface
com.labs64.netlicensing.domain.entity.ProductDiscount
Packages that use ProductDiscount
Package
Description
Classes in this package represent various NetLicensing objects.
-
Uses of ProductDiscount in com.labs64.netlicensing.domain.entity
Methods in com.labs64.netlicensing.domain.entity that return types with arguments of type ProductDiscountMethods in com.labs64.netlicensing.domain.entity with parameters of type ProductDiscount -
Uses of ProductDiscount in com.labs64.netlicensing.domain.entity.impl
Classes in com.labs64.netlicensing.domain.entity.impl that implement ProductDiscountModifier and TypeClassDescriptionclass
Represents discount step as a discount amount (absolute or percentage) after total price reaches the given threshold.Methods in com.labs64.netlicensing.domain.entity.impl that return types with arguments of type ProductDiscountMethods in com.labs64.netlicensing.domain.entity.impl with parameters of type ProductDiscountModifier and TypeMethodDescriptionvoid
ProductImpl.addDiscount
(ProductDiscount discount) int
ProductDiscountImpl.compareTo
(ProductDiscount productDiscount) Method parameters in com.labs64.netlicensing.domain.entity.impl with type arguments of type ProductDiscountModifier and TypeMethodDescriptionvoid
ProductImpl.setProductDiscounts
(List<ProductDiscount> productDiscounts)