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

Class PriceGroupOptimizer.OptimizedPriceValue

Inheritance
System.Object
PriceGroupOptimizer.OptimizedPriceValue
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Pricing.Database
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class OptimizedPriceValue

Constructors

OptimizedPriceValue()

Declaration
public OptimizedPriceValue()

Properties

CatalogKey

Declaration
public CatalogKey CatalogKey { get; set; }
Property Value
Type Description
CatalogKey

CustomerPricing

Declaration
public CustomerPricing CustomerPricing { get; set; }
Property Value
Type Description
CustomerPricing

MarketId

Declaration
public MarketId MarketId { get; set; }
Property Value
Type Description
MarketId

MaxQuantity

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

MinQuantity

Declaration
public decimal MinQuantity { get; set; }
Property Value
Type Description
System.Decimal

UnitPrice

Declaration
public Money UnitPrice { get; set; }
Property Value
Type Description
Money

ValidFrom

Declaration
public DateTime ValidFrom { get; set; }
Property Value
Type Description
System.DateTime

ValidUntil

Declaration
public DateTime? ValidUntil { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>