QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

IsToBePrinted Property

Whether this transaction is to be printed.

Object Oriented Interface

public function getIsToBePrinted();
public function setIsToBePrinted($value);

Procedural Interface

inqb_purchaseorder_get($res, 5 );
inqb_purchaseorder_set($res, 5, $value );

Default Value

true

Remarks

Indicates whether or not the transaction is to be printed. If set to true, the "To Be Printed" box in the QuickBooks user interface will be checked.

Note that the default value is true for PurchaseOrder transactions only.

Data Type

Boolean

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