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

Data Fields

int date_format
 
int currency_format
 
Accountaccount
 
GList * properties
 

Detailed Description

A struct containing TransProperties that all describe a single transaction.

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

Field Documentation

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.


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