myDATATools.getInvoiceType (Boolean) Method

Get all Invoice Types (code and description). 
Invoice Types are used in SendInvoices class for the field elements.invoiceType 
Use this function to get all supported Invoice Types, whether it is income or expense.
public Dictionary<string, object> getInvoiceType( 
   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.getInvoiceType();
                    

.NET Framework

Supported in: 3.5 or newer