Click or drag to resize
PortalDocBalanceAmount Property
Gets the DocBalanceAmount. This should normally equal zero. This amount is the DocTotalAmount + DocTradeDiscountAmount - DocExtendedPrice - DocTaxAmount. The DocBalanceAmount will equal zero after calling the DocCalculateTax() method. However, if you manually set the DocTotalAmount, the DocExtendedPrice or the DocTaxAmount, the DocBalanceAmount 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 DocBalanceAmount { get; }

Property Value

Type: Decimal
See Also