Click or drag to resize

SalesDiscountProviderCreateAmountOrderline Method (Order, Double, Boolean)

Namespace:  Dynamicweb.Ecommerce.Orders.SalesDiscounts
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public OrderLine CreateAmountOrderline(
	Order order,
	double amount,
	bool isPercent
)

Parameters

order
Type: Dynamicweb.Ecommerce.OrdersOrder
amount
Type: SystemDouble
isPercent
Type: SystemBoolean

Return Value

Type: OrderLine
See Also