Click or drag to resize

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
)

Parameters

orderLine
Type: Dynamicweb.Ecommerce.OrdersOrderLine
theUnitPrice
Type: SystemDouble
applyToCurrentProductSettings
Type: SystemBoolean
currency
Type: Dynamicweb.Ecommerce.InternationalCurrency
country
Type: Dynamicweb.Ecommerce.InternationalCountry
See Also