QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

Description Property

A description for the item.

Object Oriented Interface

public function getDescription();
public function setDescription($value);

Procedural Interface

inqb_item_get($res, 4 );
inqb_item_set($res, 4, $value );

Default Value

''

Remarks

A description for the item. If the item is both purchased and sold Description will refer to the sales description, and PurchaseDescription will refer to the purchase description.

Data Type

String

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