Click or drag to resize
DocMasterType Enumeration
Represents how document amounts should affect report totals.

Namespace: KampData.TaxEngine.API.Enums
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public enum DocMasterType
Members
  Member nameValueDescription
Positive0 Increases taxes owed (Invoice).
Negative1 Decreases taxes owed (Return).
Examples
An invoice is normally a positive document, while a return is a negative document
See Also