Values that represent deal types.
Syntax
Members
Member | Description |
BuyOneGetDollarOff | An enum constant representing the buy one get dollar off option. |
BuyOneGetOne | An enum constant representing the buy one get one option. |
BuyOneGetPercentOff | An enum constant representing the buy one get percent off option. |
DiscountPriceList | An enum constant representing the discount price list option. |
DollarOff | An enum constant representing the dollar off option. |
FreeShipping | An enum constant representing the free shipping option. |
Gift | An enum constant representing the gift option. |
MultiBuy | An enum constant representing the multi buy option. |
MultiSave | An enum constant representing the multi save option. |
PercentOff | An enum constant representing the percent off option. |
TryBefore | An enum constant representing the try before option. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Dovetail.Ecommerce.BusinessLogic.Promotion.Deal.DealType
See Also