DeliveryNote.newDeliveryOutcome Method

Creates a new DeliveryOutcome object. 
It is used on ConfirmDeliveryOutcome method.
Public Function newDeliveryOutcome() As DeliveryOutcome
This language is not supported or no code example is available.
public DeliveryOutcome newDeliveryOutcome()
This language is not supported or no code example is available.

Return Value

DeliveryOutcome
Example
 
 DeliveryNote del = new DeliveryNote("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", false);
 DeliveryNote.DeliveryOutcome outcome = del.newDeliveryOutcome;
 					
This language is not supported or no code example is available.
 Dim del As DeliveryNote = New DeliveryNote("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", False)
 Dim outcome As DeliveryNote.DeliveryOutcome = del.newDeliveryOutcome
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition