| ProductGetInformativePrice Method (String, String) |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public PriceInfo GetInformativePrice(
string currencyCode,
string vatCountryCode
)
Public Function GetInformativePrice (
currencyCode As String,
vatCountryCode As String
) As PriceInfo
Parameters
- currencyCode
- Type: SystemString
- vatCountryCode
- Type: SystemString
Return Value
Type:
PriceInfoSee Also