QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ItemName Property

Item being added to the statement.

Syntax

ANSI (Cross Platform)
char* GetItemName();
int SetItemName(const char* lpszItemName); Unicode (Windows) LPWSTR GetItemName();
INT SetItemName(LPCWSTR lpszItemName);
@property (nonatomic,readwrite,assign,getter=itemName,setter=setItemName:) NSString* itemName;
- (NSString*)itemName;
- (void)setItemName:(NSString*)newItemName;
#define PID_STATEMENTCHARGE_ITEMNAME 14

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 name 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]