Click or drag to resize
PortalLineBalanceAmount Property
Gets or sets the LineBalanceAmount. This should normally equal zero. This amount is the LineTotalAmount + LineTradeDiscountAmount - LineExtendedPrice - LineTaxAmount. The LineBalanceAmount will equal zero after calling the DocCalculateTax() method. However, if you manually set the LineTotalAmount, LineExtendedPrice or LineTaxAmount, then the LineBalanceAmount will reflect the amount (if any) by which the values you have set are out of balance.

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

Property Value

Type: Decimal
See Also