QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

RefNumber Property

Exact RefNumber to search for.

Object Oriented Interface

public function getRefNumber();
public function setRefNumber($value);

Procedural Interface

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

Default Value

''

Remarks

Exact RefNumber to search for. Limits the search to records with RefNumbers identical to RefNumber.

If RefNumber is specified, no other search criteria will be sent in the query. If you wish to narrow your results based on the RefNumber and other criteria such as ModifiedDateStart or EntityName, you will need to use the RefNumberContains, RefNumberStartsWith, RefNumberEndsWith, RefNumberRangeStart, or RefNumberRangeEnd properties.

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]