Changefeerateloanaccountinput
Represents the request payload for performing an PMT Adjustment action
feeRatenumber
The new fee rate to be available on the account
notesstring
The notes for the change fee rate action performed on the loan account
valueDatestring<date-time>required
The date when to change the fee rate (as Organization Time)
Example:
2016-09-06T13:37:50+03:00Changefeerateloanaccountinput
{
"feeRate": 0,
"notes": "string",
"valueDate": "2016-09-06T13:37:50+03:00"
}