| PriceCalculated Constructor (PriceRaw) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Prices
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use currency and country dependent constructors instead.")]
public PriceCalculated(
PriceRaw priceRaw
)
<ObsoleteAttribute("Use currency and country dependent constructors instead.")>
Public Sub New (
priceRaw As PriceRaw
)
Parameters
- priceRaw
- Type: Dynamicweb.Ecommerce.PricesPriceRaw
See Also