QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

ref_number Property

Exact RefNumber to search for.

Syntax

def get_ref_number() -> str: ...
def set_ref_number(value: str) -> None: ...

ref_number = property(get_ref_number, set_ref_number)

Default Value

""

Remarks

Exact RefNumber to search for. Limits the search to records with RefNumbers identical to RefNumber.

If RefNumber is specified, no other search criteria will be sent in the query. If you wish to narrow your results based on the RefNumber and other criteria such as modifieddatestart or entityname, you will need to use the refnumbercontains, refnumberstartswith, refnumberendswith, refnumberrangestart, or refnumberrangeend properties.

Only applicable to searches for transaction objects.

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