Click or drag to resize

PriceCalculated Constructor (PriceRaw, Boolean)

Note: This API is now obsolete.

Initializes a new instance of the PriceCalculated class

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(
	PriceRaw priceRaw,
	bool isInformative
)

Parameters

priceRaw
Type: Dynamicweb.Ecommerce.PricesPriceRaw
isInformative
Type: SystemBoolean
See Also