#include <AccountsDB.h>
Public Attributes | |
Int32 | total |
current balance total (all transactions regardless of the cleared state). More... | |
Int32 | cleared_total |
the total of cleared transactions. More... | |
Int32 | available_total |
total available (total+overdrafts). More... |
Definition at line 32 of file AccountsDB.h.
|
total available (total+overdrafts).
Definition at line 38 of file AccountsDB.h. |
|
the total of cleared transactions.
Definition at line 36 of file AccountsDB.h. |
|
current balance total (all transactions regardless of the cleared state).
Definition at line 34 of file AccountsDB.h. |