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 PropertyPriceType

Property for storing price type information.

Inheritance
System.Object
PropertyPriceType
Namespace: EPiServer.Commerce.SpecializedProperties
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public class PropertyPriceType : PropertyNumber

Constructors

PropertyPriceType()

Declaration
public PropertyPriceType()

Properties

PropertyValueType

Gets the System.Type of the property value, in this case CustomerPricing.PriceType.

Declaration
public override Type PropertyValueType { get; }
Property Value
Type Description
System.Type