|
GnuCash 2.4.99
|
Data Fields | |
| int | type |
| void * | value |
| TransPropertyList * | list |
A struct encapsulating a property of a transaction.
Definition at line 600 of file gnc-csv-model.c.
The list the property belongs to
Definition at line 605 of file gnc-csv-model.c.
A value from the GncCsvColumnType enum except GNC_CSV_NONE and GNC_CSV_NUM_COL_TYPES
Definition at line 602 of file gnc-csv-model.c.
| void* TransProperty::value |
Pointer to the data that will be used to configure a transaction
Definition at line 604 of file gnc-csv-model.c.
1.7.4