QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Memo Property

Memo to appear on internal reports only.

Syntax

ANSI (Cross Platform)
char* GetMemo();
int SetMemo(const char* lpszMemo); Unicode (Windows) LPWSTR GetMemo();
INT SetMemo(LPCWSTR lpszMemo);
@property (nonatomic,readwrite,assign,getter=memo,setter=setMemo:) NSString* memo;
- (NSString*)memo;
- (void)setMemo:(NSString*)newMemo;
#define PID_VENDORCREDIT_MEMO 46

INQB_EXTERNAL void* INQB_CALL InQB_VendorCredit_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_VendorCredit_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

A memo to appear on internal reports. Will not appear to customers, vendors, etc.

Data Type

String

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