Name | Type | Description | Notes |
---|---|---|---|
ValidCharacters | List<string> | List of characters used to generate the random parts of a code. | |
CouponPattern | string | The pattern used to generate codes, such as coupon codes, referral codes, and loyalty cards. The character `#` is a placeholder and is replaced by a random character from the `validCharacters` set. |