QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

qwc_file_info_cert_url Property

This property specifies a URL which is used by the QuickBooks Web Connector to obtain and validate the SSL certificate.

Syntax

def get_qwc_file_info_cert_url() -> str: ...
def set_qwc_file_info_cert_url(value: str) -> None: ...

qwc_file_info_cert_url = property(get_qwc_file_info_cert_url, set_qwc_file_info_cert_url)

Default Value

""

Remarks

This property specifies a URL which is used by the QuickBooks Web Connector to obtain and validate the SSL certificate. This is typically only used when the *rpCertURL; is not the web server where your application is running.

This property is optional.

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