| 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
)
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:
BooleanSee Also