SendInvoices.newLine Method

It generates a new invoice line, type of invoiceLine
Public Function newLine() As invoiceLine
This language is not supported or no code example is available.
public invoiceLine newLine()
This language is not supported or no code example is available.

Return Value

invoiceLine
Example
 
 SendInvoices sni = new SendInvoices("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", false);
 invoiceLine ln = sni.newLine
 					
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 invoiceLine = sni.newLine
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition