QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

employee_name Property

Employee's name.

Syntax

def get_employee_name() -> str: ...
def set_employee_name(value: str) -> None: ...

employee_name = property(get_employee_name, set_employee_name)

Default Value

""

Remarks

The name of the employee.

The name will automatically be parsed into a first name, middle initial, last name, and salutation, and will appear in those fields respectively. These fields may be edited separately using config.

This property is required in Add operations only.

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