| DiscountInfoGetPrice Method (Currency, Country) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Orders.Discounts
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use GetPrice overload with currency, country, unit id, user id, shop id.")]
public IPriceInfo GetPrice(
Currency currency,
Country country
)
<ObsoleteAttribute("Use GetPrice overload with currency, country, unit id, user id, shop id.")>
Public Function GetPrice (
currency As Currency,
country As Country
) As IPriceInfo
Parameters
- currency
- Type: Dynamicweb.Ecommerce.InternationalCurrency
- country
- Type: Dynamicweb.Ecommerce.InternationalCountry
Return Value
Type:
IPriceInfoSee Also