QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

TotalAmount Property

Subtotal + SalesTaxTotal.

Syntax

ANSI (Cross Platform)
char* GetTotalAmount();

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

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

Default Value

""

Remarks

The total amount of the CreditMemo or SalesReceipt. Will be equal to Subtotal + SalesTaxTotal.

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]