Interface OfferProvider
-
- All Known Implementing Classes:
ExternalOfferProvider
public interface OfferProviderProvider for interfacing with operations around offer related entities. Typically utilizesWebClientto make requests to an external REST API.- Author:
- Jon Fleschler (jfleschler)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MarketingMessageResponsefetchMarketingMessagesForRequest(MarketingMessageRequest request)Retrieves any marketing messages for the request.
-
-
-
Method Detail
-
fetchMarketingMessagesForRequest
MarketingMessageResponse fetchMarketingMessagesForRequest(MarketingMessageRequest request)
Retrieves any marketing messages for the request.- Parameters:
request- all the relevant information to be used to retrieve marketing messages- Returns:
- The marketing message for the parameters provided.
-
-