QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

use_time_data_to_create_paychecks Property

Payroll property: Indicates whether time data is used to create paychecks for this employee.

Syntax

def get_use_time_data_to_create_paychecks() -> int: ...
def set_use_time_data_to_create_paychecks(value: int) -> None: ...

use_time_data_to_create_paychecks = property(get_use_time_data_to_create_paychecks, set_use_time_data_to_create_paychecks)

Default Value

0

Remarks

Indicates whether time data is used to create paychecks for this employee.

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