Click or drag to resize
PortalDocOtherAmount Property
Gets the DocOtherAmount. The DocOtherAmount should normally equal zero. This is the DocTotalAmount - DocTaxableAmount - DocExemptAmount - DocTaxAmount. The DocOtherAmount 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 DocOtherAmount will also be non-zero if you force the value of DocTotalAmount, DocTaxableAmount, DocExemptAmount and/or DocTaxAmount to amounts that do not total zero.

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

Property Value

Type: Decimal
See Also