Class PriceModel
Inheritance
System.Object
PriceModel
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
public class PriceModel : Object
Constructors
Declaration
Properties
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentLink
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type |
Description |
EPiServer.Core.ContentReference |
|
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public string MarketId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Decimal MinQuantity { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PriceCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public CustomerPricing.PriceType PriceType { get; set; }
Property Value
Declaration
public MoneyModel UnitPrice { get; set; }
Property Value
Declaration
public DateTimeRange ValidDate { get; set; }
Property Value