Click or drag to resize
PortalDocTradeDiscountAmount Property
Gets or sets a trade discount applied at the document level.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public decimal DocTradeDiscountAmount { get; set; }

Property Value

Type: Decimal
Remarks
The trade discount can be applied before or after tax. If it is applied before tax, the discount will be prorated to each line (for which LineTradeDiscountable == true) in the document based on each line’s share of the document subtotal. This will result in each item having a lower potential tax. If the trade discount is applied after the tax, it is simply subtracted from the document total and has no affect on the document tax.
See Also