GnuCash  5.6-150-g038405b370+
Data Fields

Data Fields

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

Detailed Description

Definition at line 96 of file gncOwner.h.

Field Documentation

◆ owner

union { ... } GncOwner::owner

holds the pointer to the owner object.

◆ 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.


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