Class OutgoingOrderDetail
OutgoingOrderDetail
Inheritance
System.Object
OutgoingOrderDetail
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 OutgoingOrderDetail
Properties
Code
Gets or Sets Code
Declaration
[JsonProperty("code")]
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System. |
Discount
Gets or Sets Discount
Declaration
[JsonProperty("discount")]
public string Discount { get; set; }
Property Value
Type | Description |
---|---|
System. |
Id
Gets or Sets Id
Declaration
[JsonProperty("id")]
public int? Id { get; }
Property Value
Type | Description |
---|---|
System. |
Price
Gets or Sets Price
Declaration
[JsonProperty("price")]
public string Price { get; set; }
Property Value
Type | Description |
---|---|
System. |
Quantity
Quantity ordered
Declaration
[JsonProperty("quantity")]
public int? Quantity { get; set; }
Property Value
Type | Description |
---|---|
System. |
Quantity ordered |
SerialNos
UIN's (of items) in this order
Declaration
[JsonProperty("serial_nos")]
public List<string> SerialNos { get; set; }
Property Value
Type | Description |
---|---|
System. |
UIN's (of items) in this order |
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()