Click or drag to resize
PortalLineExtendedPrice Property
Gets or sets the LineExtendedPrice. This value is set to Math.Round((LineItemUnitPrice - LineMarkdownAmount) * LineItemQuantity, 2) when the LineUnitPrice, LineMarkdownAmount or the LineItemQuantity values are modified. See LineBalanceAmount for information regarding setting this value manually.

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

Property Value

Type: Decimal
See Also