SendInvoices.newInvoice Method

It generates a new invoice, type of Invoice
public invoice newInvoice()

Return Value

invoice
Example
 
SendInvoices sni = new SendInvoices("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", false);
invoice ln = sni.newInvoice
                    

.NET Framework

Supported in: 3.5 or newer