DeliveryNote.newRejection Method

Creates a new rejection object. 
It is used on RejectDeliveryNote
Public Function newRejection() As rejection
This language is not supported or no code example is available.
public rejection newRejection()
This language is not supported or no code example is available.

Return Value

rejection
Example
 
 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

In this article

Definition