QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

request_data Property

The request data to process.

Syntax

def get_request_data() -> str: ...
def set_request_data(value: str) -> None: ...

request_data = property(get_request_data, set_request_data)

Default Value

""

Remarks

This property specifies the data to be processed.

Call process_request to process the data.

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