GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
TransProperty Struct Reference

Data Fields

int type
 
void * value
 
TransPropertyListlist
 

Detailed Description

A struct encapsulating a property of a transaction.

Definition at line 598 of file gnc-csv-model.c.

Field Documentation

TransPropertyList* TransProperty::list

The list the property belongs to

Definition at line 603 of file gnc-csv-model.c.

int TransProperty::type

A value from the GncCsvColumnType enum except GNC_CSV_NONE and GNC_CSV_NUM_COL_TYPES

Definition at line 600 of file gnc-csv-model.c.

void* TransProperty::value

Pointer to the data that will be used to configure a transaction

Definition at line 602 of file gnc-csv-model.c.


The documentation for this struct was generated from the following file: