Table of Contents

Interface ICancelOrder

Namespace
Dynamicweb.Ecommerce.Orders.Gateways
Assembly
Dynamicweb.Ecommerce.dll

Implement this interface in your CheckOutHandler to support canceling of orders

public interface ICancelOrder : ICheckoutHandlerAction

Methods

CancelOrder(Order)

bool CancelOrder(Order order)

Parameters

order Order

Returns

bool

See Also

To top