QuickBooks Integrator 2020 Android Edition

Questions / Feedback?

Gender Property

Gender of Employee .

Syntax

public int getGender();
public void setGender(int gender);

Enumerated values: public final static int gUnspecified = 0; public final static int gMale = 1; public final static int gFemale = 2;

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.

Default Value

0

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