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 PlacedPriceGetModel

Inheritance
System.Object
PlacedPriceGetModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class PlacedPriceGetModel : Object

Constructors

PlacedPriceGetModel()

Declaration
public PlacedPriceGetModel()

Properties

Currency

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

CustomerId

Declaration
public Guid CustomerId { get; set; }
Property Value
Type Description
System.Guid

EntryCode

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

MarketId

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

Quantity

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