Click or drag to resize

OrderLineService.SetProductInformation 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.Orders.OrderLine
product
Type: Dynamicweb.Ecommerce.Products.Product
currencyCode
Type: System.String
vatCountryCode
Type: System.String
See Also