QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Balance Property

Money owed by this Customer , including sub-customers.

Syntax

ANSI (Cross Platform)
char* GetBalance();

Unicode (Windows)
LPWSTR GetBalance();
@property (nonatomic,readonly,assign,getter=balance) NSString* balance;
- (NSString*)balance;
#define PID_CUSTOMER_BALANCE 4

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

Default Value

"0"

Remarks

The amount of money owed by this Customer. Includes money owed by sub-customers (jobs). The NonInclusiveBalance special field provides the balance excluding sub-customers.

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]