Depositproductinternalcontrols
Constraints and automated actions and that will be applied on the accounts.
dormancyPeriodDaysinteger<int32>
Specifies the number of days for an account to be fully paid in order to auto close it.
maxWithdrawalAmountnumber
Max amount per withdrawal
openingBalance object
Decimal constraints, like min/max/default.
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.
recommendedDepositAmountnumber
Recommended amount for a deposit
Depositproductinternalcontrols
{
"dormancyPeriodDays": 0,
"maxWithdrawalAmount": 0,
"openingBalance": {
"defaultValue": 0,
"maxValue": 0,
"minValue": 0
},
"recommendedDepositAmount": 0
}