Click or drag to resize
PortalLineTaxableAmount Property
Gets or sets the LineTaxableAmount. The DocCalculateTax() method calculates and sets this value. See LineOtherAmount for information regarding setting this value manually.

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

Property Value

Type: Decimal
See Also