Show / Hide Table of Contents

Class EdiEventDeliverySuccessful

Events indicating successful delivery

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

Properties

Exceptions

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

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

Signee

Name of the person which accepted 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