QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Subtotal Property

Gross subtotal; doesn't count taxes/amount already paid.

Syntax

ANSI (Cross Platform)
char* GetSubtotal();

Unicode (Windows)
LPWSTR GetSubtotal();
@property (nonatomic,readonly,assign,getter=subtotal) NSString* subtotal;
- (NSString*)subtotal;
#define PID_ESTIMATE_SUBTOTAL 53

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

Default Value

""

Remarks

The total of the amounts in all the lines of an invoice, credit memo, or sales receipt, before taxes or payments are applied.

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]