Click or drag to resize
PortalLineItemQuantity Property
Gets or sets the LineItemQuantity. Some taxes have a maximum and/or minimum tax per each unit of measure. The TaxEngine needs to know the quantity in order to take this information into account. LineItemQuantity, when used along with LineItemUnitPrice, can also be used for having the TaxEngine calculate the LineExtendedPrice.

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

Property Value

Type: Decimal
See Also