Uses of Class
com.skava.oms.model.Discount
Packages that use Discount
Package
Description
Cart and checkout Orchestration transformation Classes available here.
Oms processor classes are available here
Oms transformation classes are available here
-
Uses of Discount in com.skava.cart.orchestration.transformation
Methods in com.skava.cart.orchestration.transformation that return types with arguments of type DiscountModifier and TypeMethodDescriptionCartOrderPromotionTransformation.constructDiscountDTO
(PromotionDetails promoDetails, DiscountLevel discountLevel) This method is used to create the discount object. -
Uses of Discount in com.skava.oms.orchestration.processor
Method parameters in com.skava.oms.orchestration.processor with type arguments of type DiscountModifier and TypeMethodDescriptionstatic void
PromotionBlockOfferRequestProcessor.getDiscountCode
(List<Discount> discounts, List<PromoCodeInfo> promotionList) This method gets the discount codes from the given discount array If the code is already present in the list, then that is not taken into consideration -
Uses of Discount in com.skava.oms.orchestration.transformation
Methods in com.skava.oms.orchestration.transformation with parameters of type DiscountModifier and TypeMethodDescriptionstatic Discount
OMSTransformationModelConversion.getDiscountFromDiscountDTO
(Discount discountDTO) This method is used to convert the discount model from micro service model to the orchestration discount model.OMSTransformationModelConversion.getDiscountListFromDiscount
(Discount[] discounts) This method is used to convert the list of discounts from micro service model to the orchestration discounts model.