QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Balance Property

Balance with this vendor.

Syntax

ANSI (Cross Platform)
char* GetBalance();

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

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

Default Value

""

Remarks

The company's balance with this Vendor. A positive balance indicates that money is owed to the Vendor.

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]