  | PriceCalculated Constructor (Product, PriceRaw) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Ecommerce.Prices
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("Use currency and country dependent constructors instead.")]
public PriceCalculated(
	Product product,
	PriceRaw priceRaw
)<ObsoleteAttribute("Use currency and country dependent constructors instead.")>
Public Sub New ( 
	product As Product,
	priceRaw As PriceRaw
)Parameters
- product
 - Type: Dynamicweb.Ecommerce.ProductsProduct
 - priceRaw
 - Type: Dynamicweb.Ecommerce.PricesPriceRaw
 
See Also