QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Fax Property

Fax number of entity.

Syntax

ANSI (Cross Platform)
char* GetFax();
int SetFax(const char* lpszFax); Unicode (Windows) LPWSTR GetFax();
INT SetFax(LPCWSTR lpszFax);
@property (nonatomic,readwrite,assign,getter=fax,setter=setFax:) NSString* fax;
- (NSString*)fax;
- (void)setFax:(NSString*)newFax;
#define PID_CUSTOMER_FAX 19

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 fax number of the customer or vendor.

Data Type

String

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