myDATATools.getInvoiceTypeProvider Method
Invoice Types are used in SendInvoices class for the field elements.invoiceType
myDATATools mdt = new myDATATools("Arbitrans User", "Arbitrans Key"); // Get a list of all invoice types that a provider can interact with. Dictionary<string, object> result = mdt.getInvoiceTypeProvider();
This language is not supported or no code example is available.
Dim mdt as myDATATools = new myDATATools("Arbitrans User", "Arbitrans Key") ' Get a list of all invoice types that a provider can interact with. Dim result As Dictionary(Of String, Object) = mdt.getInvoiceTypeProvider()
This language is not supported or no code example is available.