QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

IsPaid Property

Indicates whether this invoice has been paid.

Syntax

ANSI (Cross Platform)
int GetIsPaid();

Unicode (Windows)
BOOL GetIsPaid();
@property (nonatomic,readonly,assign,getter=isPaid) BOOL isPaid;
- (BOOL)isPaid;
#define PID_INVOICE_ISPAID 13

INQB_EXTERNAL void* INQB_CALL InQB_Invoice_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

This property is only returned if the QBXMLVersion is set to "2.0" or higher.

This property is read-only.

Data Type

Boolean

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