SendInvoices.newDeliveryNoteAddresses Method

It generates a deliveryNoteAddresses object, type of deliveryNoteAddresses
Public Function newDeliveryNoteAddresses() As deliveryNoteAddresses
This language is not supported or no code example is available.
public deliveryNoteAddresses newDeliveryNoteAddresses()
This language is not supported or no code example is available.

Return Value

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

.NET Framework

Supported in: 3.5 or newer

In this article

Definition