Show / Hide Table of Contents

Class EdiDeliverySuccessfulExceptions

Detailed information about the exceptions that occurred when consignment was successfully delivered. Use (null) to report successful processing of the consignment

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

Properties

Damaged

The consignment was damaged

Declaration
public EdiEmptyExtendableObject Damaged { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

ForwardedToExternalProvider

Delivered, Exhibition- / House carrier- / Inselspediteur handed over

Declaration
public EdiEmptyExtendableObject ForwardedToExternalProvider { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

Incomplete

Some parts were missing and thus not delivered

Declaration
public EdiEmptyExtendableObject Incomplete { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

IncompleteAndDamaged

Some parts were missing and some were damaged

Declaration
public EdiEmptyExtendableObject IncompleteAndDamaged { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

NoReceipt

Served, delivery not assignable

Declaration
public EdiEmptyExtendableObject NoReceipt { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

PartiallyRejected

The consignment was partially rejected

Declaration
public EdiEmptyExtendableObject PartiallyRejected { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

ReleaseAuthorization

The goods were deposit as agreed in a signed release authorization

Declaration
public EdiEmptyExtendableObject ReleaseAuthorization { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

ServiceIncomplete

Delivered but incomplete

Declaration
public EdiEmptyExtendableObject ServiceIncomplete { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

TooLate

The consignment was partially rejected

Declaration
public EdiEmptyExtendableObject TooLate { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject
Back to top Generated by DocFX