QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

name_starts_with Property

String which names are to start with.

Syntax

def get_name_starts_with() -> str: ...
def set_name_starts_with(value: str) -> None: ...

name_starts_with = property(get_name_starts_with, set_name_starts_with)

Default Value

""

Remarks

String which names are to start with. Limits the search to records with names which start with the string specified by NameStartsWith.

If NameStartsWith is specified none of the other Name properties may be specified.

Only applicable to searches for entity objects.

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