Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 659 Bytes

CodeGeneratorSettings.md

File metadata and controls

11 lines (7 loc) · 659 Bytes

CodeGeneratorSettings

Properties

Name Type Description Notes
valid_characters list[str] List of characters used to generate the random parts of a code.
coupon_pattern str 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.

[Back to Model list] [Back to API list] [Back to README]