QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

Gender Property

Gender of Employee .

Object Oriented Interface

public function getGender();
public function setGender($value);

Procedural Interface

inqb_employee_get($res, 12 );
inqb_employee_set($res, 12, $value );

Default Value

0

Remarks

The gender of the Employee: gMale or gFemale.

The value of Gender may be left as gUnspecified if the gender is unknown or unimportant.

The following values are permitted:

gUnspecified0
gMale1
gFemale2

This property is allowed in Add operations, and not used in Update operations.

Data Type

Integer

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 PHP Edition - Version 20.0 [Build 7941]