  | PriceCalculated Constructor (Currency, Country, Product, Boolean, String, User, String) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Prices
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic PriceCalculated(
	Currency currency,
	Country country,
	Product product,
	bool isInformative,
	string unitId,
	User user,
	string shopId
)
Public Sub New ( 
	currency As Currency,
	country As Country,
	product As Product,
	isInformative As Boolean,
	unitId As String,
	user As User,
	shopId As String
)
Parameters
- currency
 - Type: Dynamicweb.Ecommerce.InternationalCurrency
 - country
 - Type: Dynamicweb.Ecommerce.InternationalCountry
 - product
 - Type: Dynamicweb.Ecommerce.ProductsProduct
 - isInformative
 - Type: SystemBoolean
 - unitId
 - Type: SystemString
 - user
 - Type: Dynamicweb.Security.UserManagementUser
 - shopId
 - Type: SystemString
 
See Also