Class ProductQuantity
ProductQuantity
Inheritance
System.Object
ProductQuantity
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 ProductQuantity
Properties
Code
Gets or Sets code
Declaration
[JsonProperty("code")]
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System. |
OnHoldQuantity
Gets or Sets on_hold_quantity
Declaration
[JsonProperty("on_hold_quantity")]
public int OnHoldQuantity { get; set; }
Property Value
Type | Description |
---|---|
System. |
Quantity
Gets or Sets quantity
Declaration
[JsonProperty("quantity")]
public int Quantity { get; set; }
Property Value
Type | Description |
---|---|
System. |
ReservedQuantity
Gets or Sets reserved_quantity
Declaration
[JsonProperty("reserved_quantity")]
public int ReservedQuantity { get; set; }
Property Value
Type | Description |
---|---|
System. |
TotalQuantity
Gets or Sets total_quantity
Declaration
[JsonProperty("total_quantity")]
public int TotalQuantity { get; set; }
Property Value
Type | Description |
---|---|
System. |
Warehouse
Gets or Sets warehouse
Declaration
[JsonProperty("warehouse")]
public string Warehouse { get; set; }
Property Value
Type | Description |
---|---|
System. |
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()