Uses of Class
com.skava.oms.orchestration.model.Discount
Packages that use Discount
Package
Description
Oms transformation classes are available here
-
Uses of Discount in com.skava.oms.orchestration.transformation
Methods in com.skava.oms.orchestration.transformation that return 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.Methods in com.skava.oms.orchestration.transformation that return types with arguments of type DiscountModifier and TypeMethodDescriptionOMSTransformationModelConversion.getDiscountListFromDiscount
(Discount[] discounts) This method is used to convert the list of discounts from micro service model to the orchestration discounts model.Method parameters in com.skava.oms.orchestration.transformation with type arguments of type DiscountModifier and TypeMethodDescriptionstatic void
OMSTransformationOrderExtend.addShippingDiscount
(ShippingMethodPriceInfo shippingMethodPriceInfoDTO, List<Discount> listDiscount) This method is used to add the shipping discount from micro service model and convert the micro service discount model to the orchestration discount model.