Class EdiTourPickupSuccessfulExceptions
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
EdiTourPickupSuccessfulExceptions
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiTourPickupSuccessfulExceptions : EdiPatternPropertiesBase
Properties
Damaged
The goods are damaged
Declaration
public bool? Damaged { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Incomplete
Some parts of the goods are missing
Declaration
public bool? Incomplete { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
NoReceipt
No receipt available
Declaration
public bool? NoReceipt { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
TooLate
Delivery was too late
Declaration
public bool? TooLate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |