Interface CustomerCouponRemovableStrategy
-
- All Known Implementing Classes:
DefaultCustomerCouponRemovableStrategy
public interface CustomerCouponRemovableStrategyChecks if the specific customer coupon can be removed the when removing it
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleancheckRemovable(java.lang.String couponCode)Checks if the specific customer coupon can be removed from the current customer
-