PackingDetailBaseOrderLineErrors Property | |
Gets or sets the order line errors
Namespace:
PSI.Sox.Packing
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public List<PackingOrderLineError> OrderLineErrors { get; set; }
Property Value
Type:
ListPackingOrderLineErrorRemarks This list contains order lines that could not be packed by the pack adapter.
See Also