QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

qwc_file_info_app_name Property

The name of the application.

Syntax

def get_qwc_file_info_app_name() -> str: ...
def set_qwc_file_info_app_name(value: str) -> None: ...

qwc_file_info_app_name = property(get_qwc_file_info_app_name, set_qwc_file_info_app_name)

Default Value

""

Remarks

The name of the application. This name is displayed in the QB Web Connector UI. It is also the name supplied to QuickBooks when a connection is created.

This property is required.

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