DeliveryNote.newRejection Method
Creates a new rejection object.
It is used on RejectDeliveryNote
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Return Value
rejection
DeliveryNote del = new DeliveryNote("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", false);
DeliveryNote.rejection rej = del.newRejection;
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 rej As DeliveryNote.rejection = del.newRejection
This language is not supported or no code example is available.
.NET Framework
Supported in: 3.5 or newer