QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

AltPhone Property

Alternate phone number of entity.

Syntax

ANSI (Cross Platform)
char* GetAltPhone();
int SetAltPhone(const char* lpszAltPhone); Unicode (Windows) LPWSTR GetAltPhone();
INT SetAltPhone(LPCWSTR lpszAltPhone);
@property (nonatomic,readwrite,assign,getter=altPhone,setter=setAltPhone:) NSString* altPhone;
- (NSString*)altPhone;
- (void)setAltPhone:(NSString*)newAltPhone;
#define PID_VENDOR_ALTPHONE 4

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 phone number 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]