Class RequestFulfillmentStatus
The fulfillment level of a promotion that is requested to be returned from the Run(IOrderGroup, PromotionEngineSettings) method.
Inheritance
System.Object
RequestFulfillmentStatus
Namespace: EPiServer.Commerce.Marketing
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0Syntax
public sealed class RequestFulfillmentStatus : Enum
Fields
All
Return information about all promotion outcomes. Combines the flags NotFulfilled, Fulfilled and PartiallyFulfilled.
Declaration
public const RequestFulfillmentStatus All
Field Value
Type | Description |
---|---|
RequestFulfillmentStatus |
Fulfilled
Return information about the promotions that are fulfilled.
Declaration
public const RequestFulfillmentStatus Fulfilled
Field Value
Type | Description |
---|---|
RequestFulfillmentStatus |
None
Return no information about the any promotion outcome.
Declaration
public const RequestFulfillmentStatus None
Field Value
Type | Description |
---|---|
RequestFulfillmentStatus |
NotFulfilled
Return information about the promotions that are not fulfilled.
Declaration
public const RequestFulfillmentStatus NotFulfilled
Field Value
Type | Description |
---|---|
RequestFulfillmentStatus |
PartiallyFulfilled
Return information about the promotions that are partially fulfilled.
Declaration
public const RequestFulfillmentStatus PartiallyFulfilled
Field Value
Type | Description |
---|---|
RequestFulfillmentStatus |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |