Enum RequestFulfillmentStatus
The fulfillment level of a promotion that is requested to be returned from the Run(IOrderGroup, PromotionEngineSettings) method.
Namespace: EPiServer.Commerce.Marketing
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
[Flags]
public enum RequestFulfillmentStatus
Fields
Name | Description |
---|---|
All | Return information about all promotion outcomes. Combines the flags NotFulfilled, Fulfilled and PartiallyFulfilled. |
Fulfilled | Return information about the promotions that are fulfilled. |
None | Return no information about the any promotion outcome. |
NotFulfilled | Return information about the promotions that are not fulfilled. |
PartiallyFulfilled | Return information about the promotions that are partially fulfilled. |