Table of Contents

Class PriceCalculationResultItemPromotionData

Namespace
CMS.Commerce
Assembly
CMS.Commerce.dll

Represents item promotion data for a price calculation related to a specific cart item.

public sealed class PriceCalculationResultItemPromotionData
Inheritance
object
PriceCalculationResultItemPromotionData
Extension Methods

Constructors

PriceCalculationResultItemPromotionData()

public PriceCalculationResultItemPromotionData()

Properties

CatalogPromotionCandidates

Promotion candidates that could be applied.

public ICollection<IPriceCalculationPromotionCandidate<CatalogPromotionCandidate>> CatalogPromotionCandidates { get; }

Property Value

ICollection<IPriceCalculationPromotionCandidate<CatalogPromotionCandidate>>

Remarks

Contains promotion candidates that also didn't have to be used.

See Also