Click or drag to resize
CalculationRequestItemPriceOverride Property
Prices which are used in the calculation instead of the calculation from the SKU with the IProductPricingService implementation. Price represents unit price with applied catalog-level discounts.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public ProductPrices PriceOverride { get; set; }

Property Value

Type: ProductPrices
See Also