Click or drag to resize

OrderReturnInfo Constructor (OrderReturnOperationState, String, Double)

Initializes a new instance of the OrderReturnInfo class

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public OrderReturnInfo(
	OrderReturnOperationState state,
	string message,
	double amount
)

Parameters

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