Interface VoidCommand

All Superinterfaces:
Command<VoidRequest,VoidResult>
All Known Implementing Classes:
VoidMockCommand

public interface VoidCommand extends Command<VoidRequest,VoidResult>
Command for handling voiding capture or credit. Refund means to cancel a capture or credit request. Transaction can be voided only if payment service provider has not already submitted the capture or credit card to processor.
  • Method Summary

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

    perform