Pmtadjustmentthreshold
Represents PMT Adjustment threshold settings for loan accounts and loan products.
methodstring
Represents the method used to calculate the PMT adjustment threshold. Supported value is CALENDAR_DAYS
Possible values: [WORKING_DAYS, CALENDAR_DAYS]
numberOfDaysinteger<int32>
The number of days that trigger a PMT Adjustment.
Pmtadjustmentthreshold
{
"method": "WORKING_DAYS",
"numberOfDays": 0
}