  | DiscountInfoCollection Constructor (Product, Currency, String, String, Int32, String) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Orders.Discounts
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic DiscountInfoCollection(
	Product product,
	Currency currency,
	string countryCode,
	string unitId,
	int userId,
	string shopId
)
Public Sub New ( 
	product As Product,
	currency As Currency,
	countryCode As String,
	unitId As String,
	userId As Integer,
	shopId As String
)
Parameters
- product
 - Type: Dynamicweb.Ecommerce.ProductsProduct
 - currency
 - Type: Dynamicweb.Ecommerce.InternationalCurrency
 - countryCode
 - Type: SystemString
 - unitId
 - Type: SystemString
 - userId
 - Type: SystemInt32
 - shopId
 - Type: SystemString
 
See Also