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.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic DocMasterType DocMasterType { get; set; }
Public Property DocMasterType As DocMasterType
Get
Set
public:
property DocMasterType DocMasterType {
DocMasterType get ();
void set (DocMasterType value);
}
member DocMasterType : DocMasterType with get, set
Property Value
Type:
DocMasterType
See Also