QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

TotalAmount Property

The total amount of this group of line items.

Syntax

ANSI (Cross Platform)
char* GetTotalAmount();

Unicode (Windows)
LPWSTR GetTotalAmount();
@property (nonatomic,readonly,assign,getter=totalAmount) NSString* totalAmount;
- (NSString*)totalAmount;
#define PID_LINEITEMGROUPS_TOTALAMOUNT 36

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

Default Value

""

Remarks

This property represents the total amount of all transaction lines in the group. This amount will be automatically computed by QuickBooks.

The amount should be formatted as a string in dollars.

This property is read-only and not available at design time.

Data Type

String

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