Class OfferItemRestrictionRuleType

java.lang.Object
org.broadleafcommerce.core.offer.service.type.OfferItemRestrictionRuleType
All Implemented Interfaces:
Serializable, BroadleafEnumerationType

public class OfferItemRestrictionRuleType extends Object implements Serializable, BroadleafEnumerationType
An extendible enumeration of offer item restriction types. Determines how items in the order can be used across multiple promotions

NONE - Cannot be used in more than one promotion QUALIFIER - Can be used as a qualifier for multiple promotions, but cannot be a target for multiple promotions TARGET - Can be used as a target for multiple promotions, but cannot be used as a qualifier for multiple promotions QUALIFIER_TARGET - Can be used as a qualifier and target in multiple promotions

See Also: