Show / Hide Table of Contents

Class EdiPickupSuccessfulExceptions

Detailed information about the exceptions that occured while pickup the pickup order. Use (null) to report successful pickup.

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

Properties

Damaged

The goods are damaged

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

Incomplete

Some parts of the goods are missing

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