Skip to main content

Lockloanaccountinput

Represents the information for locking an account.

lockedAccountTotalDueTypestring

Type of total due amount for a locked account.

Possible values: [BALANCE_AMOUNT, DUE_AMOUNT_ON_LATE_INSTALLMENTS]

lockedOperationsstring[]

A list with operations which are locked when the account is in substate AccountState.LOCKED. Allowed options are APPLY_INTEREST, APPLY_PENALTIES, and APPLY_FEES.

Possible values: [APPLY_INTEREST, APPLY_FEES, APPLY_PENALTIES]

notesstring

The notes about the account locking operation.

Lockloanaccountinput
{
"lockedAccountTotalDueType": "BALANCE_AMOUNT",
"lockedOperations": [
"APPLY_INTEREST"
],
"notes": "string"
}