Click or drag to resize
SalesTransactionApplyTaxAfterDiscount Property
Product: QBO Description: If false or null, calculate the sales tax first, and then apply the discount. If true, subtract the discount first and then calculate the sales tax.

Namespace:  Intuit.Ipp.Data
Assembly:  Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public bool ApplyTaxAfterDiscount { get; set; }

Property Value

Type: Boolean
Remarks