| ReplenishmentOrderItem Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class ReplenishmentOrderItem : CorrigoEntityWithOptimisticLock
The ReplenishmentOrderItem type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AmtTotal | 
            Item’s total value computed automatically as Price * QtyOrdered.
             | 
|  | CurrencyTypeId | 
            Currency Type.
            Inherited from Stock Location; never changes.
             | 
|  | Price | 
            Unit price. Precision 4 digits; negative and zero values are allowed. Supported values are from -9999999.9999 to 9999999.9999.
            User-friendly name: Unit Cost
             | 
|  | Product | 
            Product. 
             | 
|  | QtyOrdered | 
            Quantity ordered. Precision is 5 digits; supported values are 0.00001 - 9999999.99999; zero and negative values are not allowed.
             | 
|  | QtyReceived | 
            Quantity received. Precision is 5 digits; supported values are 0 - 9999999.99999; zero value is allowed.
             | 
|  | ReplenishmentOrderId | 
            Parent MH Order 
             | 
 See Also
See Also