| PriceCalculated Constructor (Currency, Country, Product, Boolean, String, User, String, StockLocation) |
Namespace:
Dynamicweb.Ecommerce.Prices
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public PriceCalculated(
Currency currency,
Country country,
Product product,
bool isInformative,
string unitId,
User user,
string shopId,
StockLocation stockLocation
)
Public Sub New (
currency As Currency,
country As Country,
product As Product,
isInformative As Boolean,
unitId As String,
user As User,
shopId As String,
stockLocation As StockLocation
)
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
- stockLocation
- Type: Dynamicweb.Ecommerce.StocksStockLocation
See Also