Enum PromotionType
Represents the type of a promotion.
public enum PromotionType
- Extension Methods
Fields
[EnumStringRepresentation("catalog")] Catalog = 1The promotion is a catalog promotion.
[EnumStringRepresentation("order")] Order = 0The promotion is an order promotion.