| PriceGetPrices Method (String, String) |
Namespace:
Dynamicweb.Ecommerce.Prices
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public static PriceCollection GetPrices(
string productId,
string currencyId
)
Public Shared Function GetPrices (
productId As String,
currencyId As String
) As PriceCollection
Parameters
- productId
- Type: SystemString
- currencyId
- Type: SystemString
Return Value
Type:
PriceCollectionSee Also