Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.8 KB

DailyBalanceList.md

File metadata and controls

11 lines (8 loc) · 1.8 KB

# DailyBalanceList

Properties

Name Type Description Notes
latest_common_balance_timestamp \DateTime <strong>Format:</strong> 'YYYY-MM-DD'T'HH:MM:SS.SSSXXX' (RFC 3339, section 5.6)<br/>The latestCommonBalanceTimestamp is the latest timestamp at which all regarded accounts have been up to date. Only balances with their date being smaller than the latestCommonBalanceTimestamp are reliable. <br/>Example: A user has two accounts: A (last update today, so balance from today) and B (last update yesterday, so balance from yesterday). The service /accounts/dailyBalances will return a balance for yesterday and for today, with the info latestCommonBalanceTimestamp=yesterday. Since account B might have received transactions this morning, today's balance might be wrong. So either make sure that all regarded accounts are up to date before calling this service, or use the results carefully in combination with the latestCommonBalanceTimestamp.<br/><br/>NOTE:<br/>The returned balances are completely unreliable if the 'latestCommonBalanceTimestamp' is null. This can occur if the balance download failed for any account or the 'skipBalancesDownload' flag was set to true for the bank connection import or a subsequent update. [optional]
daily_balances \OpenAPI\Client\Model\DailyBalance[] List of daily balances for the requested period and account(s)<br/> <strong>Type:</strong> DailyBalance
paging \OpenAPI\Client\Model\DailyBalanceListPaging

[Back to Model list] [Back to API list] [Back to README]