SendInvoices.newInvoice Method
It generates a new invoice, type of Invoice
Public Function newInvoice() As invoice
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Return Value
invoice
SendInvoices sni = new SendInvoices("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", false);
invoice ln = sni.newInvoice
This language is not supported or no code example is available.
Dim sni As SendInvoices = New SendInvoices("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", False)
Dim ln As invoice = sni.newInvoice
This language is not supported or no code example is available.
.NET Framework
Supported in: 3.5 or newer