Table of Contents

Interface IPriceSourceInfo

Namespace
Dynamicweb.Ecommerce
Assembly
Dynamicweb.Ecommerce.dll
The interface returns information about provider type used for product price
public interface IPriceSourceInfo

Remarks

The PriceInfo and PriceRaw impelments this interface

Properties

PriceSource

Gets or sets a value indicating which price provider used for generate price.
PriceSource? PriceSource { get; set; }

Property Value

PriceSource?
To top