QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Notes Property

Notes for this transaction.

Syntax

ANSI (Cross Platform)
char* GetNotes();
int SetNotes(const char* lpszNotes); Unicode (Windows) LPWSTR GetNotes();
INT SetNotes(LPCWSTR lpszNotes);
@property (nonatomic,readwrite,assign,getter=notes,setter=setNotes:) NSString* notes;
- (NSString*)notes;
- (void)setNotes:(NSString*)newNotes;
#define PID_CUSTOMER_NOTES 21

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

Default Value

""

Remarks

This property may contain any notes you wish to make concerning the transaction.

Data Type

String

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