Uses of Class
com.broadleafcommerce.promotion.offer.service.dto.DiscountParameters
Package
Description
-
Uses of DiscountParameters in com.broadleafcommerce.promotion.offer.service.dto
Modifier and TypeMethodDescriptionstatic DiscountParameters
DiscountParameters.of
(String discountMethodType, BigDecimal discountAmount) -
Uses of DiscountParameters in com.broadleafcommerce.promotion.offer.service.engine.application.processor.helper.item
Modifier and TypeMethodDescriptionprotected DiscountParameters
DefaultPotentialSavingsCalculator.determineOfferDiscountParameters
(CandidateItemOffer itemOffer) Determines thediscount method type
and discount amount for thecandidate offer
, accounting forOffer.getDiscountTiers()
.