Uses of Enum Class
com.skava.oms.model.DiscountLevel
Packages that use DiscountLevel
Package
Description
Cart and checkout Orchestration transformation Classes available here.
Oms model classes are available here
-
Uses of DiscountLevel in com.skava.cart.orchestration.transformation
Methods in com.skava.cart.orchestration.transformation with parameters of type DiscountLevelModifier and TypeMethodDescriptionCartOrderPromotionTransformation.constructDiscountDTO
(PromotionDetails promoDetails, DiscountLevel discountLevel) This method is used to create the discount object. -
Uses of DiscountLevel in com.skava.oms.model
Methods in com.skava.oms.model that return DiscountLevelModifier and TypeMethodDescriptionstatic DiscountLevel
Returns the enum constant of this class with the specified name.static DiscountLevel[]
DiscountLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.