Click or drag to resize

OrderLineServiceSetProductInformation Method (OrderLine, Product, String, String)

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void SetProductInformation(
	OrderLine orderLine,
	Product product,
	string currencyCode,
	string vatCountryCode
)

Parameters

orderLine
Type: Dynamicweb.Ecommerce.OrdersOrderLine
product
Type: Dynamicweb.Ecommerce.ProductsProduct
currencyCode
Type: SystemString
vatCountryCode
Type: SystemString
See Also