Show / Hide Table of Contents

Class EdiEventDeliveryAttemptFailed

Events indicating a failed delivery attempt

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
Conizi.Model.Shared.Interfaces.EdiEventBase
EdiEventDeliveryAttemptFailed
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiEventDeliveryAttemptFailed : EdiEventBase

Properties

Exceptions

Detailed information about the exceptions that occurred when consignment was not delivered

Declaration
public EdiDeliveryAttemptFailedExceptions Exceptions { get; set; }
Property Value
Type Description
EdiDeliveryAttemptFailedExceptions

ReturnConsignmentNo

Number of the consignment which is used to return the goods to the shipper

Declaration
public string ReturnConsignmentNo { get; set; }
Property Value
Type Description
System.String

Signee

Name of the person which rejected the consignment

Declaration
public string Signee { get; set; }
Property Value
Type Description
System.String

WaitTime

Time spent waiting during delivery

Declaration
public string WaitTime { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX