Interestadjustmentdeposittransactioninput
Represents the request payload for interest adjustment
externalIdstringrequired
The external id of the current transaction, customizable, unique
interestAccruedAmountnumber
The value of the interest accrued on the account
interestAppliedAmountnumber
The value of the interest applied on the account
interestTypestring
The kind of interest being accrued/applied (REGULAR, OVERDRAFT, TECHNICAL_OVERDRAFT, NEGATIVE)
Possible values: [REGULAR, OVERDRAFT, TECHNICAL_OVERDRAFT, NEGATIVE]
notesstring
Extra notes about the current transaction
Interestadjustmentdeposittransactioninput
{
"externalId": "string",
"interestAccruedAmount": 0,
"interestAppliedAmount": 0,
"interestType": "REGULAR",
"notes": "string"
}