Click or drag to resize

DiscountInfoGetPrice Method (Currency, Country, String, Int32, String)

Namespace:  Dynamicweb.Ecommerce.Orders.Discounts
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IPriceInfo GetPrice(
	Currency currency,
	Country country,
	string unitId,
	int userId,
	string shopId
)

Parameters

currency
Type: Dynamicweb.Ecommerce.InternationalCurrency
country
Type: Dynamicweb.Ecommerce.InternationalCountry
unitId
Type: SystemString
userId
Type: SystemInt32
shopId
Type: SystemString

Return Value

Type: IPriceInfo
See Also