QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

overwrite Property

Whether to overwrite QWC files.

Syntax

def get_overwrite() -> bool: ...
def set_overwrite(value: bool) -> None: ...

overwrite = property(get_overwrite, set_overwrite)

Default Value

FALSE

Remarks

This determines whether existing files are overwritten when calling create_qwc_file. The default value is False.

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