QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

VendorTypeName Property

Reference to the type of vendor.

Syntax

ANSI (Cross Platform)
char* GetVendorTypeName();
int SetVendorTypeName(const char* lpszVendorTypeName); Unicode (Windows) LPWSTR GetVendorTypeName();
INT SetVendorTypeName(LPCWSTR lpszVendorTypeName);
@property (nonatomic,readwrite,assign,getter=vendorTypeName,setter=setVendorTypeName:) NSString* vendorTypeName;
- (NSString*)vendorTypeName;
- (void)setVendorTypeName:(NSString*)newVendorTypeName;
#define PID_VENDOR_VENDORTYPENAME 28

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

VendorType refers to a type of Vendor predefined within QuickBooks. Typical vendor types, if defined, might be "Materials" or "Tax agency".

QBXMLVersion must be 3.0 or higher to use this 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]