QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ItemId Property

Item being added to the statement.

Syntax

ANSI (Cross Platform)
char* GetItemId();
int SetItemId(const char* lpszItemId); Unicode (Windows) LPWSTR GetItemId();
INT SetItemId(LPCWSTR lpszItemId);
@property (nonatomic,readwrite,assign,getter=itemId,setter=setItemId:) NSString* itemId;
- (NSString*)itemId;
- (void)setItemId:(NSString*)newItemId;
#define PID_STATEMENTCHARGE_ITEMID 13

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

Default Value

""

Remarks

Indicates the Id of the item being added to the statement.

Data Type

String

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