Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IOptimizedPriceValue

Optimized price value, with information of max quantity.

Namespace: Mediachase.Commerce.Pricing
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public interface IOptimizedPriceValue : IPriceValue

Properties

MaxQuantity

Gets the maximum quantity the price applies for.

Declaration
Nullable<Decimal> MaxQuantity { get; }
Property Value
Type Description
System.Nullable<System.Decimal>

See Also