Click or drag to resize

PriceRaw Constructor (Double, Currency)

Initializes a new instance of the PriceRaw class

Namespace:  Dynamicweb.Ecommerce.Prices
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public PriceRaw(
	double price,
	Currency currency
)

Parameters

price
Type: SystemDouble
currency
Type: Dynamicweb.Ecommerce.InternationalCurrency
See Also