Click or drag to resize

OrderReturnInfoSaveReturnOperation Method (OrderReturnOperationState, String, Double, Order)

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static void SaveReturnOperation(
	OrderReturnOperationState state,
	string message,
	double amount,
	Order order
)

Parameters

state
Type: Dynamicweb.Ecommerce.OrdersOrderReturnOperationState
message
Type: SystemString
amount
Type: SystemDouble
order
Type: Dynamicweb.Ecommerce.OrdersOrder
See Also