GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields

Data Fields

GncOwnerType type
 Customer, Job, Vendor, Employee or Undefined.
 
union { 
 
   gpointer   undefined 
 
   GncCustomer *   customer 
 
   GncJob *   job 
 
   GncVendor *   vendor 
 
   GncEmployee *   employee 
 
owner 
 holds the pointer to the owner object.
 
gpointer qof_temp
 Set type independently of the owner.
 

Detailed Description

Definition at line 96 of file gncOwner.h.

Field Documentation

◆ customer

GncCustomer* GncOwner::customer

Definition at line 102 of file gncOwner.h.

◆ employee

GncEmployee* GncOwner::employee

Definition at line 105 of file gncOwner.h.

◆ job

GncJob* GncOwner::job

Definition at line 103 of file gncOwner.h.

◆ qof_temp

gpointer GncOwner::qof_temp

Set type independently of the owner.

Definition at line 107 of file gncOwner.h.

◆ type

GncOwnerType GncOwner::type

Customer, Job, Vendor, Employee or Undefined.

Definition at line 98 of file gncOwner.h.

◆ undefined

gpointer GncOwner::undefined

Definition at line 101 of file gncOwner.h.

◆ vendor

GncVendor* GncOwner::vendor

Definition at line 104 of file gncOwner.h.


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