Interface IInformativePriceInfo
- Namespace
- Dynamicweb.Ecommerce.Prices
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the interface of the informative price.
public interface IInformativePriceInfo : IPriceInfo
- Inherited Members
Properties
IsInformative
Gets or sets the value indicating whether price is informative.
bool IsInformative { get; set; }