Represents the different types of pricing available in Product Special Pricing
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public enum ProductPriceType |
| Visual Basic (Declaration) |
|---|
Public Enumeration ProductPriceType |
| Visual C++ |
|---|
public enum class ProductPriceType |
Members
| Member name | Description | |
|---|---|---|
| FlatAmount |
Flat amount.
| |
| AmountFromField |
Amount from a field.
| |
| VolumeDiscount |
Volume discount.
| |
| AlphaTable |
Alpha table.
| |
| ExactMatch |
Exact match.
|