Click or drag to resize

PriceCalculated Constructor (Currency, Country, Boolean)

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

Parameters

currency
Type: Dynamicweb.Ecommerce.InternationalCurrency
country
Type: Dynamicweb.Ecommerce.InternationalCountry
isInformative
Type: SystemBoolean
See Also