QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

IsFullyInvoiced Property

Whether the sales order is fully invoiced.

Syntax

ANSI (Cross Platform)
int GetIsFullyInvoiced();

Unicode (Windows)
BOOL GetIsFullyInvoiced();
@property (nonatomic,readonly,assign,getter=isFullyInvoiced) BOOL isFullyInvoiced;
- (BOOL)isFullyInvoiced;
#define PID_SALESORDER_ISFULLYINVOICED 9

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

Default Value

FALSE

Remarks

If true, all line items in the sales order have been fully invoiced.

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]