QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ObjectType Property

The type of the object - generally List or Txn.

Syntax

ANSI (Cross Platform)
char* GetObjectType();
int SetObjectType(const char* lpszObjectType); Unicode (Windows) LPWSTR GetObjectType();
INT SetObjectType(LPCWSTR lpszObjectType);
@property (nonatomic,readwrite,assign,getter=objectType,setter=setObjectType:) NSString* objectType;
- (NSString*)objectType;
- (void)setObjectType:(NSString*)newObjectType;
#define PID_QBOBJECT_OBJECTTYPE 2

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

Default Value

""

Remarks

The type of the object: "List" for list items, or "Txn" for transaction items. Note that the name of the object's Id property determines the object type: List items have a "ListID" property, and transaction items have a "TxnID" property.

Failure to set this property will result in an XML parser error.

Data Type

String

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