Interface IPricing
Defines what the properties of an item that supports pricing.
Namespace: EPiServer.Commerce.Catalog.ContentTypes
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
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
int? TaxCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |