Interface IRemotePartialCapture
- Namespace
- Dynamicweb.Ecommerce.Orders.Gateways
- Assembly
- Dynamicweb.Ecommerce.dll
Implement this interface in your CheckOutHandler to support remote partial capture
public interface IRemotePartialCapture : IRemoteCapture
- Inherited Members
Methods
Capture(Order, long, bool)
Allow to make partial capture of order
OrderCaptureInfo Capture(Order order, long amount, bool final)
Parameters
order
OrderThe order to capture.
amount
longThe amount that is multiplied by 100.
final
boolThe capture is final.
Returns
CaptureSupported(Order)
Gets is the order can be captured
bool CaptureSupported(Order order)
Parameters
order
OrderThe order to capture.
Returns
SplitCaptureSupported(Order)
Gets is partial capture of the order supported
bool SplitCaptureSupported(Order order)
Parameters
order
OrderThe order to capture.