Click or drag to resize

PriceCalculated Constructor (Currency, Country, PriceRaw)

Initializes a new instance of the PriceCalculated class

Namespace:  Dynamicweb.Ecommerce.Prices
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public PriceCalculated(
	Currency currency,
	Country country,
	PriceRaw priceRaw
)

Parameters

currency
Type: Dynamicweb.Ecommerce.InternationalCurrency
country
Type: Dynamicweb.Ecommerce.InternationalCountry
priceRaw
Type: Dynamicweb.Ecommerce.PricesPriceRaw
See Also