|
GnuCash c935c2f+
|
Data Fields | |
| QofInstance | inst |
| const char * | name |
| const char * | desc |
| GncBillTermType | type |
| gint | due_days |
| gint | disc_days |
| gnc_numeric | discount |
| gint | cutoff |
| gint64 | refcount |
| GncBillTerm * | parent |
| GncBillTerm * | child |
| gboolean | invisible |
| GList * | children |
Definition at line 37 of file gncBillTerm.c.
| GncBillTerm* GncBillTerm::child |
Definition at line 55 of file gncBillTerm.c.
| GList* GncBillTerm::children |
Definition at line 57 of file gncBillTerm.c.
| gint GncBillTerm::cutoff |
Definition at line 48 of file gncBillTerm.c.
| const char* GncBillTerm::desc |
Definition at line 43 of file gncBillTerm.c.
| gint GncBillTerm::disc_days |
Definition at line 46 of file gncBillTerm.c.
| gnc_numeric GncBillTerm::discount |
Definition at line 47 of file gncBillTerm.c.
| gint GncBillTerm::due_days |
Definition at line 45 of file gncBillTerm.c.
| QofInstance GncBillTerm::inst |
Definition at line 39 of file gncBillTerm.c.
| gboolean GncBillTerm::invisible |
Definition at line 56 of file gncBillTerm.c.
| const char* GncBillTerm::name |
Definition at line 42 of file gncBillTerm.c.
| GncBillTerm* GncBillTerm::parent |
Definition at line 54 of file gncBillTerm.c.
| gint64 GncBillTerm::refcount |
Definition at line 53 of file gncBillTerm.c.
| GncBillTermType GncBillTerm::type |
Definition at line 44 of file gncBillTerm.c.