Class IncomingShipmentSummary
IncomingShipmentSummary
Inheritance
System.Object
IncomingShipmentSummary
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 IncomingShipmentSummary
Properties
_Client
Gets or Sets _Client
Declaration
[JsonProperty("client")]
public string _Client { get; }
Property Value
Type | Description |
---|---|
System. |
ExpectedOn
Gets or Sets ExpectedOn
Declaration
[JsonProperty("expected_on")]
public DateTime? ExpectedOn { get; set; }
Property Value
Type | Description |
---|---|
System. |
Id
Gets or Sets Id
Declaration
[JsonProperty("id")]
public int? Id { get; }
Property Value
Type | Description |
---|---|
System. |
NonComplaint
Gets or Sets NonComplaint
Declaration
[JsonProperty("non_complaint")]
public bool? NonComplaint { get; set; }
Property Value
Type | Description |
---|---|
System. |
Notes
Notes
Declaration
[JsonProperty("notes")]
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
System. |
Notes |
OrderNo
Gets or Sets OrderNo
Declaration
[JsonProperty("order_no")]
public string OrderNo { get; set; }
Property Value
Type | Description |
---|---|
System. |
ReceivedOn
Gets or Sets ReceivedOn
Declaration
[JsonProperty("received_on")]
public DateTime? ReceivedOn { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShipmentType
Gets or Sets ShipmentType
Declaration
[JsonProperty("shipment_type")]
public string ShipmentType { get; set; }
Property Value
Type | Description |
---|---|
System. |
Status
Gets or sets the status.
Declaration
[JsonProperty("status")]
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
The status. |
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()