Class PackingBoxCreateOnly
PackingBoxCreateOnly
Inheritance
System.Object
PackingBoxCreateOnly
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 PackingBoxCreateOnly
Properties
AwbNo
Airway Bill no for this box
Declaration
[JsonProperty("awb_no")]
public string AwbNo { get; set; }
Property Value
Type | Description |
---|---|
System. |
Airway Bill no for this box |
BoxNo
Gets or Sets BoxNo
Declaration
[JsonProperty("box_no")]
public int? BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System. |
Closed
Box status if it is closed or not.
Declaration
[JsonProperty("closed")]
public bool? Closed { get; set; }
Property Value
Type | Description |
---|---|
System. |
Box status if it is closed or not. |
GrossWeightGms
Gross weight (of box) in grams
Declaration
[JsonProperty("gross_weight_gms")]
public int? GrossWeightGms { get; set; }
Property Value
Type | Description |
---|---|
System. |
Gross weight (of box) in grams |
Id
Gets or Sets Id
Declaration
[JsonProperty("id")]
public int? Id { get; }
Property Value
Type | Description |
---|---|
System. |
Materials
Gets or Sets Materials
Declaration
[JsonProperty("materials")]
public string Materials { get; }
Property Value
Type | Description |
---|---|
System. |
NetWeightGms
Net weight (of box) in grams
Declaration
[JsonProperty("net_weight_gms")]
public int? NetWeightGms { get; set; }
Property Value
Type | Description |
---|---|
System. |
Net weight (of box) in grams |
OrderSummary
Outgoing order associated with this box
Declaration
[JsonProperty("order_summary")]
public int? OrderSummary { get; set; }
Property Value
Type | Description |
---|---|
System. |
Outgoing order associated with this box |
OutgoingOrder
Outgoing order associated with this box
Declaration
[JsonProperty("outgoing_order")]
public int? OutgoingOrder { get; set; }
Property Value
Type | Description |
---|---|
System. |
Outgoing order associated with this box |
Outgoingpackings
Gets or Sets Outgoingpackings
Declaration
[JsonProperty("outgoingpackings")]
public string Outgoingpackings { get; }
Property Value
Type | Description |
---|---|
System. |
TotalItems
No. of items in the box
Declaration
[JsonProperty("total_items")]
public int? TotalItems { get; }
Property Value
Type | Description |
---|---|
System. |
No. of items in the box |
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()