Interface CouponCampaignURLGenerationStrategy
-
- All Known Implementing Classes:
DefaultCouponCampaignURLGenerationStrategy
@Deprecated(since="2005", forRemoval=true) public interface CouponCampaignURLGenerationStrategyDeprecated, for removal: This API element is subject to removal in a future version.Since 2005Generates the customer coupon campaign URL when creating a new customer coupon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.Stringgenerate(CustomerCouponModel coupon)Deprecated, for removal: This API element is subject to removal in a future version.Generates the customer coupon campaign URL
-
-
-
Method Detail
-
generate
java.lang.String generate(CustomerCouponModel coupon)
Deprecated, for removal: This API element is subject to removal in a future version.Generates the customer coupon campaign URL- Parameters:
coupon- the customer coupon model- Returns:
- the campaign URL of the coupon
-
-