Class OutgoingPacking
OutgoingPacking
Inheritance
System.Object
OutgoingPacking
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)
Namespace: KuberWMS.Models
Assembly: KuberWMS.dll
Syntax
public class OutgoingPacking
Properties
Item
Gets or Sets Item
Declaration
[JsonProperty("item")]
public string Item { get; set; }
Property Value
Type | Description |
---|---|
System. |
Quantity
Item quantity in this packing
Declaration
[JsonProperty("quantity")]
public int? Quantity { get; set; }
Property Value
Type | Description |
---|---|
System. |
Item quantity in this packing |
SerialNos
UIN's of items in this packing
Declaration
[JsonProperty("serial_nos")]
public List<string> SerialNos { get; set; }
Property Value
Type | Description |
---|---|
System. |
UIN's of items in this packing |
Methods
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |
Overrides
System.Object.ToString()