public interface CreateCartFromQuoteStrategy
CartModel instance based on a given QuoteModel instance.| Modifier and Type | Method and Description |
|---|---|
CartModel |
createCartFromQuote(QuoteModel quote)
Creates a new
CartModel based on the given QuoteModel. |
CartModel createCartFromQuote(QuoteModel quote)
CartModel based on the given QuoteModel.quote - the QuoteModel base on which to create a new CartModelCartModelCopyright © 2018 SAP SE. All Rights Reserved.