|
GnuCash
2.6.99
|
Data Fields | |
| int | date_format |
| int | currency_format |
| Account * | account |
| GList * | properties |
A struct containing TransProperties that all describe a single transaction.
Definition at line 589 of file gnc-csv-model.c.
| Account* TransPropertyList::account |
The account the transaction belongs to
Definition at line 593 of file gnc-csv-model.c.
| int TransPropertyList::currency_format |
The format for currency
Definition at line 592 of file gnc-csv-model.c.
| int TransPropertyList::date_format |
The format for parsing dates
Definition at line 591 of file gnc-csv-model.c.
| GList* TransPropertyList::properties |
List of TransProperties
Definition at line 594 of file gnc-csv-model.c.
1.8.6