QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

ref_number_range_end Property

Ending point of a RefNumber range.

Syntax

def get_ref_number_range_end() -> str: ...
def set_ref_number_range_end(value: str) -> None: ...

ref_number_range_end = property(get_ref_number_range_end, set_ref_number_range_end)

Default Value

""

Remarks

Ending point of a RefNumber range. Limits the search to records with RefNumbers lexicographically lower than or equal to RefNumberRangeEnd.

May be combined with refnumberrangestart, but not with refnumbercontains, refnumberstartswith, or refnumberendswith.

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]