QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

CashBackMemo Property

Additional info for the cash back transaction.

Syntax

ANSI (Cross Platform)
char* GetCashBackMemo();
int SetCashBackMemo(const char* lpszCashBackMemo); Unicode (Windows) LPWSTR GetCashBackMemo();
INT SetCashBackMemo(LPCWSTR lpszCashBackMemo);
@property (nonatomic,readwrite,assign,getter=cashBackMemo,setter=setCashBackMemo:) NSString* cashBackMemo;
- (NSString*)cashBackMemo;
- (void)setCashBackMemo:(NSString*)newCashBackMemo;
#define PID_DEPOSIT_CASHBACKMEMO 5

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

Default Value

""

Remarks

This property may contain any additional information describing the cash back portion of this transaction.

Data Type

String

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