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: 13.0.131
Syntax
C#
public ProductPrices PriceOverride { get; set; }

Property Value

Type: ProductPrices
See Also