Interface AuthorizationCommand

All Superinterfaces:
Command<AuthorizationRequest,AuthorizationResult>
All Known Implementing Classes:
AuthorizationMockCommand

public interface AuthorizationCommand extends Command<AuthorizationRequest,AuthorizationResult>
Command for handling card authorizations. Card authorization is the first step in card payment process. Authorized amount of money remains "locked" on card's account until it is captured or authorization is reversed (cancelled) or authorization is expired.
  • Method Summary

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

    perform