Click or drag to resize
PortalDocTotalAmount Property
Gets or sets the DocTotalAmount. The DocCalculateTax() method sets this value to the sum of the LineTotalAmounts. See DocOtherAmount and DocBalanceAmount for information regarding setting this value manually.

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

Property Value

Type: Decimal
See Also