World is now on Opti ID! Learn 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