Depositaccountbalancesummary
Represents balance summary for a deposit account including average, total, and minimum balances for a specific entry date.
avgBalancenumber
The average balance for the entry date
encodedKeystring
The encoded key of the deposit account
entryDatestring<date>
The date for which the balance summary are calculated
Example:
1987-04-26idstring
The ID of the deposit account
minBalancenumber
The minimum balance for the entry date
totalBalancenumber
The total balance for the entry date
Depositaccountbalancesummary
{
"avgBalance": 0,
"encodedKey": "string",
"entryDate": "1987-04-26",
"id": "string",
"minBalance": 0,
"totalBalance": 0
}