myDATATools.getInvoiceType (Int32, Int32, Boolean) Method
Invoice Types are used in SendInvoices class for the field elements.invoiceType
This function is not available in the Trial Version.
myDATATools mdt = new myDATATools("Arbitrans User", "Arbitrans Key");
// Get a list of all invoice types that correspond to the method
// What they sent to the entity" and are related to the entity's income.
Dictionary<string, object> result = mdt.getInvoiceType(2, 1);
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 correspond to the method
' What they sent to the entity" and are related to the entity's income.
Dim result As Dictionary(Of String, Object) = mdt.getInvoiceType(2, 1)
This language is not supported or no code example is available.