QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

VendorName Property

Vendor's name.

Syntax

ANSI (Cross Platform)
char* GetVendorName();
int SetVendorName(const char* lpszVendorName); Unicode (Windows) LPWSTR GetVendorName();
INT SetVendorName(LPCWSTR lpszVendorName);
@property (nonatomic,readwrite,assign,getter=vendorName,setter=setVendorName:) NSString* vendorName;
- (NSString*)vendorName;
- (void)setVendorName:(NSString*)newVendorName;
#define PID_VENDOR_VENDORNAME 26

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

The vendor's name.

This property is required in Add operations only.

Data Type

String

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