Table of Contents

Enum PriceSource

Namespace
Dynamicweb.Ecommerce
Assembly
Dynamicweb.Ecommerce.dll

Represents information about price source.

[Flags]
public enum PriceSource

Fields

CustomProvider = 4

The custom provider generates price

PriceMatrix = 2

The price matrix

ProductDefault = 1

The default product price

To top