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.0Syntax
public interface IPricingProperties
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> | 
