QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

qwc_file_info_update_interval Property

This property specifies the desired update interval in seconds.

Syntax

def get_qwc_file_info_update_interval() -> int: ...
def set_qwc_file_info_update_interval(value: int) -> None: ...

qwc_file_info_update_interval = property(get_qwc_file_info_update_interval, set_qwc_file_info_update_interval)

Default Value

0

Remarks

This property specifies the desired update interval in seconds. If set to a positive value the QuickBooks Web Connector will automatically enable the "Auto-Run" option when adding the application, and the "Every_Min" value will be set to the nearest minute value. The default value is 0, which means this option will not be included in the created file.

This property is optional.

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