Loanproductnewaccountconfiguration
The new account settings, defines the settings and constraints used by new loan account created based on this product.
accountInitialStatestring
All the generic account states applicable to loans.
Possible values: [PARTIAL_APPLICATION, PENDING_APPROVAL, APPROVED, ACTIVE, ACTIVE_IN_ARREARS, CLOSED]
idGeneratorTypestring
All the generic account states applicable to loans.
Possible values: [INCREMENTAL_NUMBER, RANDOM_PATTERN]
idPatternstring
The pattern that will be used for ID validation (as referred to as an input mask).
Loanproductnewaccountconfiguration
{
"accountInitialState": "PARTIAL_APPLICATION",
"idGeneratorType": "INCREMENTAL_NUMBER",
"idPattern": "string"
}