Click or drag to resize
PortalLineOtherAmount Property
Gets the LineOtherAmount. This should normally equal zero. This is the LineTotalAmount - LineTaxableAmount - LineExemptAmount - LineTaxAmount. The LineOtherAmount will equal zero immediately after calling the DocCalculateTax() method unless the document includes a Trade Discount or Markdown that is being calculated after tax. The LineOtherAmount will also be non-zero if you force the value of the LineTotalAmount, LineTaxableAmount, LineExemptAmount and/or LineTaxAmount to amounts that do not total zero.

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

Property Value

Type: Decimal
See Also