QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

sick_time_resets_each_year Property

Indicates whether or not the accrued time off resets to zero at the beginning of the new year.

Syntax

def get_sick_time_resets_each_year() -> bool: ...
def set_sick_time_resets_each_year(value: bool) -> None: ...

sick_time_resets_each_year = property(get_sick_time_resets_each_year, set_sick_time_resets_each_year)

Default Value

FALSE

Remarks

Indicates whether or not the accrued time off resets to zero at the beginning of the new year.

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