QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

IsToBePrinted Property

Whether this transaction is to be printed.

Syntax

ANSI (Cross Platform)
int GetIsToBePrinted();
int SetIsToBePrinted(int bIsToBePrinted); Unicode (Windows) BOOL GetIsToBePrinted();
INT SetIsToBePrinted(BOOL bIsToBePrinted);
@property (nonatomic,readwrite,assign,getter=isToBePrinted,setter=setIsToBePrinted:) BOOL isToBePrinted;
- (BOOL)isToBePrinted;
- (void)setIsToBePrinted:(BOOL)newIsToBePrinted;
#define PID_BILLPAYMENT_ISTOBEPRINTED 22

INQB_EXTERNAL void* INQB_CALL InQB_BillPayment_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_BillPayment_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

FALSE

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.

Data Type

Boolean

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