GnuCash 2.3.0
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:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines