Class ProductQuantityRequestData
ProductQuantityRequestData
Inheritance
System.Object
ProductQuantityRequestData
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 ProductQuantityRequestData
Properties
Code
Gets or Sets code
Declaration
[JsonProperty("code")]
public string Code { 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()