OfferType Enumeration

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Specifies the way that a price discount is awarded.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Enumeration OfferType
'Usage
Dim instance As OfferType
[ComVisibleAttribute(false)]
public enum OfferType
[ComVisibleAttribute(false)]
public enum class OfferType
public enum OfferType

Members

Member name Description
Currency A fixed dollar amount is discounted.
Percentage A percentage is discounted.

Remarks

You can create and publish promotional prices on products or product groups to users that meet certain specified conditions. The discount can be:

Currency - off discounts - Dollar-off discounts reduce the price of products by a fixed amount. For example, you can offer a $5.00 discount on certain products. Even though you may change the price of the products, the discount amount ($5.00) always stays the same.

Percentage - off discounts - Percentage-off discounts reduce the price of products by a percentage, rather than by a monetary amount. For example, you can discount products by 10 percent, and then change the price of the products as needed. When you change the price of the products, the discount amount is updated automatically.

See Also

Reference

Microsoft.CommerceServer.Marketing Namespace