QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

CashBackAmount Property

Cash Back Amount.

Syntax

ANSI (Cross Platform)
char* GetCashBackAmount();
int SetCashBackAmount(const char* lpszCashBackAmount); Unicode (Windows) LPWSTR GetCashBackAmount();
INT SetCashBackAmount(LPCWSTR lpszCashBackAmount);
@property (nonatomic,readwrite,assign,getter=cashBackAmount,setter=setCashBackAmount:) NSString* cashBackAmount;
- (NSString*)cashBackAmount;
- (void)setCashBackAmount:(NSString*)newCashBackAmount;
#define PID_DEPOSIT_CASHBACKAMOUNT 3

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

Amount of cash received (if any) for this deposit. The amount should be formatted as a string in dollars.

Data Type

String

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