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