PromoCodeState Enumeration

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Specifies the results of the PromoCode execution that occurred during processing in the PromoCode Pipeline component.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public Enumeration PromoCodeState
'Usage
Dim instance As PromoCodeState
public enum PromoCodeState
public enum class PromoCodeState
public enum PromoCodeState

Members

Member name Description
OK The PromoCode is valid.
Invalid The PromoCode was not a valid PromoCode.
LimitReached The PromoCodeDefinition associated with this PromoCode has reached its limit.
IdentityMismatch Reserved for future use.

Remarks

Records state of the promo code during execution of the promo code pipeline components. Valid statuses include OK, Invalid, and LimitReached.

See Also

Reference

Microsoft.CommerceServer.Orders Namespace