PortalDocTradeDiscountAmount Property |
Gets or sets a trade discount applied at the document level.
Namespace: KampData.TaxEngine.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic decimal DocTradeDiscountAmount { get; set; }
Public Property DocTradeDiscountAmount As Decimal
Get
Set
public:
property Decimal DocTradeDiscountAmount {
Decimal get ();
void set (Decimal value);
}
member DocTradeDiscountAmount : decimal with get, set
Property Value
Type:
Decimal
RemarksThe 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