QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

NameOnCheck Property

Name to write on checks to this vendor.

Syntax

ANSI (Cross Platform)
char* GetNameOnCheck();
int SetNameOnCheck(const char* lpszNameOnCheck); Unicode (Windows) LPWSTR GetNameOnCheck();
INT SetNameOnCheck(LPCWSTR lpszNameOnCheck);
@property (nonatomic,readwrite,assign,getter=nameOnCheck,setter=setNameOnCheck:) NSString* nameOnCheck;
- (NSString*)nameOnCheck;
- (void)setNameOnCheck:(NSString*)newNameOnCheck;
#define PID_VENDOR_NAMEONCHECK 13

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 name to write on checks to this vendor (if different from the VendorName.)

Data Type

String

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