#include <TransactionsDB.h>
Public Attributes | |
DateType | date |
date on which the transaction was made. More... | |
UInt8 | num_splits |
number of splits assigned to this transaction. More... | |
UInt8 | method |
the method of payment. More... | |
double | exchange_rate |
per-transaction exchange rate (if another currency is involved). The rate relates 1st split to second split (order matters). More... | |
unsigned | is_scheduled:1 |
indicates if the transaction is scheduled. More... | |
unsigned | reserved:15 |
saved for future fields to keep binary compatibility. More... |
Definition at line 82 of file TransactionsDB.h.
|
date on which the transaction was made.
Definition at line 84 of file TransactionsDB.h. |
|
per-transaction exchange rate (if another currency is involved). The rate relates 1st split to second split (order matters).
Definition at line 90 of file TransactionsDB.h. |
|
indicates if the transaction is scheduled.
Definition at line 92 of file TransactionsDB.h. |
|
the method of payment.
Definition at line 88 of file TransactionsDB.h. |
|
number of splits assigned to this transaction.
Definition at line 86 of file TransactionsDB.h. |
|
saved for future fields to keep binary compatibility.
Definition at line 94 of file TransactionsDB.h. |