Class QuoteDiscountWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.quote.QuoteDiscountWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class QuoteDiscountWsDTO extends java.lang.Object implements java.io.SerializableDiscount applied to the quote- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuoteDiscountWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetDiscountRate()java.lang.StringgetDiscountType()voidsetDiscountRate(java.lang.Double discountRate)voidsetDiscountType(java.lang.String discountType)
-