Skip to main content

Graceperiodsettings

The funding settings, holds the settings regarding the funding for the loan product.

gracePeriod object

Decimal integer, like min/max/default.

defaultValueint32

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

maxValueint32

The maximum value.

minValueint32

The minimum value.

gracePeriodTypestring

The grace period type for a loan account.

Possible values: [NONE, PAY_INTEREST_ONLY, INTEREST_FORGIVENESS]

Graceperiodsettings
{
"gracePeriod": {
"defaultValue": 0,
"encodedKey": "string",
"maxValue": 0,
"minValue": 0
},
"gracePeriodType": "NONE"
}