  | OrderServiceValidatePricesInDatabase Method  | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Orders
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic bool ValidatePricesInDatabase(
	Order order,
	ref double orderPrice,
	ref double orderlinePrice,
	ref double priceDifference
)
Public Function ValidatePricesInDatabase ( 
	order As Order,
	ByRef orderPrice As Double,
	ByRef orderlinePrice As Double,
	ByRef priceDifference As Double
) As Boolean
Parameters
- order
 - Type: Dynamicweb.Ecommerce.OrdersOrder
 - orderPrice
 - Type: SystemDouble
 - orderlinePrice
 - Type: SystemDouble
 - priceDifference
 - Type: SystemDouble
 
Return Value
Type: 
Boolean
See Also