DeliveryNote.newDeliveryOutcome Method
It is used on ConfirmDeliveryOutcome method.
Public Function newDeliveryOutcome() As DeliveryOutcome
This language is not supported or no code example is available.
Return Value
DeliveryOutcome
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.