Click or drag to resize
PortalLineTotalAmount Property
Gets or sets the LineTotalAmount. The DocCalculateTax() method sets this value to LineExtendedPrice + LineTaxAmount - LineTradeDiscountAmount. See LineBalanceAmount and 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 LineTotalAmount { get; set; }

Property Value

Type: Decimal
See Also