QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

name_contains Property

String which names are to contain.

Syntax

def get_name_contains() -> str: ...
def set_name_contains(value: str) -> None: ...

name_contains = property(get_name_contains, set_name_contains)

Default Value

""

Remarks

String which names are to contain. Limits the search to records with names which contain the string NameContains.

If NameContains 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]