QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

AltContactName Property

Alternate contact person for entity.

Syntax

ANSI (Cross Platform)
char* GetAltContactName();
int SetAltContactName(const char* lpszAltContactName); Unicode (Windows) LPWSTR GetAltContactName();
INT SetAltContactName(LPCWSTR lpszAltContactName);
@property (nonatomic,readwrite,assign,getter=altContactName,setter=setAltContactName:) NSString* altContactName;
- (NSString*)altContactName;
- (void)setAltContactName:(NSString*)newAltContactName;
#define PID_VENDOR_ALTCONTACTNAME 3

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

Default Value

""

Remarks

An alternate contact person for the customer, vendor, or employee.

Data Type

String

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