A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. 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