Click or drag to resize

OrderValidatePricesInDatabase Method (Double, Double, Double)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use Ecommerce.Services.Orders.ValidatePricesInDatabase instead.")]
public bool ValidatePricesInDatabase(
	ref double orderPrice,
	ref double orderlinePrice,
	ref double priceDifference
)

Parameters

orderPrice
Type: SystemDouble
orderlinePrice
Type: SystemDouble
priceDifference
Type: SystemDouble

Return Value

Type: Boolean
See Also