Enum InventoryResponseTypeInfo
Additional response data about successful split and purcase-or-preorder operations.
Namespace: Mediachase.Commerce.InventoryService
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
public enum InventoryResponseTypeInfo
  Fields
| Name | Description | 
|---|---|
| None | The response has no subtype.  | 
      
| Preorder | The PurchaseOrPreorder request resulted in a preorder.  | 
      
| Purchase | The PurchaseOrPreorder request resulted in a purchase.  | 
      
| SplitFirst | This item represents the requested quantity of a Split request.  | 
      
| SplitSecond | This item represents the remaining quantity of a Split request.  |