myDATATools.getF2Category Method
Categories of F2 are used in invoice classification for the field classification.vatCategory or the field classifications.VatCategory
Public Function getF2Category( _
Optional ByVal English As Boolean = False _
) As Dictionary(Of String, Object)
This language is not supported or no code example is available.
Parameters
- English
- bool
Optional. If True, the result in English terms. Default is False
Return Value
Dictionary<string, object>myDATATools mdt = new myDATATools("Arbitrans User", "Arbitrans Key"); Dictionary<string, object> result = mdt.getF2Category();
This language is not supported or no code example is available.