SendInvoices.newTransportDetails Method

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

Return Value

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

.NET Framework

Supported in: 3.5 or newer

In this article

Definition