Click or drag to resize
PortalLineItemUnitPrice Property
Gets or sets the LineItemUnitPrice. Some taxes 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 LineItemUnitPrice { get; set; }

Property Value

Type: Decimal
See Also