QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

AccountName Property

An account name to search for in a transaction.

Object Oriented Interface

public function getAccountName();
public function setAccountName($value);

Procedural Interface

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

Default Value

''

Remarks

An account name to search for in a transaction. Limits the search to transactions associated with the account specified by AccountName. For example, if searching for a CCCredit AccountName would be the full name of a credit card.

Only applicable to searches for transaction objects and BillToPay queries.

Data Type

String

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