| ProductGetInformativePrice Method (String, 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,
string unitId
)
Public Function GetInformativePrice (
currencyCode As String,
vatCountryCode As String,
unitId As String
) As PriceInfo
Parameters
- currencyCode
- Type: SystemString
- vatCountryCode
- Type: SystemString
- unitId
- Type: SystemString
Return Value
Type:
PriceInfoSee Also