Click or drag to resize

InvoiceDictionaryItem Class

Represents invoice dictionary item.
Inheritance Hierarchy

Namespace:  CorrigoService.Entities
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class InvoiceDictionaryItem : LookupCorrigoEntity

The InvoiceDictionaryItem type exposes the following members.

Properties
  NameDescription
Public propertyCostCategory
Gest or sets a cost category
Public propertyDescr
Gets or sets a description, this field is optional. Max Length=1024
Public propertyGlExpense
Gets or sets GL expense code, this field is optional. Max Length=32
Public propertyGlIncome
Gets or sets GL income code. Max Length=32
Public propertyTaxCode
Gets or sets a tax code object
Top
See Also