Depositproductinternalcontrolsconfiguration
Constraints and automated actions that will be applied on the accounts.
allowOffsetboolean
Specifies the offset availability of the product.
dormancyPeriodDaysint32
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
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.
recommendedDepositAmountnumber
Recommended amount for a deposit
Depositproductinternalcontrolsconfiguration
{
"allowOffset": true,
"dormancyPeriodDays": 0,
"maxWithdrawalAmount": 0,
"openingBalance": {
"defaultValue": 0,
"maxValue": 0,
"minValue": 0
},
"recommendedDepositAmount": 0
}