Click or drag to resize
DocTypeStruct Structure
Contains the transactional document type information.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public struct DocTypeStruct : IComparable

The DocTypeStruct type exposes the following members.

Methods
Properties
  NameDescription
Public propertyDocMasterType
Indicates whether the document is positive or negative. Positive equals an increase in taxes owed. Negative equals a decrease in taxes owed.
Public propertyDocType
The document type number.
Public propertyDocTypeName
The name of the document type. A document type name could be invoice, quote, return, etc.
Public propertyModule
Transaction Source Module.
Top
See Also