Loanaccountpayoffinput
Represents the information for loan account pay off action.
The external ID for the repayment transaction.
The notes for the repayment transaction logged for the pay off action.
payOffAdjustableAmounts object
Adjustable amounts to be paid for Pay Off action
The carried forward interest amount to be paid for Pay Off action
The carried forward interest from arrears amount to be paid for Pay Off action
The carried forward principal in arrears amount to be paid for Pay Off action
The fee amount to be paid for Pay Off action
The interest-bearing fee amount to be paid for Pay Off action
The interest-bearing fee interest amount to be paid for Pay Off action
The interest from arrears amount to be paid for Pay Off action
The interest amount to be paid for Pay Off action
The non-scheduled fee amount to be paid for Pay Off action
The penalty amount to be paid for Pay Off action
transactionDetails object
Contains the details about transaction including fields like transaction channel key and channel id
The id of the transaction channel associated with the transaction details.
The encoded key of the transaction channel associated with the transaction details.
{
"externalId": "string",
"notes": "string",
"payOffAdjustableAmounts": {
"carriedForwardInterestAmount": 0,
"carriedForwardInterestFromArrearsAmount": 0,
"carriedForwardPrincipalInArrearsAmount": 0,
"feesPaid": 0,
"interestBearingFeeAmount": 0,
"interestBearingFeeInterestAmount": 0,
"interestFromArrearsPaid": 0,
"interestPaid": 0,
"nonScheduledFeeAmount": 0,
"penaltyPaid": 0
},
"transactionDetails": {
"transactionChannelId": "string",
"transactionChannelKey": "string"
}
}