QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

VendorTypeId Property

Reference to the type of vendor.

Syntax

ANSI (Cross Platform)
char* GetVendorTypeId();
int SetVendorTypeId(const char* lpszVendorTypeId); Unicode (Windows) LPWSTR GetVendorTypeId();
INT SetVendorTypeId(LPCWSTR lpszVendorTypeId);
@property (nonatomic,readwrite,assign,getter=vendorTypeId,setter=setVendorTypeId:) NSString* vendorTypeId;
- (NSString*)vendorTypeId;
- (void)setVendorTypeId:(NSString*)newVendorTypeId;
#define PID_VENDOR_VENDORTYPEID 27

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]