Class UpdateIncomingShipmentSummaryRequest
UpdateIncomingShipmentSummaryRequest
Inheritance
System.Object
UpdateIncomingShipmentSummaryRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: KuberWMS.Request
Assembly: KuberWMS.dll
Syntax
public class UpdateIncomingShipmentSummaryRequest : PutRequest<IncomingShipmentSummary, IncomingShipmentSummary>
Constructors
UpdateIncomingShipmentSummaryRequest()
Initializes a new instance of the Update
Declaration
public UpdateIncomingShipmentSummaryRequest()
Properties
OrderNo
Gets or sets the order no.
Declaration
public string OrderNo { get; set; }
Property Value
Type | Description |
---|---|
System. |
The order no. |