Click or drag to resize
PortalLineItemCategory Property
Gets or sets the item category for use with the item tax location taxability determination.

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

Property Value

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