Skip to main content

Changeloantermloanaccountinput

Represents the request payload for changing a loan term

isPreviewbooleanrequired

Whether to preview the result of the change without applying it

repaymentInstallmentsinteger<int32>required

The desired number of repayment installments for the loan term

Changeloantermloanaccountinput
{
"isPreview": true,
"repaymentInstallments": 0
}