Click or drag to resize
PortalDocExtendedPrice Property
Gets or sets the DocExtendedPrice. The DocCalculateTax() method sets this value to the sum of the LineExtendedPrices. See 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 DocExtendedPrice { get; set; }

Property Value

Type: Decimal
See Also