ProductStockInfo
The class to describe the ProductStock Information business object.
Name | Description | Type | Additional information |
---|---|---|---|
ProductCode |
Gets or sets the product code. |
string |
None. |
ProductId |
Gets or sets the product identifier. |
integer |
None. |
QtyOnHand |
Gets or sets the qty on hand. |
decimal number |
None. |
QtyAvailable |
Gets the qty available. |
decimal number |
None. |
QtyReserved |
Gets or sets the qty reserved. |
decimal number |
None. |