Click or drag to resize
PortalDocTaxableAmount Property
Gets or sets the DocTaxableAmount. The DocCalculateTax() method sets this value to the total of the LineTaxableAmount's. See DocOtherAmount for information regarding setting this value manually.

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

Property Value

Type: Decimal
See Also