QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

CustomerTypeId Property

Reference to type of customer.

Syntax

ANSI (Cross Platform)
char* GetCustomerTypeId();
int SetCustomerTypeId(const char* lpszCustomerTypeId); Unicode (Windows) LPWSTR GetCustomerTypeId();
INT SetCustomerTypeId(LPCWSTR lpszCustomerTypeId);
@property (nonatomic,readwrite,assign,getter=customerTypeId,setter=setCustomerTypeId:) NSString* customerTypeId;
- (NSString*)customerTypeId;
- (void)setCustomerTypeId:(NSString*)newCustomerTypeId;
#define PID_CUSTOMER_CUSTOMERTYPEID 16

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]