QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

TotalDeposit Property

The total of the deposit.

Syntax

ANSI (Cross Platform)
char* GetTotalDeposit();

Unicode (Windows)
LPWSTR GetTotalDeposit();
@property (nonatomic,readonly,assign,getter=totalDeposit) NSString* totalDeposit;
- (NSString*)totalDeposit;
#define PID_DEPOSIT_TOTALDEPOSIT 32

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

Default Value

""

Remarks

The total amount of the Deposit, as calculated by QuickBooks and returned. It will be equal to the sum of all the DepositLineAmounts.

The amount should be formatted as a string in dollars.

This property is read-only.

Data Type

String

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