QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Phone Property

Phone number of entity.

Syntax

ANSI (Cross Platform)
char* GetPhone();
int SetPhone(const char* lpszPhone); Unicode (Windows) LPWSTR GetPhone();
INT SetPhone(LPCWSTR lpszPhone);
@property (nonatomic,readwrite,assign,getter=phone,setter=setPhone:) NSString* phone;
- (NSString*)phone;
- (void)setPhone:(NSString*)newPhone;
#define PID_CUSTOMER_PHONE 24

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

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