Loanproductamountconfiguration
The amount settings, holds all amount properties.
loanAmount object
Used for keeping decimal constraints.
defaultValuenumber
The default value, will be used in case no other value was filled in by the user.
maxValuenumber
The maximum value.
minValuenumber
The minimum value.
trancheSettings object
Represents the loan product tranche settings.
maxNumberOfTranchesinteger<int32>
The number of tranches supported by the loan product.
Loanproductamountconfiguration
{
"loanAmount": {
"defaultValue": 0,
"maxValue": 0,
"minValue": 0
},
"trancheSettings": {
"maxNumberOfTranches": 0
}
}