Interface SubscriptionAuthorizationCommand

All Superinterfaces:
Command<SubscriptionAuthorizationRequest,AuthorizationResult>
All Known Implementing Classes:
SubscriptionAuthorizationMockCommand

public interface SubscriptionAuthorizationCommand extends Command<SubscriptionAuthorizationRequest,AuthorizationResult>
Command for handling 'subscription id' based card authorizations (payment tokenization). 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 (canceled) or authorization is expired.
  • Method Summary

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

    perform