QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

max_results Property

The maximum number of results to be returned from a search.

Syntax

def get_max_results() -> int: ...
def set_max_results(value: int) -> None: ...

max_results = property(get_max_results, set_max_results)

Default Value

0

Remarks

The maximum number of records to return from QuickBooks.

If MaxResults is set to 0, all records matching the search criteria will be returned.

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