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

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