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