QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

qwc_file_info_user Property

This property species the user.

Syntax

def get_qwc_file_info_user() -> str: ...
def set_qwc_file_info_user(value: str) -> None: ...

qwc_file_info_user = property(get_qwc_file_info_user, set_qwc_file_info_user)

Default Value

""

Remarks

This property species the user. When QuickBooks Web Connector connects to your application and on_process_request is called the on_authenticate event will fire and the user and password will be available to you for verification.

This property is required.

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