Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 460 Bytes

CodeGeneratorSettings.md

File metadata and controls

13 lines (6 loc) · 460 Bytes

CodeGeneratorSettings

Properties

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 coupon codes. The character `#` is a placeholder and is replaced by a random character from the `validCharacters` set.