Class Item
Item
Inheritance
System.Object
Item
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 Item
Properties
_Client
Gets or Sets _Client
Declaration
[JsonProperty("client")]
public string _Client { get; }
Property Value
Type | Description |
---|---|
System.String |
Code
Gets or Sets Code
Declaration
[JsonProperty("code")]
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CountingMethod
Gets or Sets CountingMethod
Declaration
[JsonProperty("counting_method")]
public string CountingMethod { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CustomFields
Gets or Sets CustomFields
Declaration
[JsonProperty("custom_fields")]
public string CustomFields { get; }
Property Value
Type | Description |
---|---|
System.String |
Description
Gets or Sets Description
Declaration
[JsonProperty("description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DimensionsHeightMm
Gets or Sets DimensionsHeightMm
Declaration
[JsonProperty("dimensions_height_mm")]
public int? DimensionsHeightMm { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
DimensionsLengthMm
Gets or Sets DimensionsLengthMm
Declaration
[JsonProperty("dimensions_length_mm")]
public int? DimensionsLengthMm { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
DimensionsWeightGm
Gets or Sets DimensionsWeightGm
Declaration
[JsonProperty("dimensions_weight_gm")]
public int? DimensionsWeightGm { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
DimensionsWidthMm
Gets or Sets DimensionsWidthMm
Declaration
[JsonProperty("dimensions_width_mm")]
public int? DimensionsWidthMm { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
HsnCode
HSN code for Item.
Declaration
[JsonProperty("hsn_code")]
public string HsnCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | HSN code for Item. |
Id
Gets or Sets Id
Declaration
[JsonProperty("id")]
public int? Id { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Image
Gets or Sets Image
Declaration
[JsonProperty("image")]
public string Image { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or Sets Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Price
Gets or Sets Price
Declaration
[JsonProperty("price")]
public string Price { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Quantity
Gets or Sets Quantity
Declaration
[JsonProperty("quantity")]
public string Quantity { get; }
Property Value
Type | Description |
---|---|
System.String |
Serialized
Gets or Sets Serialized
Declaration
[JsonProperty("serialized")]
public bool? Serialized { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
State
The current status of Item. May not be modified directly.
Declaration
[JsonProperty("state")]
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The current status of Item. May not be modified directly. |
WtTolerancePct
Gets or Sets WtTolerancePct
Declaration
[JsonProperty("wt_tolerance_pct")]
public string WtTolerancePct { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
System.Object.ToString()