Sha256: 2e781e0181008a00d7520d81fc17ad9542e48cd87bfdfb9866601272cb59c7a9
Contents?: true
Size: 538 Bytes
Versions: 6
Compression:
Stored size: 538 Bytes
Contents
# TalonOne::CodeGeneratorSettings ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **valid_characters** | **Array<String>** | Set of characters to be used when generating random part of code. Defaults to [A-Z, 0-9] (in terms of RegExp). | **coupon_pattern** | **String** | The pattern that will be used to generate coupon codes. The character `#` acts as a placeholder and will be replaced by a random character from the `validCharacters` set. |
Version data entries
6 entries across 6 versions & 1 rubygems