public interface CouponCodesGenerator
| Modifier and Type | Method and Description |
|---|---|
String |
generateNextCouponCode(MultiCodeCouponModel coupon)
generate next coupon code in the batch
|
Map<Integer,Integer> |
getCodeLengthMapping()
returns the ratio of clear-text to cipher-text based on total length of the coupon code.
|
String generateNextCouponCode(MultiCodeCouponModel coupon)
coupon - instance of MultiCodeCouponModel to generate coupons forCopyright © 2017 SAP SE. All Rights Reserved.