Depositnewaccountsettings
New Account settings for deposit accounts
idGeneratorTypestringrequired
The type of generator used for IDs creation.
Possible values: [INCREMENTAL_NUMBER, RANDOM_PATTERN]
idPatternstringrequired
The pattern that will be used for ID validation (as referred to as an input mask).
Depositnewaccountsettings
{
"idGeneratorType": "INCREMENTAL_NUMBER",
"idPattern": "string"
}