#include <SplitsDB.h>
Public Attributes | |
UInt32 | trans_uid |
UID of the transaction that the split belongs to. More... | |
UInt32 | acc_uid |
UID of the affected account. More... | |
Int32 | amount |
signed amount by which the account is affected. More... | |
UInt8 | line_no |
line number for sorting purposes. More... |
Definition at line 45 of file SplitsDB.h.
|
UID of the affected account.
Definition at line 49 of file SplitsDB.h. |
|
signed amount by which the account is affected.
Definition at line 51 of file SplitsDB.h. |
|
line number for sorting purposes.
Definition at line 53 of file SplitsDB.h. |
|
UID of the transaction that the split belongs to.
Definition at line 47 of file SplitsDB.h. |