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

#include <gncCustomer.h>

Detailed Description

credit, discount and shipaddr are unique to GncCustomer
id, name, notes, terms, addr, currency, taxtable, taxtable_override taxincluded, active and jobs are identical to ::GncVendor.

Parameters
QofInstanceinst;
char* id;
char* name;
char* notes;
GncBillTerm* terms;
GncAddress* addr;
gnc_commodity* currency;
GncTaxTable*taxtable;
gbooleantaxtable_override;
GncTaxIncludedtaxincluded;
gbooleanactive;
GList* jobs;
gnc_numericcredit;
gnc_numericdiscount;
GncAddress* shipaddr;

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