QuickBooks Integrator 2020 macOS Edition

Questions / Feedback?

EmployeeType Property

Type of employee.

Syntax

public var employeeType: EmployeeEmployeeTypes {
get {...}
set {...} }

public enum EmployeeEmployeeTypes: Int32 { case etUnspecified = 0 case etRegular = 1 case etOfficer = 2 case etStatutory = 3 case etOwner = 4 }

Default Value

0

Remarks

The type of employee. A default value of etRegular will be assigned after Add operations if the field is not specified.

The following types are permitted:

etUnspecified0
etRegular1
etOfficer2
etStatutory3
etOwner4

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

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