Click or drag to resize
PortalLineItemNumber Property
Gets or sets the LineItemNumber. Inventory item number is used for item taxability determination. See LineExemptionSource for more information.

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

Property Value

Type: String
Exceptions
ExceptionCondition
RecordMissingExceptionThrown if the item does not exist in the Item Master table.
See Also