| PriceManagerGetInformativePrice Method (Product, String, String) |
Namespace:
Dynamicweb.Ecommerce.Prices
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public static PriceInfo GetInformativePrice(
Product product,
string currencyCode,
string vatGroupCode
)
Public Shared Function GetInformativePrice (
product As Product,
currencyCode As String,
vatGroupCode As String
) As PriceInfo
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
- currencyCode
- Type: SystemString
- vatGroupCode
- Type: SystemString
Return Value
Type:
PriceInfoSee Also