QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

ref_number_starts_with Property

String which RefNumbers are to start with.

Syntax

def get_ref_number_starts_with() -> str: ...
def set_ref_number_starts_with(value: str) -> None: ...

ref_number_starts_with = property(get_ref_number_starts_with, set_ref_number_starts_with)

Default Value

""

Remarks

String which RefNumbers are to start with. Limits the search to records with RefNumbers which start with the string specified by RefNumberStartsWith.

If RefNumberStartsWith is specified none of the other RefNumber properties may be specified.

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]