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

Class PriceModel

Inheritance
System.Object
PriceModel
Namespace: EPiServer.Commerce.Shell.ObjectEditing.InternalMetadata
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class PriceModel : Object

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