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- IndicatesDiscountPriceInfofor getting discount price details.- Returns:
- Returns
DiscountPriceInfoobject for discount price information.
-