Loanproductgraceperiodconfiguration
The funding settings, holds the settings regarding the funding for the loan product.
gracePeriod object
Decimal integer, like min/max/default.
defaultValueinteger<int32>
The default value, will be used in case no other value was filled in by the user.
encodedKeystring
The encoded key of the integer constraint, auto generated, unique
maxValueinteger<int32>
The maximum value.
minValueinteger<int32>
The minimum value.
gracePeriodTypestring
The grace period type for a loan account.
Possible values: [NONE, PAY_INTEREST_ONLY, INTEREST_FORGIVENESS]
Loanproductgraceperiodconfiguration
{
"gracePeriod": {
"defaultValue": 0,
"encodedKey": "string",
"maxValue": 0,
"minValue": 0
},
"gracePeriodType": "NONE"
}