Class IncomingShipmentDetail
IncomingShipmentDetail
Inheritance
System.Object
IncomingShipmentDetail
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 IncomingShipmentDetail
Properties
Code
Unique code to identify this Shipment Detail.
Declaration
[JsonProperty("code")]
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System. |
Unique code to identify this Shipment Detail. |
Id
Gets or Sets Id
Declaration
[JsonProperty("id")]
public int? Id { get; }
Property Value
Type | Description |
---|---|
System. |
ItemPrice
Gets or Sets ItemPrice
Declaration
[JsonProperty("item_price")]
public string ItemPrice { get; set; }
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
Gets or Sets Notes
Declaration
[JsonProperty("notes")]
public string Notes { get; }
Property Value
Type | Description |
---|---|
System. |
Quantity
Quantity of items for this shipment detail.
Declaration
[JsonProperty("quantity")]
public int? Quantity { get; set; }
Property Value
Type | Description |
---|---|
System. |
Quantity of items for this shipment detail. |
QuantityReceived
Actual quantity received out of total quantity.
Declaration
[JsonProperty("quantity_received")]
public int? QuantityReceived { get; set; }
Property Value
Type | Description |
---|---|
System. |
Actual quantity received out of total quantity. |
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()