Interface SapQuoteService
- All Known Implementing Classes:
DefaultSapQuoteService
public interface SapQuoteService
Interface for Quote Service
-
Method Summary
Modifier and TypeMethodDescriptiongetCurrentQuoteForExternalQuoteId(String externalQuoteId) Method to get current quote version for externalQuoteId
-
Method Details
-
getCurrentQuoteForExternalQuoteId
Method to get current quote version for externalQuoteId- Parameters:
externalQuoteId- parameter- Returns:
- QuoteModel
-