You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arbitrary properties associated with this referral code.
[optional]
valid_characters
Array<String>
List of characters used to generate the random parts of a code. By default, the list of characters is equivalent to the `[A-Z, 0-9]` regular expression.
[optional]
referral_pattern
String
The pattern used to generate referrals. The character `#` is a placeholder and is replaced by a random character from the `validCharacters` set.