QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

response_data Property

The response data.

Syntax

def get_response_data() -> str: ...
def set_response_data(value: str) -> None: ...

response_data = property(get_response_data, set_response_data)

Default Value

""

Remarks

After calling process_request this property will be populated with the response to be sent back to QuickBooks Web Connector.

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