Sha256: 69837babe79ca4f106983babaf9b8c2bfe61060fa02f98d2c9ca913c79e1ec68
Contents?: true
Size: 1.09 KB
Versions: 5
Compression:
Stored size: 1.09 KB
Contents
# VoucherifySdk::CodeConfig ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **length** | **Float** | Number of characters in a generated code (excluding prefix and postfix). | [optional] | | **charset** | **String** | Characters that can appear in the code. Examples: - Alphanumeric: `0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ` - Alphabetic: `abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ` - Alphabetic Lowercase: `abcdefghijklmnopqrstuvwxyz` - Alphabetic Uppercase: `ABCDEFGHIJKLMNOPQRSTUVWXYZ` - Numbers: `0123456789` - Custom: a custom character set | [optional] | | **prefix** | **String** | A text appended before the code. | [optional] | | **postfix** | **String** | A text appended after the code. | [optional] | | **pattern** | **String** | A pattern for codes where hashes (#) will be replaced with random characters. Overrides `length`. | [optional] | | **initial_count** | **Integer** | Internal value, does not change anything if provided. | [optional] |
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
voucherify-8.0.2 | docs/CodeConfig.md |
voucherify-8.0.1 | docs/CodeConfig.md |
voucherify-8.0.0 | docs/CodeConfig.md |
voucherify-7.0.0 | docs/CodeConfig.md |
voucherify-6.0.0 | docs/CodeConfig.md |