Table of Contents

Interface IFullReturn

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

Implement this interface in your CheckOutHandler to support full returns

public interface IFullReturn : ICheckoutHandlerAction

Methods

FullReturn(Order)

void FullReturn(Order order)

Parameters

order Order

See Also

To top