Table of Contents

Class PriceCalculationResultPromotionData

Namespace
CMS.Commerce
Assembly
CMS.Commerce.dll

Represents promotion data for a price calculation related to a whole order.

public sealed class PriceCalculationResultPromotionData
Inheritance
object
PriceCalculationResultPromotionData
Extension Methods

Constructors

PriceCalculationResultPromotionData()

public PriceCalculationResultPromotionData()

Properties

OrderPromotionCandidates

Promotion candidates that could be applied.

public ICollection<IPriceCalculationPromotionCandidate<OrderPromotionCandidate>> OrderPromotionCandidates { get; }

Property Value

ICollection<IPriceCalculationPromotionCandidate<OrderPromotionCandidate>>

Remarks

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

See Also