Click or drag to resize
ReplenishmentOrderItem Class
Replenishment Order Item (commonly called MH Order Item) represents single line item in Replenishment Order (MH Order - Materials Handling Order). MH Order Item defines Product, quantity and price.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesReplenishmentOrderItem

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ReplenishmentOrderItem : CorrigoEntityWithOptimisticLock

The ReplenishmentOrderItem type exposes the following members.

Properties
  NameDescription
Public propertyAmtTotal
Item’s total value computed automatically as Price * QtyOrdered.
Public propertyCurrencyTypeId
Currency Type. Inherited from Stock Location; never changes.
Public propertyPrice
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
Public propertyProduct
Product.
Public propertyQtyOrdered
Quantity ordered. Precision is 5 digits; supported values are 0.00001 - 9999999.99999; zero and negative values are not allowed.
Public propertyQtyReceived
Quantity received. Precision is 5 digits; supported values are 0 - 9999999.99999; zero value is allowed.
Public propertyReplenishmentOrderId
Parent MH Order
Top
See Also