Interface IPriceSourceInfo
- Namespace
- Dynamicweb.Ecommerce
- Assembly
- Dynamicweb.Ecommerce.dll
The interface returns information about provider type used for product price
public interface IPriceSourceInfo
Remarks
Properties
PriceSource
Gets or sets a value indicating which price provider used for generate price.
PriceSource? PriceSource { get; set; }