Click or drag to resize
PortalDocTaxAmount Property
Gets or sets the DocTaxAmount. The DocCalculateTax() method sets this value to the total of the LineTaxAmount's. See DocOtherAmount and DocBalanceAmount for information regarding setting this value manually.

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

Property Value

Type: Decimal
See Also