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