Click or drag to resize
PortalLineTaxAmount Property
Gets or sets the LineTaxAmount. The DocCalculateTax() method sets this value to the sum of the DetailTaxAmounts. See LineBalanceAmount and LineOtherAmount for information on setting this value manually.

As a general rule, this amount should not be set manually because it must equal the sum of the DetailTaxAmounts in order for the tax reports to be accurate and meaningful.

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

Property Value

Type: Decimal
See Also