Click or drag to resize
PortalLineExtendedCost Property
Gets or sets the LineExtendedCost. This is set to Math.Round(LineItemUnitCost * LineItemQuantity, 2) when the LineUnitCost or the LineItemQuantity values are modified.

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

Property Value

Type: Decimal
See Also