RequestInvoices.getInvoice Method
Get the selected invoice, type of invoice.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Parameters
-
index
-
int
The index of the invoice.
The invoice index can be found in the DataTable of the invoices you retrieved, under a field called "Index."
Return Value
invoice
invoice inv = rqd.getInvoice(0);
This language is not supported or no code example is available.
Dim inv As invoice = rqd.getInvoice(0)
This language is not supported or no code example is available.
.NET Framework
Supported in: 3.5 or newer