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
Order- The order to capture.
amount
long- The amount that is multiplied by 100.
final
bool- The capture is final.
Returns
CaptureSupported(Order)
Gets is the order can be captured
bool CaptureSupported(Order order)
Parameters
order
Order- The order to capture.
Returns
SplitCaptureSupported(Order)
Gets is partial capture of the order supported
bool SplitCaptureSupported(Order order)
Parameters
order
Order- The order to capture.