Click or drag to resize
PortalLineTradeDiscountAmount Property
Gets or sets the LineTradeDiscountAmount. The DocCalculateTax() method allocates the DocTradeDiscountAmount to the LineTaxAmount's for each line for which LineTradeDiscountable = true. The allocation is made based on the ratio of the LineExtendedPrice to the DocExtendedPrice. See LineOtherAmount and LineBalanceAmount for information regarding setting this value manually.

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

Property Value

Type: Decimal
See Also