Package com.skava.oms.model
Class DiscountPriceInfo
java.lang.Object
com.skava.oms.model.DiscountPriceInfo
- All Implemented Interfaces:
Serializable
This model contains the discount’s price details.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTo
(DiscountPriceInfo discountPriceInfoDTO) This method is used to add discount’s price details.
-
Constructor Details
-
DiscountPriceInfo
public DiscountPriceInfo()
-
-
Method Details
-
addTo
This method is used to add discount’s price details.- Parameters:
discountPriceInfoDTO
- IndicatesDiscountPriceInfo
for getting discount price details.- Returns:
- Returns
DiscountPriceInfo
object for discount price information.
-