SendInvoices.newAddress Method

It generates an address object, type of address
Public Function newAddress() As address
This language is not supported or no code example is available.
public address newAddress()
This language is not supported or no code example is available.

Return Value

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

.NET Framework

Supported in: 3.5 or newer

In this article

Definition