myDATATools.getFeesCategory Method

Get all Fees Categories (code and description). 
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 Dictionary<string, object> getFeesCategory( 
   bool English = False 
)

Parameters

English
bool

Optional. If True, the result in English terms. Default is False

Return Value

Dictionary<string, object>
Example
 
myDATATools mdt = new myDATATools("Arbitrans User", "Arbitrans Key");
Dictionary<string, object> result = mdt.getFeesCategory();
                    

.NET Framework

Supported in: 3.5 or newer