QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ParentName Property

Reference to parent Customer .

Syntax

ANSI (Cross Platform)
char* GetParentName();
int SetParentName(const char* lpszParentName); Unicode (Windows) LPWSTR GetParentName();
INT SetParentName(LPCWSTR lpszParentName);
@property (nonatomic,readwrite,assign,getter=parentName,setter=setParentName:) NSString* parentName;
- (NSString*)parentName;
- (void)setParentName:(NSString*)newParentName;
#define PID_CUSTOMER_PARENTNAME 23

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

Default Value

""

Remarks

This is a reference to a parent Customer. If Parent is set to a nonempty string, then this Customer is a sub-customer or job of its Parent.

This property is allowed in Add operations, and not used in Update operations.

Data Type

String

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