QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

CustomerTypeName Property

Reference to type of customer.

Syntax

ANSI (Cross Platform)
char* GetCustomerTypeName();
int SetCustomerTypeName(const char* lpszCustomerTypeName); Unicode (Windows) LPWSTR GetCustomerTypeName();
INT SetCustomerTypeName(LPCWSTR lpszCustomerTypeName);
@property (nonatomic,readwrite,assign,getter=customerTypeName,setter=setCustomerTypeName:) NSString* customerTypeName;
- (NSString*)customerTypeName;
- (void)setCustomerTypeName:(NSString*)newCustomerTypeName;
#define PID_CUSTOMER_CUSTOMERTYPENAME 17

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

CustomerType refers to a predefined customer type within QuickBooks. Typical customer types, if defined, might be "Commercial", "Residential", etc.

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]