QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

isToBePrinted (property)

Whether this transaction is to be printed.

Syntax

@property (nonatomic,readwrite,assign,getter=isToBePrinted,setter=setIsToBePrinted:) BOOL isToBePrinted;
- (BOOL)isToBePrinted;
- (void)setIsToBePrinted:(BOOL)newIsToBePrinted;
public var isToBePrinted: Bool {
  get {...}
set {...} }

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.

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