Interface CouponRedemptionWsFacade
-
- All Known Implementing Classes:
DefaultCouponRedemptionWsFacade
public interface CouponRedemptionWsFacadeFacade for coupon redemption WS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CouponRedemptionWsDTOgetSingleCodeCouponRedemption(java.lang.String couponId, java.lang.String customerId)Provides single code coupon redemption information
-
-
-
Method Detail
-
getSingleCodeCouponRedemption
CouponRedemptionWsDTO getSingleCodeCouponRedemption(java.lang.String couponId, java.lang.String customerId)
Provides single code coupon redemption information- Parameters:
couponId- coupon Id for which redemption DTO is to be populatedcustomerId- customer Id for which redemption DTO is to be populated- Returns:
- instance of
CouponRedemptionWsDTOthe coupon redemption
-
-