QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

employee_type Property

Type of employee.

Syntax

def get_employee_type() -> int: ...
def set_employee_type(value: int) -> None: ...

employee_type = property(get_employee_type, set_employee_type)

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 Python Edition - Version 20.0 [Build 7941]