Click or drag to resize

OrderServiceValidatePricesInDatabase Method

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public bool ValidatePricesInDatabase(
	Order order,
	ref double orderPrice,
	ref double orderlinePrice,
	ref double priceDifference
)

Parameters

order
Type: Dynamicweb.Ecommerce.OrdersOrder
orderPrice
Type: SystemDouble
orderlinePrice
Type: SystemDouble
priceDifference
Type: SystemDouble

Return Value

Type: Boolean
See Also