java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.quote.QuoteDiscountWsDTO
All Implemented Interfaces:
Serializable

public class QuoteDiscountWsDTO extends Object implements Serializable
Discount applied to the quote
See Also:
  • Constructor Details

    • QuoteDiscountWsDTO

      public QuoteDiscountWsDTO()
  • Method Details

    • setDiscountType

      public void setDiscountType(String discountType)
    • getDiscountType

      public String getDiscountType()
    • setDiscountRate

      public void setDiscountRate(Double discountRate)
    • getDiscountRate

      public Double getDiscountRate()