Class PriceCalculationResultPromotionData
Represents promotion data for a price calculation related to a whole order.
public sealed class PriceCalculationResultPromotionData
- Inheritance
-
objectPriceCalculationResultPromotionData
- 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