DeliveryOutcome Structure

Struct DeliveryOutcome 
It contains all the necessary fieds demanded to confirm a delivery outcome.
Public Structure DeliveryOutcome
This language is not supported or no code example is available.
public struct DeliveryOutcome
This language is not supported or no code example is available.
Fields
 
Name Description
Public field deliveredPacking The delivered packages as list of packages
Public field deliveredWithoutRecipient Determines if the package is delivered without a recipient (ex PO Box)
Public field outcome mandatory field 
The type of delivery outcome. Accepted values: 1-3 
Get the acceptable values using the myDATATools.getDeliveryOutcomeType method.
Public field qrURL mandatory field 
The QR URL of the Delivery Note.
Top

.NET Framework

Supported in: 3.5 or newer

In this article

Definition