World is now on Opti ID! Learn more

Class InventoryResponseTypeInfo

Additional response data about successful split and purcase-or-preorder operations.

Inheritance
System.Object
InventoryResponseTypeInfo
Namespace: Mediachase.Commerce.InventoryService
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public sealed class InventoryResponseTypeInfo : Enum

Fields

None

The response has no subtype.

Declaration
public const InventoryResponseTypeInfo None
Field Value
Type Description
InventoryResponseTypeInfo

Preorder

The PurchaseOrPreorder request resulted in a preorder.

Declaration
public const InventoryResponseTypeInfo Preorder
Field Value
Type Description
InventoryResponseTypeInfo

Purchase

The PurchaseOrPreorder request resulted in a purchase.

Declaration
public const InventoryResponseTypeInfo Purchase
Field Value
Type Description
InventoryResponseTypeInfo

SplitFirst

This item represents the requested quantity of a Split request.

Declaration
public const InventoryResponseTypeInfo SplitFirst
Field Value
Type Description
InventoryResponseTypeInfo

SplitSecond

This item represents the remaining quantity of a Split request.

Declaration
public const InventoryResponseTypeInfo SplitSecond
Field Value
Type Description
InventoryResponseTypeInfo

value__

Declaration
public int value__
Field Value
Type Description
System.Int32