Interface CouponCodeRetrievalStrategy
-
- All Known Implementing Classes:
DefaultCouponCodeRetrievalStrategy,NoOpCouponCodeRetrievalStrategy
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface CouponCodeRetrievalStrategyCouponCodeRetrievalStrategy provides the functionality to retrieve coupon codes from a promotion result
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.util.Set<java.lang.String>>getCouponCodesFromPromotion(PromotionResultModel promotion)
-
-
-
Method Detail
-
getCouponCodesFromPromotion
java.util.Optional<java.util.Set<java.lang.String>> getCouponCodesFromPromotion(PromotionResultModel promotion)
-
-