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

public class QuoteStarterWsDTO extends Object implements Serializable
Object for the quote creation, either cartId or quoteCode must be specified.
See Also:
  • Constructor Details

    • QuoteStarterWsDTO

      public QuoteStarterWsDTO()
  • Method Details

    • setCartId

      public void setCartId(String cartId)
    • getCartId

      public String getCartId()
    • setQuoteCode

      public void setQuoteCode(String quoteCode)
    • getQuoteCode

      public String getQuoteCode()