myDATATools.getInvoiceType (Boolean) Method
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 Function getInvoiceType( _
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.getInvoiceType();
This language is not supported or no code example is available.