| StockLocationInventoryDetails Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class StockLocationInventoryDetails : CorrigoEntity
The StockLocationInventoryDetails type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CreatedOn | 
            Timestamp showing when Product Lot record was created; i.e. when this particular set of parts/materials was delivered to Stock Location. 
             | 
|  | CurrencyTypeId | 
            Currency type complementing Price.
             | 
|  | Price | 
            Unit price.
             | 
|  | ProductId | 
            Reference to Product.
             | 
|  | Quantity | 
            Quantity. 
             | 
|  | StockLocationId | 
            Reference to parent Stock Location
             | 
 See Also
See Also