| OrderLineServiceSetUnitPrice Method (OrderLine, Double, Boolean, Currency, Country) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Orders
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use SetUnitPrice(OrderLine, Double, Boolean) instead.")]
public void SetUnitPrice(
OrderLine orderLine,
double theUnitPrice,
bool applyToCurrentProductSettings,
Currency currency,
Country country
)
<ObsoleteAttribute("Use SetUnitPrice(OrderLine, Double, Boolean) instead.")>
Public Sub SetUnitPrice (
orderLine As OrderLine,
theUnitPrice As Double,
applyToCurrentProductSettings As Boolean,
currency As Currency,
country As Country
)
Parameters
- orderLine
- Type: Dynamicweb.Ecommerce.OrdersOrderLine
- theUnitPrice
- Type: SystemDouble
- applyToCurrentProductSettings
- Type: SystemBoolean
- currency
- Type: Dynamicweb.Ecommerce.InternationalCurrency
- country
- Type: Dynamicweb.Ecommerce.InternationalCountry
See Also