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 PriceModel

Inheritance
System.Object
PriceModel
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: EPiServer.Commerce.Shell.ObjectEditing.InternalMetadata
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class PriceModel

Constructors

PriceModel()

Declaration
public PriceModel()

Properties

Code

Declaration
public string Code { get; set; }
Property Value
Type Description
System.String
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type Description
EPiServer.Core.ContentReference

Id

Declaration
public long Id { get; set; }
Property Value
Type Description
System.Int64

MarketId

Declaration
public string MarketId { get; set; }
Property Value
Type Description
System.String

MinQuantity

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

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

PriceCode

Declaration
public string PriceCode { get; set; }
Property Value
Type Description
System.String

PriceType

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

UnitPrice

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

ValidDate

Declaration
public DateTimeRange ValidDate { get; set; }
Property Value
Type Description
DateTimeRange