Depositaccountaccruedamountsmigration
Represents information about the accrued amounts of deposit accounts for migration. Allows setting initial values.
accruedInterestnumber
The amount of positive interest that has been accrued in the account.
negativeInterestAccruednumber
The amount of negative interest that has been accrued in the account.
overdraftInterestAccruednumber
The amount of overdraft interest that has been accrued in the account.
technicalOverdraftInterestAccruednumber
The amount of technical overdraft interest that has been accrued in the account.
Depositaccountaccruedamountsmigration
{
"accruedInterest": 0,
"negativeInterestAccrued": 0,
"overdraftInterestAccrued": 0,
"technicalOverdraftInterestAccrued": 0
}