Click or drag to resize
PortalDocMasterType Property
Gets or sets the DocMasterType. This is either negative or positive. Generally speaking, invoices are positive while returns and credit memos are negative. The affect of this field is that documents flagged as positive will be added and therefore increase the totals shown in the tax reports while documents flagged as negative will be subtracted, decreasing the tax report totals.

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

Property Value

Type: DocMasterType
See Also