Click or drag to resize
PortalLineItemUnitCost Property
Gets or sets the LineItemUnitCost. Some taxes are based on cost and have a maximum or minimum tax per each. The TaxEngine needs to know the unit price in order to take this into account.

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

Property Value

Type: Decimal
See Also