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

Interface IPricing

Defines what the properties of an item that supports pricing.

Namespace: EPiServer.Commerce.Catalog.ContentTypes
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public interface IPricing

Properties

PriceReference

Gets or sets a product link, which holds the price data.

Declaration
ContentReference PriceReference { get; set; }
Property Value
Type Description
EPiServer.Core.ContentReference

TaxCategoryId

Gets or sets the tax category.

Declaration
Nullable<int> TaxCategoryId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Extension Methods