QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

RefNumberRangeEnd Property

Ending point of a RefNumber range.

Object Oriented Interface

public function getRefNumberRangeEnd();
public function setRefNumberRangeEnd($value);

Procedural Interface

inqb_objsearch_get($res, 35 );
inqb_objsearch_set($res, 35, $value );

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.

Data Type

String

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