QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

SalesTaxTotal Property

Total amount of sales tax.

Syntax

ANSI (Cross Platform)
char* GetSalesTaxTotal();

Unicode (Windows)
LPWSTR GetSalesTaxTotal();
@property (nonatomic,readonly,assign,getter=salesTaxTotal) NSString* salesTaxTotal;
- (NSString*)salesTaxTotal;
#define PID_SALESORDER_SALESTAXTOTAL 57

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

Default Value

""

Remarks

The total amount of sales tax charged in this transaction.

Not used with Canadian editions of QuickBooks.

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]