|
GnuCash c935c2f+
|
Data Fields | |
| Account * | account |
| SplitList * | splits |
| char * | title |
| char * | notes |
| GncInvoice * | cached_invoice |
| signed char | is_closed |
| unsigned char | marker |
Definition at line 79 of file gnc-lot.cpp.
| Account* GNCLotPrivate::account |
Definition at line 84 of file gnc-lot.cpp.
| GncInvoice* GNCLotPrivate::cached_invoice |
Definition at line 92 of file gnc-lot.cpp.
| signed char GNCLotPrivate::is_closed |
Definition at line 95 of file gnc-lot.cpp.
| unsigned char GNCLotPrivate::marker |
Definition at line 99 of file gnc-lot.cpp.
| char* GNCLotPrivate::notes |
Definition at line 90 of file gnc-lot.cpp.
| SplitList* GNCLotPrivate::splits |
Definition at line 87 of file gnc-lot.cpp.
| char* GNCLotPrivate::title |
Definition at line 89 of file gnc-lot.cpp.