myDATATools.getFeesCategory Method
Fees Categories are used for the field invoiceLine.feesPercentCategory and it is mandatory field when Fees Amount of the invoiceLine has value other than 0.
Use this function to get the supported Fees Categories.
Public Function getFeesCategory( _
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.getFeesCategory();
This language is not supported or no code example is available.