Class OrderLog
OrderLog
Inheritance
System.Object
OrderLog
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 OrderLog
Properties
ClientOrderNo
Gets or sets the client order no.
Declaration
[JsonProperty("client_order_no")]
public string ClientOrderNo { get; set; }
Property Value
Type | Description |
---|---|
System. |
The client order no. |
OrderNo
Gets or sets the order no.
Declaration
[JsonProperty("order_no")]
public string OrderNo { get; set; }
Property Value
Type | Description |
---|---|
System. |
The order no. |
Status
Gets or sets the status.
Declaration
[JsonProperty("status")]
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
The status. |
Timestamp
Gets or sets the timestamp.
Declaration
[JsonProperty("timestamp")]
public DateTime? Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System. |
The timestamp. |
Methods
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()