QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

ref_number_ends_with Property

String which RefNumbers are to end with.

Syntax

def get_ref_number_ends_with() -> str: ...
def set_ref_number_ends_with(value: str) -> None: ...

ref_number_ends_with = property(get_ref_number_ends_with, set_ref_number_ends_with)

Default Value

""

Remarks

String which RefNumbers are to end with. Limits the search to records with RefNumbers which end with the string specified by RefNumberEndsWith.

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