Class DiscountValueWsDTO

java.lang.Object
com.sap.hybris.sapcpqquoteintegrationocc.dto.quote.DiscountValueWsDTO
All Implemented Interfaces:
Serializable

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

    • DiscountValueWsDTO

      public DiscountValueWsDTO()
  • Method Details

    • setValue

      public void setValue(Double value)
    • getValue

      public Double getValue()
    • setAppliedValue

      public void setAppliedValue(Double appliedValue)
    • getAppliedValue

      public Double getAppliedValue()
    • setIsoCode

      public void setIsoCode(String isoCode)
    • getIsoCode

      public String getIsoCode()