Interface CaptureCommand

All Superinterfaces:
Command<CaptureRequest,CaptureResult>
All Known Implementing Classes:
CaptureMockCommand

public interface CaptureCommand extends Command<CaptureRequest,CaptureResult>
Command for handling card authorization captures. Capturing an authorization means the authorized amount of money is actually transferred from the card holder account to the merchant account. Capture operation requires a previous successful authorization that has not yet expired.
  • Method Summary

    Methods inherited from interface de.hybris.platform.payment.commands.Command

    perform